@charset "utf-8";
/*********************************************************
 * NaaN Grafix - We rock the web                         *
 * Projekt: Babys TV                                     *
 * Style: Screen                                         *
 *********************************************************/


/*********************************************************
 * Reset deault Browser Styles                           *
 *********************************************************/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong, b { font-weight: bold; }
em, i { text-decoration: underline; }




/*********************************************************
 * Site Styles                                           *
 *********************************************************/


body {
	padding: 181px 0 100px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	background: #f1f1f1 url(../img/layout/bg_body.jpg) repeat-x top left;
}

.clearer { clear: both; }

.trennlinie {
	background: url(../img/layout/dotted_line_h.gif) repeat-x top left;
	height: 1px;
	overflow: hidden;
	margin: 25px 0;
	clear: both;
}

#header {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -450px;
}

	#headerImgLeft {
		/* background: url(../img/layout/bg_logo_leftBottom.gif) no-repeat top left; */
		width: 75px;
		height: 140px;
		position: absolute;
		top: 181px;
		left: 50%;
		margin-left: -420px;
	}
	#headerImgRight {
		/* background: url(../img/layout/bg_logo_rightBottom.gif) no-repeat top left; */
		width: 126px;
		height: 43px;
		position: absolute;
		top: 181px;
		left: 50%;
		margin-left: -345px;
	}
	
	body#page_6 #headerImgRight { background-image: url(../img/layout/bg_logo_rightBottom_video.gif); }

#containerSite {
	width: 640px;
	padding: 25px;
	margin: 0 auto 0 auto;
	background: #fff;
}


#content {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	position: relative;
}
	#content h3 {
		color: #009ee0;
		font-size: 13px;
		font-weight: bold;
		margin: 15px 0 5px 0;
		padding: 0px;
		text-transform: uppercase;
	}
	#content p {
		margin: 5px 0 15px 0;
		padding: 0px;
	}
	#content a {
		color: #009ee0;
	}
	#content a:hover {
		text-decoration: none;
	}
	#content h1 {
		text-indent: -999em;
		height: 90px;
		margin-bottom: 25px;
		background-repeat: no-repeat;
		background-position: top left;
	}
	#content h2 {
		text-indent: -999em;
		height: 30px;
		margin-bottom: 15px;
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	#content .containerTeam {
		width: 142px;
		height: 250px;
		margin-left: 24px;
		margin-bottom: 25px;
		float: left;
		overflow: hidden;
	}
		#content .containerTeam .name {
			font-weight: bold;
			margin-top: 20px;
		}
	
	#content .containerPartner {
		width: 196px;
		height: 300px;
		margin-left: 25px;
		margin-bottom: 25px;
		float: left;
		overflow: hidden;
	}
		#content .containerPartner:first-child { margin-left: 0px !important; }
		#content .containerPartner .text {
			margin-top: 20px;
		}
		#content .containerPartner .text p {
			margin: 5px 0 5px 0;
		}
	
	#content .containerLogoKlein {
		width: 306px;
		height: 88px;
		overflow: hidden;
		position: relative;
		float: left;
		margin-left: 24px;
		margin-bottom: 25px;
		border: 1px solid #e5e5e5;
	}
	#content .containerLogoKlein .text {
		position: absolute;
		left: 96px;
		top: 0px;
		width: 185px;
		margin: 10px 0;
		padding: 0 10px;
		background: url(../img/layout/dotted_line_v.gif) repeat-y top left;
	}
	
	#content .containerSponsor,
	#footer .containerSponsor {
		width: 142px;
		height: 142px;
		margin-left: 24px;
		margin-bottom: 25px;
		float: left;
		overflow: hidden;
	}
		#content .containerSponsor img,
		#footer .containerSponsor img { border: none; }

	#contVideoPlayer {
			position: relative;
			width: 640px;
	}
		#videoPlayer {
			margin-bottom: 25px;
		}
		#videoPrev {
			position: absolute;
			left: -83px;
			top: 420px;
			width: 71px;
			height: 72px;
			overflow: hidden;
		}
		#videoPrev a {
			display: block;
			background: url(../img/layout/btn_player_prev.gif) no-repeat top left;
			height: 72px;
			width: 71px;
			text-indent: -999em;
			overflow: hidden;
		}
		#videoPrev a:hover { background-position:  0px -72px; }
		#videoNext {
			position: absolute;
			right: -83px;
			top: 420px;
			width: 71px;
			height: 72px;
			overflow: hidden;
		}
		#videoNext a {
			display: block;
			background: url(../img/layout/btn_player_next.gif) no-repeat top left;
			height: 72px;
			width: 71px;
			text-indent: -999em;
			overflow: hidden;
		}
		#videoNext a:hover { background-position: 0px -72px; }
		
		#videoListContainer {
			width: 100%;
			height: 142px;
			overflow: hidden;
			margin-bottom: 25px;
		}
			#videoList {
				width: 10000px;
			}
			#videoList li {
				float: left;
			}
			#videoList li .videoListBox,
			#videoList li .dummyVideo {
				display: block;
				width: 142px;
				height: 142px;
				float: left;
				overflow: hidden;
				background: url(../img/layout/bg_sendung_slider.jpg) no-repeat top left;
				margin-right: 24px;
			}
			#videoList li .videoListBox {
				background-image: url(../img/layout/bg_sendung_slider_active.jpg);
			}
			#videoList li a {
				display: block;
				width: 142px;
				height: 142px;
				overflow: hidden;
				text-indent: -999em;
				text-decoration: none;
				color: #999999;
			}




#footer {
}

	#footer p {
		margin: 5px 0 15px 0;
		padding: 0px;
	}
	#footer a {
		color: #999999;
	}
	#footer a:hover {
		text-decoration: none;
	}
	#footer h1 {
		text-indent: -999em;
		height: 90px;
		margin-bottom: 25px;
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	#footerNav {
		position: relative;
		height: 20px;
	}
	
	#footerNav #footerNavLinks {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 50px;
	}
	#footerNav #footerNavLinks a {
		text-decoration: none;
		font-size: 11px;
	}
	#footerNav #footerNavLinks a:hover {
		text-decoration: underline;
	}
	
	#footerNav #footerCopyright {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 60px;
		overflow: hidden;
	}
	#footerNav #footerCopyright a {
		display: block;
		width: 57px;
		height: 13px;
		text-indent: -999em;
		background: url(../img/layout/naan_icon.gif) no-repeat top left;
	}























