#menue {
	position:relative;
	left: 0;
	z-index: 200;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menue .strich {
	float: left;
	display: block;
	overflow: hidden;
	width: 1em;
	height: 1.3em;
	text-align: center;
	color: #000000;
}

#menue .aussen {
	float: left;
	display: block;
	overflow: hidden;
	width: 9em;
	height: 1.3em;
	text-align: center;
	color: #000000;
}

#menue .aussen:hover {
	background-color: #103154;
	color: #ffffff;
	height: auto;
}

a.innen-1 {
	margin-top: 0.5em;
}

a.innen, a.innen-1 {
	display: block;
	width: 9em;
	text-decoration: none;
	font-weight: normal;
	background-color: #103154;
	color: #ffffff;
	margin-bottom: 0.5em;
	font-size: 12px;
	margin-left: 0.8em;
}

a:hover.innen, a:hover.innen-1 {
	background-color: #274565;
	color: #ffffff;
}

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

a.menutag {
	display: block;
	width: 9em;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a:hover.menutag, a:active.menutag {
	background-color: #103154;
	color: #ffffff;
}

