h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#1E3894;
	letter-spacing: 1pt;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

/* Navigation Ebene 2 */
#nav2 {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 210px;
	height: 100%;
	z-index:1;
	padding:0px;
	margin: 0px;
	text-align:left;
	background-image: url(../gfx/n2_right.gif);
}
.nav2_link {
	display: block;
	width: 200px;
	height: auto;
	background-color: #1E3894;
	background-position: right;
}
.nav2_link_act {
	display: block;
	width: 200px;
	height: auto;
	font-weight: bold;
	background-color: #1E3894;
}
.nav2_link a, .nav2_link a:visited, .nav2_link_act a, .nav2_link_act a:visited {
	display: block;
	width: 178px;
	height: auto;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-decoration:none;
	padding: 0px 4px 2px 18px;
}
.lspace {
	display: block;
	width: 200px;
	height: 12px;
	background-image: url(../gfx/n2_link_unt.gif);
	background-repeat: no-repeat;
}
.lspace_act {
	display: block;
	width: 200px;
	height: 12px;
	background-image: url(../gfx/n2_link_unt_.gif);
	background-repeat: no-repeat;
}

