@charset "iso-8859-1";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #000000;
}
hr {color: #1A1A1A;}

/*Schriften Textgrößen*/
.headline { font-size: 18px;}
.subline { font-size: 16px;}
.fliestext { font-size: 12px;}
.smalltext{ font-size: 12px;}

/*Schriften Textfarben*/
.col_error { color: #FF0000;}
.col_signal { color: #FF0000;}
.col_normal { color: #FFFFFF;}
.col_green { color: #00FF00}



/*Schriften Style*/
.bold { font-weight: bold;}

/*Textlinks*/
a { text-decoration:none; color:#FF0000;}
a:link ,.top-menu a:visited { color:#FF0000;}
a:hover { color: #FFFFFF; }

/*Header*/
.header { width:800px; }
/*Navigation TOP*/
div.menu table { height:60px;}
div.menu { background-image:url(../images/topbox_red.png); }

div.menu ul { width: 800px; display:inline; }

div.menu li {list-style:none; float:left;  border-left: 1px solid #000000;}

div.menu a { display:block; font-size: 18px; text-decoration:none; color: #FFFFFF; padding:18px 20px 18px 20px;}
div.menu a:link ,.top-menu a:visited { color:#FFFFFF;}
div.menu a:hover { color: #FFFFFF; background: url(../images/topbox_red_inv.png) repeat-x; }


#kanal_menu { 
	background: url(../images/button_tab_bottom.png) bottom repeat-x;
	border:0px solid;
	line-height:normal;
	height:28px;
	margin-top: 10px;
}
#kanal_menu ul {
	padding:0;
	margin:0; 
	list-style:none;
	display:block;
}
#kanal_menu li {
	float:left;
	margin-right:5px;
	padding:0;
	background: url(../images/button_tab_right.png) top right no-repeat;
}

#kanal_menu a {
	height:px;
	padding: 5px 25px;
	display:block;
	background: url(../images/button_tab_left.png) top left no-repeat;
	color:#999999;
}
#kanal_menu #active {
	background: url(../images/button_tab_right_over.png) top right no-repeat;
}
#kanal_menu #active a {
	background: url(../images/button_tab_left_over.png) top left no-repeat;
	color: #FFFFFF;
	
}

.movie_preview {
	border-left:1px solid #FF0000;
	border-right:1px solid #FF0000;
	border-bottom:1px solid #FF0000;
	background: #000000;	
}

/*Content*/
.content {	background-color:#121212;	border:1px solid #1E1E1E;}

/*Buttons*/
a.button35 { 
	background: transparent url(../images/button35_right.png) top right no-repeat;
	height:35px;
	padding:0 15px 0 0;
	display:block;
	float:left;
	margin-right:0px;
	text-decoration:none;
	cursor:pointer;
}
a.button35 span {
	background:transparent url(../images/button35_left.png) top left no-repeat;
	height:35px;
	display:block;
	line-height:12px;
	padding:10px 0 6px 15px;
	text-decoration:none;
	cursor:pointer;
}


a.button40 { 
	background: transparent url(../images/button40_right.png) top right no-repeat;
	height:43px;
	padding:0 22px 0 0;
	display:block;
	float:left;
	margin-right:0px;
	text-decoration:none;
	cursor:pointer;
}
a.button40 span {
	background:transparent url(../images/button40_left.png) top left no-repeat;
	height:43px;
	display:block;
	line-height:42px;
	padding:0px 0 0 22px;
	text-decoration:none;
	cursor:pointer;
}
a.button40:link { color:#00FF00}
a.button40:visited{ color:#00FF00}
a.button40:hover{ color:#FF0000}
/*Boxen mit runden Ecken GRAU*/
.ro { 
background:url(../images/rundebox_black_ro.gif) top right no-repeat; 
margin:0; 
padding:0; 
} 
  
.lo { 
background:url(../images/rundebox_black_lo.gif) top left no-repeat; 
margin:0; 
padding:0; 
} 
  
.ru { 
background:url(../images/rundebox_black_ru.gif) bottom right no-repeat; 
margin:0; 
padding:0; 
} 
  
.lu { 
background:url(../images/rundebox_black_lu.gif) bottom left no-repeat; 
margin:0; 
padding:0; 
}

/*Footer*/
.footer {
	background-image: url(../images/footer_bg.jpg);
	height:40px;
	text-align:right;
	padding:20px 20px 0 20px;
	margin:0;
	border:0px solid;
}
.footer a { font-size:12px; text-decoration:none; color: #FFFFFF;}
.footer a:link ,.top-menu a:visited { color: #FFFFFF; }
.footer a:hover { color: #FF0000; }



