#navi {
margin:0;
padding:0;
position: absolute;
font-size: 0.8em;
width: auto;
min-width: 758px;

}
#navi ul {
margin-left: 0;
border: solid 1px white;
}

#navi ul li {

	float: left;
	width:106px;
height: 3.4em;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
list-style-type : none;
border: solid 1px white;
background-color: #570004;
background-color: #3c3c3c;
}


#navi ul li.active ul{
background-color: transparent;
color:#05366e;
position: absolute;
z-index:2;
line-height: 1em;
top:55px;
left: 25px;
width: 100%;
margin:0;
width:auto;
text-indent:0;

height: 1em;
}

#navi ul li.active ul li {
background-color: transparent;
list-style-type : none;
margin-right: 0.5em;
color:black;
height: 1em;
border:0;
width:auto;
float:left;
display:block;
}



/*----------------HERVORHEBUNG-ACTIVE-MENUE------ */

#navi li.active a:link, #navi li.active a:visited, #navi li.active a:hover, #navi li.active a:focus, #navi li.active a:active {
background-color:#282828;
color: white;
text-decoration: underline;

}


#navi li.active li a:link, #navi li.active li a:visited, #navi li.active li a:hover, #navi li.active li a:focus, #navi li.active li a:active {
color:#282828;
background-color:transparent;
text-decoration: underline;
height: 1em;
padding: 5px;

}




#navi li li.active a:link, #navi li li.active a:visited, #navi li li.active a:hover, #navi li li.active a:focus, #navi li li.active a:active {
height: 1em;
color:#999;
text-decoration: none;


}
/*----------------HERVORHEBUNG-MAUS-OVER------ */

#navi ul li a:link, #navi li a:visited, #navi li a:hover, #navi li a:focus, #navi li a:active{
width:100%;
height: 3.4em;
display: block;
color: white;
text-decoration: none;
}

#navi ul li a:hover, #navi li a:active {
background-color:#6D6566;
background-color:#282828;
color: #F1F863;
color: white;
text-decoration: underline;
}


#navi li.active li a:hover, #navi li.active li a:active {
background-color: transparent;
height: 1.3em;
color: #999;
padding: 5px;


}

/*----------------PLATZHALTER-UNTERNAVI------ */
#subnavihalter {

}

#subnavi {
position: relative;
top: 55px;
left: 35px;
font-size:0.9em;
color:#999;
font-weight: normal;
margin-bottom: 0;
height: 1.3em;

}


/*----------------FUSS-----NAVI------ */
#fuss {
clear:both;
margin-bottom: 0;
font-size: 0.8em;
background-color: #3c3c3c;
padding-right: 35px;
}

#fuss ul li {
display: inline;
float:right;
list-style-type: none;
margin-right: 0;
font-weight: normal;
}

#fuss ul {
padding-top:6px;
height: 24px;
}

/*----------------HERVORHEBUNG-ACTIVE-MENUE-FUSS------ */

#fuss li.active a:link, #fuss li.active a:visited, #fuss li.active a:hover, #fuss li.active a:focus, #fuss li.active a:active {
color: #eb1200;
padding-top:5px;
}

/*----------------HERVORHEBUNG-MAUS-OVER-FUSS------ */

#fuss li a:link, #fuss li a:visited, #fuss li a:hover, #fuss li a:focus, #fuss li a:active{
padding: 5px;
color: white;
text-decoration: none;
}

#fuss li a:hover, #fuss li a:focus, #fuss li a:active {
color:white;
border-bottom:dotted 1px white;
}



