#menuebox {
position: relative;
height: 30px;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 1px;
left: 140px;
z-index: 20;
}

#menue .aussen {
float: left;
display: block;
overflow: hidden;
width: 8em;
height: 1.3em;
font-weight: bold;
text-align: center;
color: #000000;
border: 0px;
margin: 0 0 10px 0;
border-color: #000000 #000000 #000000 #000000;
}

#menue .aussen:hover {
height: auto;
color: #000000;
background: cc9933;
}

a.innen-1 {
margin-top: 2px;
}

a.innen,
a.innen-1 {
display: block;
width: 7,9em;
padding: 2px 0;
margin: 2px;
text-decoration: none;
font-weight: normal;
border-bottom: 0px;
color: #000000;
background: #cc9933;
}

a:visited.innen,
a:visited.innen-1 {
color: #000000;
}

a:hover.innen,
a:hover.innen-1 {
text-decoration: underline;
color: #000000;
background: #cc9933;
}

span.menutag {
display: block;
cursor: default;
}