/* Basisformatierungen für body, td, div und a- nur Schriftgrößen - keine Breiten-, Höhen- oder sonstige Angaben */
body {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 12px;
				color: #000000;}

td {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				color: #333333; }

.textfett	 {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				color: #000000;
				font-weight: bold; }
				
.textfettweiss	 {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				color: #FFFFFF;
				font-weight: bold; }				

.haupttabelle {	background-color:#FFFFFF;}

div {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				color: #999999; }

a {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight:normal;
				text-decoration:underline;
				color: #c30102; }
				
a.subnav {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight:bold;
				text-decoration:none;
				color: #ffffff; }	
				
a.subnavover {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight:bold;
				text-decoration:none;
				color: #999999; }							
					
a.weiss {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight:normal;
				text-decoration:none;
				color: #ffffff; }		
				
/*Überschrift groß */		
h1 {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 14px;
				font-weight:bold;
				color: #c30102;
				display:inline;
				 }

/* ggfs. Überschrift klein - für Suchmaschinenzwecke */		
h2 {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight:bold;
				color: #999999;
				display:inline;
				}

/* Text mit erhöhtem ZEILEN-Abstand - KEINE Breitenangaben! */
.text {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	 			font-size: 13px;
				line-height:18px;
				color: #333333; }

.subnav {		color: #ffffff;
				padding-bottom:7px; }
				
.weiss {		color: #ffffff; }
		
.teasertext {	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	 			font-size: 12px;
				line-height:17px;
				padding:10px;
				color: #ffffff; }				
				

/* Sonderformatierungen - kleinerer Text - andere Farbe etc. */
.textklein {	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	 			font-size: 11px;
				color: #333333; }
			
/* Fehlermeldung für Kontaktformular - rot */
.fehler {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight: bold;
				color: #CC0000; }				

/* Formatierung des Formulartags - nicht löschen */
form {			display:inline;}
						

	
