/* CSS Document */

<style type="text/css">

body { font-family: Arial, Helvetica, Verdana, sans-serif; }

a:link { color: #52717B; text-decoration: underline; }
a:visited { color: #52717B; text-decoration: underline; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:focus { color: #000000; text-decoration: none; }

a.type1:link 		{ color:#000000; text-decoration: underline; }
a.type1:visited 	{ color:#000000; text-decoration: underline; }
a.type1:hover 		{ color:#000000; text-decoration: none; }
a.type1:active 		{ color:#000000; text-decoration: none; }
a.type1:focus 		{ color:#000000; text-decoration: none; }

input, textarea, select { color:#52717B; background-color:#ffffff; font-size:13px; font-family:Arial, Helvetica, Verdana, sans-serif; }
.auswahl { width:350px; height:20px; border: 1px solid #52717B; }
.feld_null { width:1px; height:1px; border:1px; }
.feld_klein { width:40px; height:20px; border:1px solid #52717B; }
.feld_mittel { width:70px; height:20px; border:1px solid #52717B; }
.feld_code { width:90px; height:20px; border:1px solid #52717B; }
.feld_mittellang { width:303px; height:20px; border:1px solid #52717B; }
.feld_newsletter { width:262px; height:20px; border:1px solid #52717B; }
.feld { width:350px; height:20px; border:1px solid #52717B; }
.textfeld_klein { width:350px; height:37px; border:1px solid #52717B; }
.textfeld_mittel { width:350px; height:74px; border:1px solid #52717B; }
.textfeld { width:350px; height:148px; border:1px solid #52717B; }
.textfeld_newsletter { width:136px; height:150px; border:1px solid #52717B; }
.textfeld_newsletter2 { width:278px; height:150px; border:1px solid #52717B; }
.button { font-size:13px; text-align:center; background-color:#ffffff; color:#52717B; border:1px solid #52717B; font-weight:bold; }

/*Normale Schrift*/
.mini		{	
				font-family: Arial, Helvetica, Verdana, sans-serif;
		  		font-size: 9px;
          		color: #52717B;
			}

.text		{	
				font-family: Arial, Helvetica, Verdana, sans-serif;
		  		font-size: 13px;
          		color: #52717B;
			}
			
.text2		{	
				font-family: Arial, Helvetica, Verdana, sans-serif;
		  		font-size: 12px;
          		color: #52717B;
			}
			
.text3		{	
				font-family: Arial, Helvetica, Verdana, sans-serif;
		  		font-size: 13px;
          		color: #000000;
			}
			
.textue		{	
				font-family: Arial, Helvetica, Verdana, sans-serif;
		  		font-size: 13px;
          		color: #ffffff;
			}
			
.text2ue	{	
				font-family: Arial, Helvetica, Verdana, sans-serif;
		  		font-size: 12px;
          		color: #ffffff;
			}
			
.uppercase	{
				text-transform: uppercase;
			}	
			
.links		{	
				font-family: Verdana, Helvetica, Arial, sans-serif;
		  		font-size: 14.5px;
          		color: #52717B;
			}
			
.links2		{	
				font-family: Arial, Helvetica, Verdana, sans-serif;
		  		font-size: 20px;
          		color: #52717B;
			}
			
.ueb_w		{	
				font-family: Arial, Helvetica, Verdana, sans-serif;
		  		font-size: 16px;
          		color: #cc0000;
				font-weight: bold;
			}

.ueb_n		{
				font-family: Arial, Helvetica, Verdana, sans-serif;
		  		font-size: 16px;
          		color: #52717B;
				font-weight: bold;
			}

</style>