/*CSS für die Formatierung der Haupt- und Unternavigation*/

.hauptnav:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	line-height: 150%;
}
.hauptnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #566367;
	font-size: 12px;
	text-decoration: none;
	line-height: 150%;
}
.hauptnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #2362AB;
	font-size: 12px;
	text-decoration: none;
	line-height: 150%;
}
.hauptnav:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
	line-height: 150%;
}

