@CHARSET "UTF-8";

* {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

body {
	background-color: #d2d1d6;
}


input {
	color:#222222;
	font-size:11px;
	border: 1px solid #b5b5b5;
	background-color:#ffffff;
	height:13px;
	padding: 2px 3px 0px 3px;
}

.invisible {
	display: none !important;
}


.link {
	cursor: pointer;
}

#mainContainer {
	margin: 0 auto;
	padding-left: 20px;
	width: 980px;
	position: relative;
}

#topLogo {
	display: block;
	position: absolute;
	left: 15px;
	top: 11px;
}


#contentContainer {
	width: 797px;
	background-color: #ffffff;
	padding: 11px 11px 18px 11px;
	float: left;
	position: relative;
	border-right: 1px solid #d2d1d6;
	/*min-height: 600px;*/
	/*height: 1000px;*/
}


#searchContainer {
	float: right;
	padding-right: 15px;
	padding-top: 3px;
}

.searchInput {
	width:126px;
	display: block;
	float: left;
}

#searchContainer img.icnSearch {
	display: block;
	float: left;
	margin-left: 4px;
	margin-top: 1px;
}


#leftColumnContainer {
	float: left;
	width: 635px;
}

#leftColumnContainer #playerContainer {
	height: 548px;
}

#rightTeaserContainer {
	width: 160px;
	float: right;
}

#rightTeaserContainer h3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#rightTeaserContainer div.rightTeaserBox {
	padding: 10px 0px 10px 0px;
	position: relative;
	background-image: url(../img/bg_right_teaser_box.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}


#rightTeaserContainer #imageBox {
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(../img/bg_right_teaser_box.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}


#rightTeaserContainer .rightTeaserBox div {
	font-size: 12px;
	line-height: 16px;
	padding-left: 2px;
}


#rightTeaserContainer .rightTeaserBox .meineThemen {
	color: #0086BE;
	line-height: 19px;
	font-weight: bold;
	padding-top: 2px;
}

#rightTeaserContainer .rightTeaserBox .meinOrt {
	color: #5cbd00;
	line-height: 19px;
	font-weight: bold;
	padding-top: 2px;
}

#rightTeaserContainer .rightTeaserBox .meinSport {
	color: #FF8C00;
	line-height: 19px;
	font-weight: bold;
	padding-top: 2px;
}

#rightTeaserContainer .rightTeaserBox img {
	margin-left: 1px;
}


#rightTeaserContainer div.rightTeaserBannerContainer {
	padding: 8px 0px 4px 0px;
}

#rightTeaserContainer .rightTeaserBannerContainer div.adLabel {
	text-align: right;
	text-transform: uppercase;
	color: #b2b2b2;
	font-size: 10px;
	margin-bottom: 5px;
}


#rightTeaserContainer .rightTeaserBox img.rollover {
	display: block;
	position: absolute;
	left: 50px;
	top: 28px;
}

#rightTeaserContainer .rightTeaserBox img.new {
	display: block;
	position: absolute;
	left: 124px;
	top: 12px;
}



#subPlayerContentContainer {
	margin-top: 16px;
}

#subPlayerContentContainer h3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 8px;
	margin-left: 3px;
}


#otherAreasTeaserContainer {
	float: left;
	margin-left: 15px;
}

#otherAreasTeaserContainer div.otherAreasTeaserContent {
	position: relative;
}

#otherAreasTeaserContainer div.otherAreasTeaserContent img.rollover {
	display: block;
	position: absolute;
	left: 72px;
	top: 36px;
}


#otherAreasTeaserContainer div.second {
	margin-left: 12px;
	float: left;
}
#otherAreasTeaserContainer div.first {
	float: left;
}

#otherAreasTeaserContainer div.header {
	background-image: url(../img/bg_other_areas_teaser_header.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 27px;
	width: 200px;
}

#otherAreasTeaserContainer div.header h4 {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 0px 0px 12px;
}

#otherAreasTeaserContainer div.subHeader {
	height: 14px;
	font-size: 12px;
	color: #ffffff;
	padding: 2px 0px 0px 7px;
	width: 193px;
}

