/*
	Menue-styles fuer non-IEs
	Achtung: Fuer IE gilt das Stylesheet 'fix-ie.css'!
*/

/* seiteneigenes dropdown im head */
#menuebox-top {
position: relative;
height: 30px;
font-size: 80%;
}
.stupidie-top {
display: none;
}
#menue-top {
position:absolute;
top: 5px;
left: 10px;
z-index: 200;
}
#menue-top .aussen {
width: 7.5em;
}
#menue-top a.innen,
#menue-top a.innen-1 {
width: 7.5em;
}
/* ================= */


#menuebox {
position: relative;
height: 30px;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 2px;
left: 4px;
padding-bottom: 2px;
z-index: 200;
}

.aussen {
float: left;
display: block;
overflow: hidden;
width: 7.5em;
height: 1.3em;
font-weight: bold;
text-align: center;
background-color: #004c00;
color: #004c00;
border: 1px solid;
border-color: #000000;
}
.aussen:hover {
height: auto;
background-color: #005c00;
color: #9f9f9f;
}

a.innen-0 {
display: block;
text-decoration: none;
color: #9f9f9f;
}

a.innen-1 {
margin-top: 2px;
}
a.innen {
display: block;
width: 7.5em;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #000000;
background-color: #005c00;
color: #9f9f9f;
}
a.innen-1 {
display: block;
width: 7.5em;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #000000;
background-color: #005c00;
color: #9f9f9f;
}
a:visited.innen {
background-color: #005c00;
color: #9f9f9f;
}
a:visited.innen-1 {
background-color: #005c00;
color: #9f9f9f;
}
a:hover.innen {
background-color: #005c00;
color: #900000;
}
a:hover.innen-1 {
background-color: #005c00;
color: #900000;
}

span.menutag {
display: block;
cursor: default;
color: #9f9f9f;
}
