/* Basisformatierungen für body, td, div und a- nur Schriftgrößen - keine Breiten-, Höhen- oder sonstige Angaben */
body {			font-family: "Trebuchet MS",  Verdana, sans-serif;
				font-size: 12px;
				color: #000000;}

td {				font-family: "Trebuchet MS",  Verdana, sans-serif;
				font-size: 12px;
				color: #333333; }

.textfett {		font-family: "Trebuchet MS",  Verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color: #000000;}
				
.textfettrot {		font-family: "Trebuchet MS",  Verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color: #CC0000;}				

a {				font-family: "Trebuchet MS",  Verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				color: #333333; }
				
a.klein {			font-family: "Trebuchet MS",  Verdana, sans-serif;
				font-size: 10px;
				font-weight: normal;
				text-decoration: none;
				color: #333333; }		
				
a.orange {		font-family: "Trebuchet MS",  Verdana, sans-serif;
				font-size: 10px;
				font-weight: normal;
				text-decoration: none;
				color: #F2A553; }							
				
/* Text mit erhöhtem ZEILEN-Abstand - KEINE Breitenangaben! */
.text {			font-family: "Trebuchet MS",  Verdana, sans-serif;
				width: 500px;
	 			font-size: 12px;
				line-height:18px;
				color: #333333; }

.subnav {			color: #ffffff;
				padding-bottom:7px; }
				
/* Sonderformatierungen - kleinerer Text - andere Farbe etc. */
.textklein {		font-family: "Trebuchet MS",  Verdana, sans-serif;
	 			font-size: 11px;
				color: #333333; }
			
/* Fehlermeldung für Kontaktformular - rot */
.fehler {			font-family: "Trebuchet MS",  Verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color: #CC0000; }				

/* Formatierung des Formulartags - nicht löschen */
form {			display:inline;}
						

	
