/* roter Rand unten */
table.tab td {
	border: 1px solid #c0c0c0;
}
.News {
	margin: 0;
	color:#000;
}
* html .News{
	margin: 0;
}
.News b {
	display:block;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	background-color: #c0c0c0;
	border-bottom: 2px dotted #bf002c;
	color: #fff;
}
.News b u { /* TODO: <u/> sollte es nicht geben! */
	color: #f00;
 	text-decoration:none;
}
.News span {
	display:block;
	margin: 5px;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}
.News span u { /* TODO: <u/> sollte es nicht geben! */
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
 	text-decoration:none;
}
.News span a,
.News span a:hover {
 	color: #bf002c;
}

.News #LeftImgAB, .News #RightImgAB {
 	display:block;
 	float:left;
	margin: 5px;
	border: none;
}
.News #RightImgAB {
 	float:right;
}

.News #LeftImgCD, .News #RightImgCD {
 	display:block;
 	float:left;
	margin: 5px;
	border: 1px solid #ddd;
}
.News #RightImgCD{
 	float:right;
}

#Mehr {
	display:block;
 	float:right;
 	text-decoration:none;
 	color: #bf002c;
}


/* Banner */
.Banner{
	margin: auto;
	padding: 0;
	width: 500px; 
	height: 60px;
	background-color:#ccc;
	background-repeat: no-repeat;
	background-image: url(../img/0/Banner/WMBanner.jpg);
}
/*IE center Fix*/
.ieBanner {
	text-align: center;
}
.BannerInfo{
	position: relative;
	top: 8px;
	left: -20px;
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans serif;
	font-weight: bold;
	color: #fff; 
}
.BannerText{
	float: right;
	width: 300px;
	font-size: 12px;
	margin-right: 20px;
	padding-top: 9px;
	font-family: arial, verdana, helvetica, sans serif;
	font-weight: bold;
	color: #fff; 
}
/* Tippspiel */
.Tipp-Nav{
	margin: auto;
	padding: 0;
	width: 500px; 
	background-color:#0c0;
}
*html .Tipp-Nav {
	text-align: center;
}
.Tipp-NavText{
	float: left;
	margin: 2px 0 2px 5px;
	font-size: 14px;
	font-family: arial, verdana, helvetica, sans serif;
	font-weight: bold;
	color: #fff; 
}
.Tipp-NavButton{
	display: block;
	float: right;
	font-size: 12px;
	margin: 2px 10px 2px 0;
	padding: 2px;
	font-family: arial, verdana, helvetica, sans serif;
	font-weight: normal;
 	text-decoration: none;
 	border:1px solid #fff; 
	color: #fff; 
 	background-color: #0a0;
}
/* jQuery Countdown styles 1.5.5. */
.hasCountdown {
	/*border: 1px solid #ccc;
	background-color: #000;
	-moz-opacity:0.8;*/
	color: #090;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	/*background-color: #000;*/
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
	/*background-color: #0ff;*/
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
	padding: 1px 0 1px 0;
	background-color: #eee;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

/*[Blaetter]*/
.BLNav .BLbg1,
.BLNav .BLbg2,
.BLNav .BLbg4,
.BLNav .BLbg5 {
 width: 150px;
 height: 130px;
 background-repeat: no-repeat;
}
.BLNav .BLbg1{
 background-image: url(../img/1/Werbung/Werbung1.gif);
}
.BLNav .BLbg2{
 background-image: url(../img/1/Werbung/Werbung1.gif);
}
.BLNav .BLbg4{
 background-image: url(../img/4/Werbung/Werbung1.gif);
}
.BLNav .BLbg5{
 background-image: url(../img/5/Werbung/Werbung1.gif);
}
.BLNav .BLside{
 position: relative;
 top: 13px;
 left: 71px;
 width: 74px;
 height: 101px;
 border: none;
}
.feed{
	margin-left: 3px;
	padding: 0 0 0 19px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background: url(../img/feed.png) no-repeat 0 50%;
	text-decoration: none;
}