@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;
}

#topClaim {
	float: right;
	margin-top: 5px;
	margin-right: 35px;
}


#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 .rightTeaserBox div {
	font-size: 12px;
}

#rightTeaserContainer .rightTeaserBox .subHeader {
	height: 14px;
	color: #ffffff;
	padding: 2px 0px 0px 7px !important;
}

#rightTeaserContainer .rightTeaserBox .videoTitle {
	padding-top: 6px;
	line-height: 16px;
	padding-left: 2px;
}



#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: 38px;
}

#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;
}


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

#bottomTeaserContainer div.bottomTeaserContent {
	position: relative;
	float: left;
	margin-bottom: 12px;
}

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

#bottomTeaserContainer div.first {
	margin-right: 12px;
}


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

#bottomTeaserContainer div.vorOrt,
#rightTeaserContainer .rightTeaserBox .vorOrt {
	background-color: #0081c7;
	border-top: 1px solid #0081c7;
	background-image:  url(../img/bg_subnav_vorort.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#bottomTeaserContainer div.sport,
#rightTeaserContainer .rightTeaserBox .sport {
	background-color: #ff7500;
	border-top: 1px solid #ff7500;
	background-image:  url(../img/bg_subnav_sport.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#bottomTeaserContainer div.themen,
#rightTeaserContainer .rightTeaserBox .themen {
	background-color: #66951b;
	border-top: 1px solid #66951b;
	background-image:  url(../img/bg_subnav_themen.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#bottomTeaserContainer 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;
}

#bottomTeaserContainer 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.newsBoxItem a {
	color: #313132;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
}
#newsBox div.newsBoxItem a:hover {
	text-decoration: underline;
}


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


#newsBox span {
	font-weight: bold;
}

#newsBox span.vorOrt {
	color: #0081c7;
}
#newsBox span.sport {
	color: #ff7500;
}
#newsBox span.themen {
	color: #66951b;
}



#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 #teamPlayerContainer {
	clear: both;
	margin-bottom: 36px;
	height: 548px;
}

#aboutUsContentContainer #staticPlayerContainer {
	margin-bottom: 36px;
}

#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;
}

#aboutUsContentContainer #rightColumn p.header {
	margin-bottom:10px;
	font-weight: bold;
}


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;
}

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

#towerBannerContainer.wallpaper {
	top: 0px;
}