@charset "utf-8";

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:70%;
	background-color:#f0f0f0;
	background-repeat:no-repeat;
	background-position:1024px 0px;
} 

div {

}

.clearer {
	clear:both;
}

img {
	border:0px;
}

a, div {
	outline:none;
	text-decoration:none;
}



h1 {
	font-size:1em;
}

#box {
	width:1040px;
	font-size:1em;
	background-image:url(img/background_box.png);
	background-repeat:repeat-y;
}

#left {
	float:left;
	width:200px;
}

#logo {
	float:left;
	width:200px;
	height:50px;
	background-image:url(img/kirchenfernsehen_logo.png);
	background-repeat:no-repeat;
}

#NavigationLeft {
	width:200px;
	background-image:url(img/background_navigation.png);
	background-repeat:repeat-x;
	float:left;
	height:600px;

}


#SeitenHeader {
	width:824px;
	height:50px;
	background-image:url(img/background_claim_header.png);
	background-repeat:repeat-x;
	float:left;
}


#claim {
	width:450px;
	height:50px;
	display:block;
	background-image:url(img/kirchenfernsehen_claim.png);
	background-repeat:no-repeat;
	float:left;
}

#sucheEingabe {
	width:180px;
	height:50px;
	display:block;
	float:right;
}


#rechts {
	float:left;
	width:824px;
}

#ChannelHeader {
	float:left;
	width:824px;
	height:50px;
	background-image: url(img/channels/home/background_channel_header.png);
	background-repeat: repeat-x;
	
}

#PlayerBox {
	float:left;
	width:824px;
	height:370px;
	position:relative;
	background-image: url(img/channels/home/background_player.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

#FlashPlayer {
	width:780px;
	height:370px;

	}

#BeitragsTexte {
	position:absolute;
	top:5px;
	right:10px;
	width:240px;
	height:280px;
	padding:15px 10px 10px 15px;
	z-index:10;
	background-image:url(img/background_texte_video.png);
	background-repeat:no-repeat;
}

#BeitragsTexte h1{
	font-size:1.4em;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0px ;
	
}

.scroll-pane {
	height:270px;
	overflow:auto;
	width:230px;

	
	}

#content {
	float:left;
	width:790px;
}

#footer {
	width:1040px;
	height:30px;
	background-image:url(img/background_footer.png);
	background-repeat:no-repeat;
	float:left;
}


/* Player

*/



#FlashPlayerDropDownContainer {
	width:635px;
	height:50px;
	float:left;
	display:none;

	border:1px red solid;
}


/* Listen */

.VideoListItem {
	float:left;
	width:365px;
	height:100px;
	overflow:hidden;
	background-color:#ebebeb;
	margin:0px 10px 10px 0px;
}

.VideoListItem h2 {
	font-size:1em;
	margin:0px;
	padding:0px;	
}

.VideoListItem p {
	margin:0px;
	padding:0px;
}

.VideoListItemBild {
	float:left;
	width:120px;
	height:90px;
	overflow:hidden;
	margin:5px;
}

.VideoListItemText {
	float:left;
	width:220px;
	margin-left:10px;
}


