/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/****************************************************
*                                                   *
*         CMS / News Script V2                      *
*         Interne Version: 2.0.0.1                  *
*                                                   *
*         © 2009-2019 HINNENDAHL.COM                *
*                                                   *
*         Holger Hinnenahl                          *
*         Rappoldstr. 11                            *
*         33611 Bielefeld                           *
*         https://www.hinnendahl.com                *
*                                                   *
*         Dieser Text darf aus rechtlichen          *
*         Gründen niemals entfernt werden!          *
*                                                   *
****************************************************/

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* ################################### Teaser ################################### */

.teaser_ausgabe {
    width:        200px;
    height:       auto;

    margin:       10px auto 0px auto;
    padding-left: 0px;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size:    16px;

}

.teaser_ausgabe_headline {
    width:          200px;
    padding-bottom: 2px;
    border-bottom:  1px dotted #000000;
}

.teaser_ausgabe_inhalt {
    width:       200px;
    padding-top: 2px;
}

.teaser_ausgabe a:link {
    color:           #544F43;
    outline:         0;
    text-decoration: none;
}

.teaser_ausgabe a:visited {
    color:           #544F43;
    outline:         0;
    text-decoration: none;
}

.teaser_ausgabe a:hover {
    color:           #FF6600;
    outline:         0;
    text-decoration: none;
}

.teaser_ausgabe a:focus {
    color:           #BBB7AA;
    outline:         0;
    text-decoration: none;
}