#menuebox {
position: relative;
height: 25px;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 2px;
left: 0;
z-index: 200;
}

#menue .aussen {
float: left;
display: block;
overflow: hidden;
width: 10em;
height: 1.2em;
font-weight: normal;
font-style: normal;
text-align: center;
font-size: 16px;
background-color: rgb(90,95,100);
color: rgb(255,255,255);
border: 1px solid;
border-color: rgb(90,95,100);
}
#menue .aussen:hover {
height: auto;
background-color: rgb(90,95,100);
color: rgb(0,0,0);
}

a.innen-1 {
margin-top: 1px;
}
a.innen,
a.innen-1 {
display: block;
width: 10em;
padding: 1.2px 0;
text-decoration: none;
text-align: center;
font-weight: normal;
border-bottom: 1px solid rgb(90,95,100);
background-color: rgb(90,95,100);
color: rgb(255,255,255);
}
a:visited.innen,
a:visited.innen-1 {
background-color: rgb(90,95,100);
color:rgb(255,255,255);
}
a:hover.innen,
a:hover.innen-1 {
background-color: rgb(90,95,100);
color: rgb(0,0,0);
}

span.menutag {
display: block;
cursor: default;
font-style: normal;
}
