/*
	Menue-styles fuer non-IEs
	Achtung:
	Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
	Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#wrapper {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	margin: 0px auto; 
	width: 740px; 
	text-align: left; 
	background-color: #9b0a24;
}


#menuebox {
position: relative;
height: 30px;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 5px;
left: 0;
z-index: 200;
}

#menue .aussen {
font-family : 'Times New Roman', Times, serif;
font-size : 12px;
float: left;
display: block;
overflow: hidden;
width: 90px;
height: 16px;
text-align: center;
background-color: #9b0a24;
color: #ffffff;
font-weight : bold;
border: 1px solid;
border-color: #9b0a24;
}
#menue .aussen:hover {
height: auto;
background-color: #9b0a24;
color: #e5d6a5;
}

a.innen-1 {
margin-top: 2px;
}
a.innen,
a.innen-1 {
font-family : 'Times New Roman', Times, serif;
font-size : 11px;
display: block;
width: 90px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #e5d6a5;
background-color: #9b0a24;
color: #eeeeee;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #9b0a24;
color:#eeeeee;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #9b0a24;
color: #e5d6a5;
}

span.menutag {
font-family : 'Times New Roman', Times, serif;
font-size : 12px;
display: block;
cursor: default;
color: #ffffff;
}
