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

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

#menue .aussen {
float: left;
display: block;
overflow: hidden;
width: 16%;
height: 18px;
padding: 1px 0;
font-size:11px;
font-family: Verdana, Tahoma, Arial, sans-serif;
text-decoration:none;
font-weight: bold;
text-align: left;
background-color: #000000;
color: #FFFFFF;
border: 1px solid;
border-color: #FFFFFF #C0C0C0 #C0C0C0 #FFFFFF;
}
#menue .aussen:hover {
height: auto;
background-color: #FFFFFF;
color: #000000;
}

a.innen-1 {
margin-top: 2px;
}
a.innen,
a.innen-1 {
display: block;
width: 142px;
height: 18px;
padding: 3px 5px;
font-size:11px;
font-family: Verdana, Tahoma, Arial, sans-serif;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #FFFFFF;
background-color: #000000;
color: #FFFFFF;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #000000;
color: #FFFFFF;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #FFFFFF;
color: #000000;
}

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


++++++++++++++++++++
   CSS Teil II
++++++++++++++++++++

/*
	Menue-styles fuer IEs
	Am besten per Conditional Comment einbinden.
	Fuer IE5.5 und 5.0 muessen nur geringfuegige kosmetische
	Anpassungen vorgenommen werden (siehe Kommentare).
*/

#menue {
display:none;
}
.stupidie {
display: block;
position: absolute;
top: 6px;
left: 0;
z-index: 200;
}

a.auss {
float: left;
width: 16%;
height: 18px;
padding: 1px 0;
overflow: hidden;
display: block;
font-size:11px;
font-family: Verdana, Tahoma, Arial, sans-serif;
text-decoration:none;
font-weight: normal;
text-align: center;
text-decoration: none;
background-color: #000000;
color: #FFFFFF; 
border: 1px solid;
border-color: #FFFFFF #C0C0C0 #C0C0C0 #FFFFFF;
}
a:hover.auss {
overflow: visible;
background-color: #FFFFFF;
color: #000000;
}
a:hover.auss table {
display: block;
margin-top: 3px;
background-color: #FFFFFF;
color: #000000;
border-collapse: collapse;
}

a.inn {
display: block;
width: 142px; /* fuer 5er IEs anpassen, sonst 'zuckt' es */
height: 18px;
padding: 3px 5px;
font-size: 100%; /* fuer 5er IEs auf 80% reduzieren */
font-weight: normal;
text-align: left;
font-size:11px;
font-family: Verdana, Tahoma, Arial, sans-serif;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
background-color: #000000;
color: #FFFFFF;
}
a:visited.inn {
background-color: #000000;
color: #FFFFFF;
}
a:hover.inn {
position: relative;
background-color: #FFFFFF;
color: #000000;
}
span.menutag {
display: block;
cursor: default;
}


