/* Basisformatierungen für body, td, div und a- nur Schriftgrößen - keine Breiten-, Höhen- oder sonstige Angaben */
body/*,div*/ {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				color: #333333;
				font-size: 12px;
				font-style: normal;
				margin-left: 0px;
				margin-top: 0px;
				margin-right: 0px;
				line-height: 16px;
				margin-bottom: 0px;
				background-image: url(img_allg/bg.jpg);
				background-repeat: repeat-x;
				background-color: #FEB400; }
				
td {				font-size: 12px;
				font-style: normal;
				line-height: 17px; }				
				
a {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				color: #CA2917;	}
				
a.subnav {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 12px;
				font-weight: normal;
				text-decoration: none;
				color: #333333;	}				

.textfett {       	font-weight: bold; }
.textfettgelb {     font-weight: bold; 
				color: #FEB400; }

.textklein {    	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				color: #333333;
				font-size: 10px; }		

.text {       		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				color: #333333;
				font-size: 12px;
				font-size: 12px; 
				}
				

				
/*Überschrift groß */		
h1 {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 22px;
				font-weight: bold;
				color: #333333;
				display:inline;	 }

/* ggfs. Überschrift klein - für Suchmaschinenzwecke */		
h2 {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight: bold;
				color: #333333;
				display:inline;
				}

			
/* Fehlermeldung für Kontaktformular - rot */
.fehler {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #CC0000; }	
			
.textrot {	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
			font-size: 13px;
			font-weight: normal;
			color: #FF0000; }								

/* Formatierung des Formulartags - nicht löschen */
form {			display:inline;}
