
/* links */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
color: #656464;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}




/* grundstruktur der seite */

#abstandsub {
clear:both;
height: 25px;
background: url("../img/abstand_rot.gif") ;
}

#bground2sp {
background: url("../img/bg_content_rot_2spalte.gif") repeat-y top left;
}

#bground1sp {
background:  url("../img/bg_content_rot_1spalte.gif") repeat-y top left;
}


/* aufteilung content */
/* flashfilm plus newsletter/suche */
#bild {
float: left;
}

#aktionen {
float: right;
background: url("../img/logos_rot.gif") no-repeat top left;
width: 215px;
height: 245px;
}

#aktionen .kasten {
margin: 0px 5px 5px 5px;
padding: 5px 0px 5px 5px;
border: 1px solid #FFFFFF;
background-color: #AB0529;
}

#aktionen label {
background: url(../img/punkt_rot.gif) no-repeat left;
margin: 0px;
padding: 0 0 0 17px;
color:#FFFFFF;
}

#suche {

}

#newsletter {

}

.moreinfo {
background: url("../img/moreinfo_bg_rot.gif") no-repeat top left;
border: 1px solid #C90630;
clear:both;
margin: 0px 0 20px 0;
padding: 0px 0px 10px 45px;
}

.moreinfo p.headline {
margin: 0px 0 0 0;
padding: 2px 0 0 0;
font-size: 14px;
color:#FFFFFF;
font-weight:bold;
}



/* topnavigation */
#topnavigation {
margin: 0px;
background-color:#C90630;
width: 980px;
}

#topnavigation .right {
float: right;
}

#topnavigation ul {
margin: 2px 0px 0 0px;
	padding: 0px;
	float:left;
}

#topnavigation li {
	padding: 0 10px 0 8px;
	display: inline;
	background: url(../img/strich_topnavigation.gif) no-repeat center right;
	font-weight: bold; 
} 

#topnavigation a {
	text-decoration: none;
	color: #C6C6C6;
}

#topnavigation a:hover {
	text-decoration: underline;
	color: #FFFDFD;
}

#topnavigation .aktuell {
	color: #FFFDFD;
	text-decoration: underline;
}

#topnavigation .last {
	background: none;
}

/* navigation */
#navigation {
margin: 0px;
clear: both;
}

#navigation .right {
float: right;
}

#navigation ul {
	margin: 4px 0px 0 0px;
	padding: 0px;
	float:left;
}

#navigation li {
	padding: 0 10px 0 8px;
	display: inline;
	background: url(../img/strich_navigation.gif) no-repeat center right;
	font-weight: bold; 
} 

#navigation a {
	text-decoration: none;
	color: #030000;
}

#navigation a:hover {
	text-decoration: underline;
	color: #727167;
}

#navigation .aktuell {
	text-decoration: underline;
	color: #727167;
}

#navigation .last {
	background: none;
}



/* Subnavigation.
Hinter dem letzten Wort des Links mu� immer ein Leerzeichen sein,
sonst spinnt der Internet Explorer. */
#subnavigation {
width: 140px;
	float:left;
	}


#subnavigation ul {	
	padding:0px 0px 10px 0px;
	margin:0; 
	list-style:none;
	width:140px; 
	border: 0;
	background: #C90630;
	} 

#subnavigation ul li a /*,ul.navlist li a:link, ul.navlist li a:visited */ { 
	border-bottom: 1px solid #ffffff;
	display: block; 
	text-decoration: none; 
	color: #FFF;
	padding: 5px 0 5px 5px;
}

#subnavigation ul li a:hover/*, ul.navlist li a:active*/ {
	background: url(../img/strich_subnav.gif) no-repeat center right;
	}
	
#subnavigation ul li a.aktuell, #subnavigation ul li a.aktuell:link, 
#subnavigation ul li a.aktuell:visited, #subnavigation ul li a.aktuell:hover, 
#subnavigation ul li a.aktuell:active {
	background: url(../img/strich_subnav.gif) no-repeat center right;
	}	

/* Zweite Ebene der Hauptnavigation*/

#subnavigation ul li ul {
	padding:0; 
	margin:0;
	list-style:none;
	}
	
#subnavigation ul li ul li a {

background-color: #D53E5E;
	padding: 2px 10px 2px 0px;
	border: none;
	text-align:right;
	border-bottom: 1px solid #ffffff;
	}
	
#subnavigation ul li ul li a:hover { 
color: #fff;
font-weight:normal;
background: #D53E5E url(../img/strich_subnav.gif) no-repeat center right;
}

#subnavigation ul li a.aktuellsub, #subnavigation ul li a.aktuellsub:link, 
#subnavigation ul li a.aktuellsub:visited, #subnavigation ul li a.aktuellsub:hover, 
#subnavigation ul li a.aktuellsub:active {
	color: #fff;
	font-weight:normal;
	background: #D53E5E url(../img/strich_subnav.gif) no-repeat center right;
}
 

