	
 		form							{ padding:10px; border:0px solid #DDDDDD; }
 		td, input, select, textarea 	{ font-size:10px; font-family:Verdana,sans-serif; font-weight:normal; }
 		input, select, textarea   		{ background-color:#ffffff }
 		.Bereich, .Feld					{ background-color:#6F9BDB; width:180px; border:1px solid #DDDDDD; }
 		.Feldkl							{ background-color:#6F9BDB; width: 60px; border:1px solid #DDDDDD; }
 		.Feldgr							{ background-color:#6F9BDB; width:108px; border:1px solid #DDDDDD; }
 		.Auswahl				   		{ background-color:#6F9BDB; width:300px; border:1px solid #DDDDDD; }
 		.Check, .Radio			   		{ background-color:#B7C9EB; border:0px solid #7898C8; }
 		.Button					   		{ background-color:#6F9BDB; color:#ffffff; width:90px; border:1px solid #DDDDDD; }
 		
 		
 		
		function faerben(textfarbe,hintergrund)
		{if (this.style)}
		this.style.color"'"+textfarbe+"'";
		{}