/* CSS Document */
a.nav1:link, a.nav1:active {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #212121;
	}
a.nav1:visited {
	color: #616161;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
a.nav1:hover, a.nav1:focus {
	color: #B22222;
}

a.nav2:link, a.nav2:active, a.nav2:visited {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #B22222;
	}
a.nav2:hover, a.nav2:focus {
	color: #212121;
}
.aktiv{
	font-size: 18px;
	font-weight: bold;
	color: #B22222;
}

