.widebox {
    width: 544px;
    float: left;
    display: inline;
    margin-right: 9px;
    margin-top: 5px;
    background-color: #fff;
    border-bottom: 7px solid #f6f6f6; /*7px border-bottom um margin collapsing zu vermeiden und trotzdem einen Abstand zu erzeugen.*/
}
.widebox h4 {
    width: 544px;
    height: 26px;
    font: 1em Verdana, Arial, sans-serif;
    text-indent: -9999px;
}
.widebox .content {
    border: 1px solid #666;
    border-top: 0;
    padding: 10px;
    
    overflow: auto;
    float:left;
}

.widebox .content h2 {
    color: #cc3333;
    font-size: 1.2em;
    margin: 0 0 10px;
}
.widebox .content p {
    margin: 10px 0;
}


.infobox {
    float: left;
    border: 1px solid #a2a2a3;
    
    width: 48%;
}
.infobox h3 {
    background: #a2a2a3;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 1.2em;
}

.infobox ul {
    list-style: none;
    margin: 10px 0;
    height: 270px; /*!!!*/
}
.infobox ul li .heading {
    display: block;
    font-weight: bold;
    padding: 0 5px;
    padding-bottom: 5px;
    margin: 5px 0;
}
.infobox ul li .item {
    display: block;
    background-repeat: no-repeat;
    height: 24px;
    padding-left: 36px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 10px 0 15px;
}
.infobox ul li .item .now {
    text-transform: uppercase;
    color: #cc3333;
    font-weight: bold;
}

.infobox .bottom {
    height: 22px;
    background: #ededef url(../bilder/pfeil_link.gif) no-repeat 10px 7px;
    border-top: 1px solid #a2a2a3;
    padding-top: 9px;
    padding-left: 33px;
}

.infobox .bottom a:link, .infobox .bottom a:active, .infobox .bottom a:visited {
    font-weight: bold;
    font-size: 0.9em;
    vertical-align: top;
    text-transform: uppercase;
    text-decoration: underline;
}
.infobox .bottom a:hover {
    color: #cc3333;
}

.infobox .notice {
    text-align: center;
    margin: 20px 0;
}


/*teaser:*/
.teaserHeuteLive {
	width: 204px; height: 100%; margin-bottom: 7px; cursor: default;
	background: #fff url(../bilder/teaser_bg.gif) repeat-x 0 23px;
	}
.teaserHeuteLiveTop { height: 23px; background: url(../bilder/schatten_rechts.gif) repeat-y right; }
.teaserHeuteLiveTop h5 {
	width: 199px; height: 23px; float: left;
	background-repeat: no-repeat;
	font-size: 1em;
	text-indent: -9999px;
	}
.teaserHeuteLiveTop div {
	width: 5px; height: 7px; float: right;
	background: url(../bilder/schatten_rechts_oben.gif) no-repeat;
	font-size: 1em;
	}
.teaserHeuteLiveBody { width: 204px; background: url(../bilder/schatten_rechts.gif) repeat-y right; }
.teaserHeuteLiveBody .teaserHeuteLiveContent {
	width: 187px; padding: 6px 2px 0 8px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin-bottom: -23px;
	}
.teaserHeuteLiveBody .teaserHeuteLiveContent ul {
	list-style-type: square;
	margin: 10px 5px 10px 2px;
	}
.teaserHeuteLiveBody .teaserHeuteLiveContent li {
	margin: 5px 0 10px 15px;
    list-style-image: url(../bilder/pfeil.gif);
	}
.teaserHeuteLiveBottom { width: 204px; background: url(../bilder/schatten_unten.gif) repeat-x bottom; }
.teaserHeuteLiveBottom, .teaserHeuteLiveBottomLeft, .teaserHeuteLiveBottomRight { height: 35px; }
.teaserHeuteLiveBottom div { float: left; }
.teaserHeuteLiveBottomLeft { width: 5px; background: url(../bilder/schatten_links_unten.gif) no-repeat bottom; }
.teaserHeuteLiveBottomRight {width: 5px; background: url(../bilder/schatten_ecke.gif) no-repeat bottom; }
.teaserHeuteLiveBottomMiddle,.teaserHeuteLiveLink {
	width: 197px; height: 29px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	margin-left: -5px;
	}
    
    
/*für wm-teaser:*/
.teaserHeuteLive .heading {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 5px 0;
    color: #000;
}
.teaserHeuteLive .item {
    display: block;
    background-repeat: no-repeat;
    height: 24px;
    padding-left: 36px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 10px 0 0;
}
.teaserHeuteLive .item .now {
    text-transform: uppercase;
    color: #cc3333;
    font-weight: bold;
}

.hint-90elf {
    text-align: right;
    font-size: 0.8em;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
}
.hint-90elf span {
	margin: 5px;
	float: left;
	width: 70px;
}

