/* 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: 0.9em;}
				
td {			font-size: 1em;}				
			
#inhalt			{line-height: 1.5em;}

a {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
				color: #1D994E;	}

a.footer {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-weight: bold;
				text-decoration: none;
				color: #000000;	}

.textklein {        font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				color: #333333;
				font-size: 0.7em; }

.text {       		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				color: #333333;
				font-size: 0.9em; }
				
.textfett {       	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				color: #333333;
				font-weight: bold;
				font-size: 0.9em; }				
				
/*Überschrift groß */		
h1 {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 1em;
				font-weight:bold;
				color: #1D994E;
				display:inline;	 }

/* ggfs. Überschrift klein - für Suchmaschinenzwecke */		
h2 {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-weight:bold;
				color: #000000;
				display:inline;
				}

			
/* Fehlermeldung für Kontaktformular - rot */
.fehler {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-weight: bold;
				color: #CC0000; }				

/* Formatierung des Formulartags - nicht löschen */
form {			display:inline;}
						

	
