body {
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	margin-top:12px;
	margin-bottom:12px;		
}
li{
	margin-top:15px;
	margin-bottom:15px;
	list-style-type: square;	
}	
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: blue;
	line-height: 1.2em;
}
 
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
DIV#navi {
	position:absolute;
	left:14px;
	top:100px;
	width:133px;
	height:276px;
	z-index:1;
	line-height: 1.2em;

}
DIV#top {
position:absolute; left:174px; top:10px; width:701px; height:115px; z-index:3;
}
DIV#inhalt {
	position:absolute;
	left:173px;
	top:152px;
	width:695px;
	height:400px;
	z-index:2;
	overflow: auto;
	padding-right: 10px;


}
DIV#footer {
	position:absolute;
	left:6px;
	top:575px;
	width:863px;
	height:33px;
	z-index:4;
 	background-image: url(img/Frame_unten_02_b.jpg);
	background-repeat: repeat-x;
}

.veranst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.grau {
	background-color: #CCCCCC;
}

