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

#menuebox {
position: relative;
height: 20px;
border-top: 1px solid #9BC6E0;
border-bottom: 1px solid #9BC6E0;
background-color: #cce3f2; /* alt #E6F4FD; */
width: 980px;
z-index: 10;
}
.stupidie {
display: none;
}
#menue {
	position:absolute;
	top: 0px;
	left: 0;
	z-index: 11;
	font-family: sans-serif;
	font-size: 13px;
	color: #000; /* alt #891139; */
	padding-left: 2px;
	font-weight: bold;
}

#menue .aussen {
float: left;
display: block;
overflow: hidden;
/* alt: width: 200px; 8em; */
height: 20px; /* alt: 1.3em; */
font-weight: bold;
text-align: center;
background-color:  #cce3f2; /* alt #E6F4FD; */
color: #000; /* alt #891139; */ /* alt: #513913; */
/* border: 1px solid;
border-color: #d0843e #78561d #78561d #d0843e; */
}
#menue .aussen2 {
float: left;
display: block;
overflow: hidden;
height: 20px;
font-weight: bold;
text-align: center;
background-color:  #cce3f2;
color: #000; /* alt #891139; */
}

#menue .trenner {
float: left;
display: block;
overflow: hidden;
width: 10px; /* alt: 8em; */
height: 20px; /* alt: 1.3em; */
/*font-weight: bold;*/
text-align: center;
background-color: #cce3f2; /* alt #E6F4FD; */
color: #9BC6E0;
font-size: 18px;
}

a.innen-1 {
margin-top: 0px;
}
a.innen,
a.innen-1 {
display: block;
/* width: 200px; alt: 7.9em; */
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-align: left;
padding-left: 2px;
border-bottom: 1px solid #9BC6E0;
background-color: #cce3f2; /* alt #E6F4FD; */
font-size: 12px;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #cce3f2; /* alt #E6F4FD; */
color: #000; /* alt #891139; */
}
a:hover.innen,
a:hover.innen-1 {
background-color: #9BC6E0;
}

span.menutag {
width: 100%;
display: block;
cursor: default;
height: 20px;
padding-top: 1px;
	font-weight: bold;
}
.menutag a {
	text-decoration: none;
	color: #000; /* alt #891139; */
	font-weight: bold;
}
.menutag a:hover {
	text-decoration: none;
	background-color: #9BC6E0;
}

#menue .aussen:hover {
height: auto;
background-color: #9BC6E0; /* alt: #624617; */
}

#menue a:hover {
height: auto;
background-color: #9BC6E0; /* alt: #624617; */
}
