#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: 120px;
height: 30px;
font-weight: bold;
text-align: center;
background-color: #708090;
color: #FFFFFF;
border-left: 0px solid;
border-right: 1px solid;
border-bottom: 0px;
border-top: 0px;
/* border: 1px solid; */
border-color: #a9a9a9;
}
#menue .aussen:hover {
height: auto;
background-color: #a9a9a9;
color: #fff;
}

a.innen-1 {
margin-top: 2px;
}
a.innenkontakt {
display: block;
width: 120px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
/* border-bottom: 1px solid #708090; */
border-top: 1px solid #708090;
background-color: #a9a9a9;
color: #FFFFFF;
}

a.innen,
a.innen-1 {
display: block;
width: 120px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
/* border-bottom: 1px solid #708090; */
border-top: 1px solid #708090;
background-color: #a9a9a9;
color: #FFFFFF;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #a9a9a9;
color:#FFFFFF;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #708090;
color: #FFFFFF;
}

span.menutag, span.menutag-start {
	padding-top: 3px;
height:27px;
display: block;
}
span.menutag {
cursor: default;
}
#link-start {
display: block;
width: 120px;
height: 30px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
/* border-bottom: 1px solid #708090; */
border-top: 1px solid #708090;
background-color: #a9a9a9;
color: #FFFFFF;
}
a:hover.link-start {
	background-color: #708090;
	color: #FFFFFF;
}