/* =-=-=-=-=-=-=-[Version Herbst]-=-=-=-=-=-=-=- */
#menuebox {
position: relative;
height: 30px;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 5px;
left: 0;
z-index: 200;
}

#menue .aussen {
float: left;
display: block;
overflow: hidden;
width: 10em;
height: 1.3em;
font-weight: bold;
text-align: center;
background-color: #B56142;
color: #BDBDA5;
border: 1px solid;
border-color: #739600 #106508 #106508 #739600;
}
#menue .aussen:hover {
height: auto;
background-color: #FF9D00;
color: #fff;
}

a.innen-1 {
margin-top: 2px;
}
a.innen,
a.innen-1 {
display: block;
width: 9.9em;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #D4D6D4;
background-color: #FFDF9C;
color: #600;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #FF9D00;
color:#555;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #FFDA72;
color: #900;
}

span.menutag {
display: block;
cursor: default;
}