html {
font-size: 100.1%; }

BODY {

background-color: white;	
font-family : Arial;

font-size: 10pt;
		font-weight: medium;
		font-style: normal;

				}


A:ACTIVE {
	text-decoration : underline;
	font-family : Arial;
		font-size : 12;	
		color: #3c3c3c;
	}
A:LINK {
	text-decoration : underline;
font-family : Arial;
		font-size : 12;	
		color: #3c3c3c;
}
A:VISITED {
	text-decoration : underline;
font-family : Arial;
		font-size : 12;
		color: #3c3c3c;	
}

a:hover
{
color: #ff3300;	
	text-decoration: underline;
	
}


 form
  
   { font-size:13px; font-family:Arial; font-weight:medium; }
 input, select, textarea
   { color:black; }
 .Bereich, .Feld
   { background-color:#33ccff;  border:6px solid silver; }
 .Auswahl
   { background-color:#ffdd9b; width:250px; border:6px solid silver; }
 .Check, .Radio
   { background-color:silver; border:1px solid black; }
 .Button
   { background-color:#AAAAAA; color:#FFFFFF; width:200px; border:6px solid silver; }





BODY {
		font-family: Arial;
	font-size : 12;
	background-color: white;	
		}
		
		
TABLE {
		
		width: 500;
}		
		
		
		
TR {

	
background-color: white;		
		
}		
		
TD {
padding: 6;

	border-top: 1px dashed #3c3c3c;
	color: #3c3c3c;
	
font-family : Arial;
		font-size : 12;	

		text-align: left;
background-color: white;	



		
}


