
#navlist
{
position: relative;
width: 100%;
/*height: 1.3em;*/
height: 20px;

margin: 0px;
padding: 0px;
border-bottom: 0px solid #f63;
white-space: nowrap;
/*background-color:#388261;*/

background-image:url(images/system/nav_menuGradient.gif);

margin-bottom:16px;
_margin-bottom:14px; /*IE6*/
z-index:11;

line-height:16px;



}

#navlist li
{
float: left;
margin: 0px 0px 0px 0px;

list-style-type: none;
background-color:#388261;

background-image:url(images/system/nav_menuGradient.gif);

}

#navlist li a
{
position: relative;
width: auto;
display: block;
margin: 0px;
padding: 2px 15px;

/*background-color:#388261;*/
color: #ccc;


font-size:12px;
/*font-family: Verdana, Arial, Helvetica, sans-serif;  */ 
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;

background-image:url(images/system/nav_menuGradient.gif);



}


#navlist li a:hover
{
color: #fff;
text-decoration: none;



}

#navlist li#active a {

background-color: #dce6d4;
color: #222;
background-image:url(images/system/aktivHG.gif);
background-repeat:repeat-x;
/*border-top:2px solid #40956f;*/
padding-top:3px;
padding-bottom:4px;
}

#navlist li#active a:hover { color: #222; }




/* HOME */

#navlist li a#nav1 {		
		float: left;
	
		height: 20px;
		display: block;
		margin: -2px 3px 0px 10px;
		background: url(images/system/nav_home.gif) no-repeat ; 
		background-position:center 5px;
		z-index:25;
		background-color:none;
}

#navlist li a#nav1:hover {		
		
		background: url(images/system/nav_home_over.gif) no-repeat; 
		background-position:center 5px;
		
}
	
#navlist li a#nav1 span {		
		display: none;
}
	
	
#navlist li#active a#nav1,
#navlist li#active a#nav1:hover {
		float: left;
		
		
		height: 16px;
		display: block;
		margin: 0px 3px 0px 10px;
		background: url(images/system/nav_home_akt.gif) no-repeat ; 
		background-position:center 1px;
	
		border-top:2px solid #40956f;
		
		background-color:#dce6d4;
		z-index:25;
		
	
}


/* #### SUBNAVIGATION #### */



#navlist ul#subnavlist {
position: absolute;
width:771px;

left: 0px;
top:20px;

margin: 0px;
padding-left: 5px;
border-bottom: 1px solid #ced7c7;
background-color: #dce6d4;
white-space: nowrap;

height:18px;      /*Es machen bei der Min-height nicht mit...*/

min-height:18px;
  height:auto !important;
  height:18px;
  


}



#navlist ul#subnavlist li {
width: auto;
margin: 0px;



	
}






#navlist ul#subnavlist li a {
width:auto;
_width: 50px;
height:auto;
padding: 1px 12px 1px;
border: 0px;
background-image:none;

background-color: #dce6d4;
color: #666;
/*font: 10px Verdana, Arial, sans-serif;*/
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;

}

#navlist ul#subnavlist li a:hover
{
color: #222;
text-decoration: none;
background-color:#dce6d4;
font-weight: 400;
/* IE5/Mac disappearing item fix */
}

#navlist ul#subnavlist li#subactive a {
background-color: #dce6d4;
/*font-weight: bold;*/

color: #222;
}

* html > body #navlist, * html > body #navlist ul#subnavlist
{
width: 776px;
/* IE5/Mac fixed width fix */
}
