
/*Teaser Style*/
/*Style für Categorie Überschrift
*/
.dl.teasercat { color: #666; font-size: 14px; font-family: arial; font-weight: bold; background-color: #ccc; text-indent: 12px; padding: 3px; }
dl.teasercat a { color: #900; font-weight: bold; text-decoration: none; }
/*Style für Artikel Übersicht*/
dl.teaserart { background-color: #e9e8e8; height: 20%; margin: 15px 0; padding: 15px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
dl.teaserart a { color: blue; }
dl.teaserart:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
dl.teaserart dt { margin: 0 0 0.5em; font-family: arial; font-size: 14px; color: gray; }
/*Style des Pics*/
dl.teaserart dt img {
    float: left;
    margin: 0 15px 0 0;
    padding: 0 4px 4px 0;
}
/*Sytle des Description Feldes*/
dl.teaserart dd {
    margin-left: 100px;
    font-size: 11px;
    line-height: 13px;
    color: #666;
}


/*  Download-Modul Download mit Bild (PDF plus Bild)
	Beispiel CSS
**/
.dwnld{
    width:100%;
    background-color:#d0d0d0;
    display:inline-block;
    margin:6px 0;
}
.dwnld-bild{
    width:190px;
    padding:5px;
    text-align:center;
    float:left;
}
.dwnld-flaeche {
    font-weight:normal;
    text-decoration:none;
    font-size:14px;
    color:#666666;
    padding:13px 20px 13px 10px;
    background-color:#E8E8E8;
    margin:0px 4px 0 0;
    line-height: 28px;
    width:296px;
    float:right;
}

.dwnld-title {
    font-weight:bold;
    font-size:20px;
    text-decoration:none;
    color:#666666;
    padding:13px 24px 13px 10px;
    background-color:#d0d0d0;
    margin:0px;
    width:300px;
    float:right;
}


.ssgthumb {float: left; border: 1px solid #dedede; padding: 5px; margin: 0 5px 5px 0;}