.aktiv {
	background-color: transparent;
	border-style: none;
	color: transparent;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 2px;
	text-decoration: none;
}

.aktiv a:link {
	background-color: transparent;
	color: maroon;
	text-decoration: none;
}

.aktiv a:visited {
	background-color: transparent;
	color: maroon;
	text-decoration: none;
}

.aktiv a:hover {
	background-color: transparent;
	color: maroon;
	text-decoration: underline;
}

.aktiv a:active {
	background-color: transparent;
	color: maroon;
	text-decoration: none;
}

.normal {
	background-color: transparent;
	border-style: none;
	color: transparent;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 2px;
}

.normal a:link {
	background-color: transparent;
	color: #585500;
	text-decoration: none;
}

.normal a:visited {
	background-color: transparent;
	color: #585500;
	text-decoration: none;
}

.normal a:hover {
	background-color: transparent;
	color: maroon;
	text-decoration: none;
}

.normal a:active {
	background-color: transparent;
	color: #585500;
	text-decoration: none;
}

#menue {
	background-color: transparent;
	background-repeat: repeat-y;
	clear: both;
	color: transparent;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: auto;
	text-align: left;
	width: 140px;
	z-index: 1;
}