#menuebox {
position: relative;
height: 40px;
}
.stupidie {
display: none;
}
#menue {
	position:absolute;
	top: 3px;
	left: 43px;
	z-index: 200;
	width: 757px;
	height: 130px;
}

#menue .aussen {
	float: left;
	display: block;
	overflow: hidden;
	width: 9em;
	height: 1.3em;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	border: 0px;
	color: #E2007A;
	font: 14px century gothic;
}
#menue .aussen:hover {
height: auto;
background-color: #E2007A;
color: #ffffff;
}
a.innen-1 {
margin-top: 2px;
}

a.innen,
a.innen-1 {
	display: block;
	width: auto;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #FADCE9;
	background-color: #ffffff;
	color: #E2007A;
	font: 13px century gothic;
} 

a:visited.innen,
a:visited.innen-1 {
background-color: #ffffff;
color:#000000;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #FADCE9;
color: #E2007A;
}

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

