/* Festlegung des Fonts */
input,textarea { font-family: verdana, arial, sans-serif; }

/* Formatierung der großen Seitenüberschrift */
h1 { text-align:center; color:#FF0000; background-color:#FFFFFF; font-weight: bold; font-family : arial; font-size : 1em; }

/* Formatierung von Hyperlinks */
A:link {
color :#425A88; padding : 3px; 
text-decoration: none; }
A:visited {
color :#425A88; padding : 3px;
text-decoration: none; }
A:hover {
color :#FF0000; padding : 3px;
text-decoration: underline; }
A:active {
color :#425A88; padding : 3px;
text-decoration: none; }



BODY {
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #425A88;
	scrollbar-arrow-color: #425A88;
	scrollbar-darkshadow-color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 

/*a { text-decoration: none; } 
a:link { color: #FFFFFF; } 
a:visited { color: #FFFFFF; } 
a:hover { color: #FF0000; }
a:active { color: #FFFFFF; } 
span { color: #FFFFFF; }*/
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
}
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	color: #000000;
}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
}
.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #336633;
}
.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #003366;
}

