html, html{
padding:0; margin:0; border:0; }

body {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	background-color: White;
	font-family: "Times New Roman", Times, serif;
	color: #000066;	
}

h1{
	color: #35006A;
	font-style: italic;
	font-size: xx-large;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2{
	color: #35006A;
	font-style: normal;
	font-size: x-large;
}
.hervor {
	color: #2F005E;
	font-weight: bold;
}
p.hervor_kl {
	color:#36006C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;	
}
DIV.grund
{
	display: block;
	width: 190px;
	height: 57px;
	FONT-FAMILY: "Times New Roman", Times, serif;
	color: Navy;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 2px;
}

DIV.fstLevel a
{
display: block;
background-image:  url(../img/navi_neu_KNa.jpg);
background-repeat: no-repeat;
border: 0px;
border-style:hidden;
width: 190px;
height: 70px;
FONT-FAMILY: "Times New Roman", Times, serif;
color: Navy;
font-weight: bold;
font-size:17px;
text-decoration:none;
padding-top:25px;
padding-left:25px;

}

DIV.fstLevel a:hover
{
	display: block;
	border: 0px;
	background-image: url(../img/navi_neu_KNb.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 70px;
	text-decoration: none;
	color: Navy;
	font-weight: bold;
	font-size: 17px;
	padding-top: 25px;
	padding-left: 25px;
}

DIV.fstLevelActive a
{
	display: block;
	background-image: url(../img/navi_neu_KNb.jpg);
	FONT-FAMILY: "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	width: 190px;
	height: 70px;
	border: 0px;
	border-style: hidden;
	text-decoration: none;
	color: Navy;
	font-weight: bold;
	font-size: 17px;
	padding-top: 25px;
	padding-left: 25px;
}


