/*  TEASER EINSTELLUNGEN */

.teaser {
    margin-bottom: 30px;
}

.slot * .teaser {
    margin-bottom: 10px;
}

.teaser .no-margin {
    margin: 0px;
}

.teaser h1 {
    border: 0px;
    font-size: 11px;
    margin: 0px;
}



/* Teaserheader */

.teaser-header {
    padding-left: 3px;

    border: 0px #DC0000 solid;
    border-left: 3px solid;
    border-bottom: 1px solid;
    
    margin-bottom: 0px;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #DC0000;
    text-decoration: none;
}

.teaser-header a,
.teaser-header a:link,
.teaser-header a:hover,
.teaser-header a:active,
.teaser-header a:visited {
    color: #DC0000;
    text-decoration: none;
}

/* Teasercontent */

.teaser-content {
    margin: 3px;
    margin-top: 5px;
	margin-bottom:20px;
}

.teaser-content h1 {
    font-size: 11px;
    color: #000;
    padding: 0px;
    font-weight: bold;
    margin-bottom: 3px;
    background-image: none;
}

.teaser-content .teaser-link {
    display: block;
    margin-top: 5px;
}


.teaser-link a:hover {
    color: #0000FF;
    text-decoration: underline;
}

/* Additional Links */

.teaser-link-additional {
    padding-top: 15px;
}

.teaser-link-additional a{
    display: block;
}



/* Teaserbilder */

.teaser-image {
    border: 0px solid;
    float: left;
    margin-right: 8px;
}

.teaser-image.percent25 {
    width: 100px;
    margin-bottom: 0px;
	
}

.teaser-image.percent33 {
    width: 194px;
    height: 145px;
    margin-bottom: 25px;
}

/* Teaser aktuelle Angebote */
.teaser-aktuelle-angebote {
    margin-top: 15px;
    clear: both;
}

.teaser-aktuelle-angebote ul{
    margin: 0px;
    padding: 0px;
    margin: 5px 0px;
    margin-left: 20px;
}

.teaser-aktuelle-angebote li{
    margin: 0px;
    margin-top: 3px;
    padding: 0px;
}

.teaser-aktuelle-angebote div.anbieter {

    display: inline;
    font-size: 9px;
}



/* Farben für Teaser auf der startseite */
.marktplatz .teaser .teaser-header{
    color: #009900;
    border-color: #009900;
}

.unterhaltung .teaser .teaser-header{
    color: #0086DC;
    border-color: #0086DC;
}

.dieregion .teaser .teaser-header{
    color: #FFB900;
    border-color: #FFB900;
}


.grau .teaser .teaser-header{
    color: #999;
    border-color: #999;
}