#otherAreasTeaserContainer div.meinOrt {
	background-color: #5ab801;
	border-top: 1px solid #4b8c27;
	background-image:  url(../img/bg_subnav_meinort.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#otherAreasTeaserContainer div.meinSport {
	background-color: #f98901;
	border-top: 1px solid #d87100;
	background-image:  url(../img/bg_subnav_meinsport.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#otherAreasTeaserContainer div.meineThemen {
	background-color: #0183ba;
	border-top: 1px solid #046099;
	background-image:  url(../img/bg_subnav_meinethemen.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#otherAreasTeaserContainer div.videoTitle {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 8px 12px 9px;
	width: 181px;
	min-height: 32px;
}

#otherAreasTeaserContainer div div.last {
	border-bottom: none !important;
	padding-bottom: 8px !important;
}

#otherAreasTeaserContainer img {
	display: block;
}

#newsBoxContainer {
	float: left;
}

#newsBox {
	width: 180px;
	padding: 0px 8px 0px 10px;
	background-color: #f2f2f2;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#newsBox img {
	display: block;
	margin: 0px;
	padding: 0px;
}

#newsBox div.newsBoxItem {
	color: #313132;
	font-size: 12px;
	line-height: 17px;
	padding-top: 4px;
	padding-bottom: 7px;
	background-image: url(../img/bg_news_item.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#newsBox div.last {
	background: none !important;
}


#newsBox span {
	font-weight: bold;
}

#newsBox span.meinOrt {
	color: #5cbd00;
}
#newsBox span.meinSport {
	color: #FF8C00;
}
#newsBox span.meineThemen {
	color: #0086BE;
}



#footerContainer {
	clear: both;
	font-size: 12px;
	color: #999999;
	padding-top: 42px;
}

#footerContainer a {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

#footerContainer a:hover {
	color: #333333;
}


#impressumContainer {
	padding-top: 27px;
	margin-left: 60px;
	width: 570px;
	background-image: url(../img/bg_logo_impressum.gif);
	background-position: top right;
	background-repeat: no-repeat;
}


#aboutUsContentContainer {
	padding-top: 10px;
	margin-left: 87px;
}

#aboutUsContentContainer #staticPlayerContainer {
	clear: both;
	margin-bottom: 36px;
	height: 374px;
}

#aboutUsContentContainer #staticPlayerContainer #staticPlayer {
	height: 374px;
}

#aboutUsContentContainer #leftColumn {
	float: left;
	width: 204px;
	margin-left: 6px;
}

#aboutUsContentContainer #leftColumn img {
	display: block;
	margin-bottom: 2px;
}

#aboutUsContentContainer a,
#impressumContainer a {
	text-decoration: none;
	color: #999999;
}

#aboutUsContentContainer a:hover,
#impressumContainer a:hover {
	text-decoration: none;
	color: #333333;
}

#aboutUsContentContainer #rightColumn {
	float: left;
	width: 416px;
}

#aboutUsContentContainer #rightColumn p,
#aboutUsContentContainer #leftColumn p,
#impressumContainer p {
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 12px;
}

div.legalTextBlock p {
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 11px !important;
	color: #262626;
}

div.legalTextBlock ol {
	margin-bottom: 20px;
	margin-top: -20px;
	margin-left: 18px;
	line-height: 18px;
	font-size: 11px !important;
	color: #262626;
	list-style-type: decimal;
}

#aboutUsContentContainer #rightColumn ul {
	margin-bottom: 20px;
	margin-top: -20px;
	margin-left: 14px;
	line-height: 18px;
	font-size: 12px;
	list-style-type: disc;
}


#impressumContainer .quickLinks {
	font-size: 12px;
	color: #999999;
}

#impressumContainer .quickLinks a {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

#impressumContainer .quickLinks a:hover {
	color: #333333;
	text-decoration: none;
}

#impressumContainer h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	display: block;
	margin-top: 42px;
	margin-bottom: 18px;
}

#topBannerContainer {
	width: 820px;
	min-height: 30px;
	overflow: hidden;
	text-align: center;
}

#towerBannerContainer {
	position: absolute;
	left: 840px;
	float: right;
}

#towerBannerContainer.wallpaper {
	top: 0px;
}