/* 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;}
				
.bodybg {			background-image:url(img_allg/bg.jpg);
				background-repeat: repeat-x;
				background-color: #94D222; }

td {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				color: #xxxxxx; }

div {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				color: #xxxxxx; }

a {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
				color: #4E6E10;	}
				
a.subnav {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
				color: #FFFFFF;	}				

/*DIV Formatierungen groß */
#content {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight: normal;
				text-decoration: none;
				background-color: #F0FFD9;
				width: 270px; 
				margin: 25px; }

#aktuelles {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight: normal;
				text-decoration: none;
				background-color: #F0FFD9;
				width: 505px; 
				margin: 25px; }

				
/*Überschrift groß */		
h1 {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight:bold;
				color: #0087CF;
				line-height:10px;
				 }

/* ggfs. Überschrift klein - für Suchmaschinenzwecke */		
h2 {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 11px;
				font-weight:bold;
				color: #0087CF;
				line-height:10px;
				}

/* Text mit erhöhtem ZEILEN-Abstand - KEINE Breitenangaben! */
.text {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	 			font-size: 13px;
				line-height:18px;
				color: #000000; }
				
.textfett {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	 			font-size: 13px;
				line-height:18px;
				font-weight: bold;
				color: #4E6E10; }				
				
.textweiss {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	 			font-size: 13px;
				color: #FFFFFF; }				

/* Sonderformatierungen - kleinerer Text - andere Farbe etc. */
.textklein {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	 			font-size: 11px;
				color: #000000; }
			
/* 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;}
						

	

