/* Farben 
HOME:	  100% #082F5A	
		   60% #6C839D
		   20% #CFD6DF

SERVICE:  100% #5877B8
		   60% #9BADD4
		   20% #DEE4F1
		   
AKADEMIE: 100% #FF9900
		   60% #FFC266
		   20% #FFEBCC

NETZWERK: 100% #336633
		   60% #85A485
		   20% #D7E1D7   

*/

@import url(master.css); 

/* Allgemeines */

#main-content ul li {
padding-left: 0;
background: none;
list-style-type:square;
list-style-position: outside;
}	

/* Layout */
#wrap { 
	background: 	transparent url("/img/masthead_k.jpg") top left repeat-x;
}

#service #wrap { 
background: 	transparent url("/img/masthead_service_k.jpg") top left repeat-x; 
}

#akademie #wrap { 
background: 	transparent url("/img/masthead_akademie_k.jpg") top left repeat-x; 
}

#netzwerk #wrap { 
background: 	transparent url("/img/masthead_netzwerk_k.jpg") top left repeat-x; 
}

/* Layoutuebergreifend */
#content, #content-alt { 
background: #fff url("/img/left_k.jpg") top left repeat-y; 
}

#footer p, #footer a { 
font-size: 1em;
}

.copy { 
font-size: 1em;
}

#menu .netzwerk a {
	border-right: 2px solid #fff;
}

#menu .service a:hover, #menu .service a.active {
	background: #5877B8;
	}

#menu .akademie a:hover, #menu .akademie a.active {
	color: #000;
	background: #FF9900;
	}
	
#menu .netzwerk a:hover, #menu .netzwerk a.active {
	background: #336633;
	}
	
#menu #brotkrumen { 
	padding: .2em 1em 0 0; 
	font-size: 1em; 
}

#subnav a, #subnav .subnav2 a, dl#subnav dt, dl#subnav dd a {
		color: #000;
}

#subnav a:hover, #subnav a.active, #subnav a:hover.active {
	background				:	#5877B8;
	color: #000;
	border-bottom: 1px solid #fff; 
}

#akademie #subnav a:hover, #akademie #subnav a.active, #akademie #subnav a:hover.active {
	background: #FF9900;
}

#netzwerk #subnav a:hover, #netzwerk #subnav a.active, #netzwerk #subnav a:hover.active {
	background: #336633;
}

#subnav .subnav2   {
margin: 0;
background: #DEE4F1;
border-bottom: 1px solid #fff; 
	}
	
#akademie .subnav2   {
background: #FFEBCC;
	}
	
#netzwerk .subnav2   {
	background: #D7E1D7;
	}
	
#subnav .subnav2 a, dl#subnav dd a {
	color: #000;
	}
