/*  =========================================================

CSS : Stylesheet für www.humanitas.de 
Erstellt von mediaclou gmbh 
Agentur für Werbung und Medienintegration
Mai 2009

========================================================== */

/* -------------------------------
   Hauptnavigation
   ------------------------------- */

#hauptnavi {
 	width: auto; 
	height: 49px; /* war: 40px */
	margin: 0;
	padding: 0 0 0 1.2em;
	background: url(/fileadmin/grafik/navigation_linke_ecke.png) no-repeat left top;
}
/* Sternchen-Hack, hasLayout für IE5x. und 6 */ 
* html #hauptnavi { height: 49px; } 

#hauptnavi ul {
    width: auto; /* "schrumpft" die Liste */ 
    margin: 0;
    padding: 0 5em;
    background: url(/fileadmin/grafik/nagivation_verlauf_1px.png) repeat-x;
    height: 49px;
}

	
#hauptnavi li {
   float: left;  
   list-style-type: none;
   margin: 0 0.5em;
   padding: 0;
}

#hauptnavi li.aktiv, #hauptnavi li active, #hauptnavi li:hover {
   display: block;
   background: #fff url(/fileadmin/grafik/sliding_doors_rechts.png) no-repeat right top;
   margin: 0 0.5em;
}


#hauptnavi a {
   display: block; 
   color: #fff;
   font-weight: bold;
   font-size: 1.2em;
   text-decoration: none;
   text-align: center; 
   margin: 0;
   padding: 15px 10px 5px 10px;
   outline: none;
   height: 49px;
}  


#hauptnavi a:hover,
#hauptnavi a.link_aktiv { 
   background: transparent url(/fileadmin/grafik/slinding_doors_links.png) no-repeat left top;
   color: #009C96 /*#00a686*/;
   margin: 0; 
   padding: 15px 10px 7px 10px;
   height: 49px;
}  

* html #hauptnavi a {
  float: left;
  } 
  
* html #hauptnavi ul {
	margin: 0;
	padding: 0;
	}
* html #hauptnavi a.link_aktiv {  
   padding: 15px 10px 17px 10px;
}
  	
/* Sternchen-Hack, IE < V7 versteht li:hover nicht => einfacher Hover-Effekt */
* html #hauptnavi a:hover,
* html #hauptnavi a:focus,
* html #hauptnavi a:active {  
     text-decoration: underline; 
	 background: none;
	 color: #fff;
}

* html #hauptnavi a.link_aktiv:hover {
	background: transparent url(/fileadmin/grafik/slinding_doors_links.png) no-repeat left top;
	color: #009C96;
}

/* -------------------------------
   Unternavigation
   ------------------------------- */
#subnavi {
   width: 15em; 
   min-height: 21.5em;
}

/* Sternchen-Hack, hasLayout für IE5x. und 6 */ 
* html #subnavi { height: 1%; } 

#subnavi ul {
	width: 15em;
}
#subnavi li { 
   width: auto; 
   list-style-type: none;
   margin: 1em 0 0 0.2em;
}
#subnavi a {
   display: block;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	color: #009C96;
	padding-left: 1em;
}
#subnavi a:hover, #subnavi a.sub_aktiv {
	background: url(/fileadmin/grafik/listIcon.gif) no-repeat center left;
	text-decoration: underline;
}

#subnavi ul ul{
	margin-left: 1em;
}
#subnavi ul ul a{
	font-size: 0.9em;
}

#subnavi ul ul a.e2aktiv {
	background: url(/fileadmin/grafik/listIcon.gif) no-repeat center left;
	font-size: 0.9em;
	text-decoration: underline;
	   margin: 1em 0 0 0.2em;
}

/* -------------------------------
   rechte Navigation
   ------------------------------- */
#rechte_navigation {
	width: 14.05em;
	min-height: 226px;
	float: right;
	background: url(/fileadmin/grafik/gradientRight.jpg) repeat-x left top;
	margin: 0.2em 0 0 0; 
	padding: 0;
}

#rechte_navigation li { 
   list-style-type: none;
	margin: 0;   
	padding: 1em 0 0 0;
	}

#rechte_navigation a {
   display: block;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	color: #0e3293;
	padding-left: 0.5em;
}   
#rechte_navigation a:hover, #rechte_navigation li.aktiv a {
	text-decoration: underline;
	background: none;
}   

/* ======================================
   E N D E navigation.css
   ====================================== */