/*
	Menudesign für alle nicht Internet Explorer- Browser:
*/

#menuebox {
position: relative;
height: 30px;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 5px;
left: 135px;
z-index: 200;
}

#menue .aussen {
float: left;
display: block;
overflow: hidden;
width: 9em;
height: 1.3em;
/*font-weight: bold;*/
text-align: center;
/* background-color: white; */
color: black;
border: 1px solid;
border-color: white #94b4d3 #94b4d3 white;

background-image:url(hintergrundMenu.png);
background-repeat:repeat-x;
}
#menue .aussen:hover {
height: auto;
/*background-color: #624617*/;
color: #3399FF;
}

#menue a.innen-1 {
margin-top: 2px;
}
#menue a.innen,
#menue a.innen-1 {
display: block;
width: 9em;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #94b4d3;
background-color: #CADAE9;
color: black;
}
/*a:visited.innen,
a:visited.innen-1 {
background-color: #CADAE9;
color:#555;
}*/
#menue a:hover.innen,
#menue a:hover.innen-1 {
background-color: #f1f6fa;
color:#3399FF;
}

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