
/* ID für Sekundärnavigation */
#sek_nav_id {
	position: absolute;
	top: 25px;
	left: 40px;
	width: 150px;
	height: 200px;
}

/* Sekundärnavigation Link */
.sek_nav_aktiv {
	display: block;
	width: 120px;
	height: 18px;
	margin: 2px;
	color: white;
	background-color: #990000;
	font-variant: small-caps;
	text-align: center;
}

a.sek_nav {
	display: block;
	width: 120px;
	height: 18px;
	margin: 2px;
	color: black;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
}

a.sek_nav:hover {
	background-color: #990000;
	color: white;
}

a.impress_nav {
	text-decoration: none;
}
