<!-- 
BODY{
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-track-color: #CCCCCC;
	scrollbar-darkshadow-color: #333333;
	overflow : auto;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
}

.navtitel{
	font-size : 10pt;
	font-weight : bold;
	color : #333333;
}

.text{
	font-size : 11pt;
}

.wichtig{
	font-size : 12pt;
	font-weight : bold;
}

a:link{
   	text-decoration: underline; 
   	color=black;
	font-size : 11pt;
}

a:visited{
   	text-decoration: underline; 
   	color=black;
	font-size : 11pt;
}

a:active{
	text-decoration: underline;
	color=black;
	font-size : 11pt;
}

a:hover{
	text-decoration: none;
	color=black;
	font-size : 11pt;
}

a.nav:link{
   	text-decoration: underline; 
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 10pt;
}

a.nav:visited{
   	text-decoration: underline; 
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 10pt;
}

a.nav:active{
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 10pt;
}

a.nav:hover{
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 10pt;
}

//--> 
