#menuebox {
position: relative;
height: 28px;
width: 797px;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 0px;
left: 0;
z-index: 200;

}



#menue .aussen {
float: left;
display: block;
overflow: hidden;
font-weight: bold;
text-align: center;
color: #513913;
height: 28px;
width:auto;
}


#menue .aussen:hover {

height: auto;

}


a.innen-1 {
margin-top: 2px;
background-color: rgb(122,157,196);

}
a.innen,
a.innen-1 {
display: block;
width: auto;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
font-size:12px;
border-bottom: 1px  dashed  #000066;
border-right:1px solid #000066;
border-left:1px solid #000066;
background-color: rgb(122,157,196);
color: #000066;
text-align:left;
}
a:visited.innen,
a:visited.innen-1 {
background-color: rgb(122,157,196);
color:#000066;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #2f557e;
color: #ffffff;
}

span.menutag {
display: block;
cursor: default;
}
