#menu {
width: 100%;
background: #a6b0be;
height: 29px;
line-height: 29px;
float: left;
border-bottom: 3px solid #001a4b;
}


/*///AUSKLAPPNAVI EBENE 1////*/
#hauptnavi {
list-style: none;
margin: 0;
padding: 0;
height: 29px;
line-height: 29px;
float: left;
background: #a6b0be;
text-align: center;
font-size: 0.9em;
}



#trenner {
list-style: none;
padding: 0;
margin-top: 8px;
height: 15px;
line-height: 15px;
float: left;
background: #ffffff;
width: 1px;
}



#trenner-aktiv {
list-style: none;
padding: 0;
margin-top: 8px;
height: 15px;
line-height: 15px;
float: left;
background: #afb2ae;
width: 1px;
}


/*///AUSKLAPPNAVI EBENE 1 - LINK////*/
#hauptnavi a {
color: #ffffff;
text-decoration: none;
position: relative;
height: 32px;
line-height: 32px;
padding-left: 0px;				
padding-right: 0px;
display: block;
font-weight: bold;
}

#hauptnavi a.akt
{
font-weight: bold;
color: #ffffff;
background: #001a4b;
text-decoration: none;
padding-left: 0px;				
padding-right: 0px;			
position: relative;
}						


#menu li {position: relative;}

#unternavi {
position: absolute;
float: left;
padding: 0px;
margin: 0px;
left: 0px;
top: -205px;
z-index: 500; 
width: 112px;
background-image: url(../images/bg_unternavi.png);
list-style: none;
padding-top: 110px;
text-align: left;
border: 0px solid #000000;

}

#unternavi a {
height: 18px;
line-height: 18px;
border-top: 1px solid #ffffff;
color: #6f6f6f;
background-image: url(../images/bg_unternavi-punkt.png);
font-weight: normal;
padding-left: 10px;		
vertical-align: bottom;
}

/*////EFFEKT AUSKLAPPEN/////////*/

#unternavi,
#hauptnavi li:hover #unternavi
{display: none;}

div#menu #hauptnavi li:hover #unternavi
{display: block;}

