/* 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;

				margin-left: 0px;}

				

.bgbody { 		/*background-color: #FFECD2;
				background-color: #D5C2AA; */
				background-color: #FFFAF0;

				margin-top: 25px;	}			



td {				font-family: "Trebuchet MS", Verdana, sans-serif;

				font-size: 12px;

				color: #000000; }



div {			font-family: "Trebuchet MS", Verdana, sans-serif;

				font-size: 12px;

				color: #000000; }



a {				font-family: "Trebuchet MS", Verdana, sans-serif;

				font-size: 12px;

				font-weight:bold;

				text-decoration:underline;

				color: #000000; }

				

/*Überschrift groß */		

h1 {				font-family: "Trebuchet MS", Verdana, sans-serif;

				font-size: 13px;

				font-weight:bold;

				color: #9E8872;

				display:inline;

				 }



/* ggfs. Überschrift klein - für Suchmaschinenzwecke */		

h2 {				font-family: "Trebuchet MS", Verdana, sans-serif;

				font-size: 13px;

				font-weight:bold;

				color: #000000;

				}

				

h3 {			font-family: "Trebuchet MS", Verdana, sans-serif;

				font-size: 13px;

				font-weight:bold;

				color: #FFFFFF;

				}

				

.linkkat {		font-family: "Trebuchet MS", Verdana, sans-serif;

				font-size: 12px;

				font-weight:bold;

				color: #9E8872;

				}				



/* Text mit erhöhtem ZEILEN-Abstand - KEINE Breitenangaben ! */

.text {			font-family: "Trebuchet MS", Verdana, sans-serif;

	 			font-size: 12px;

				color: #000000; }

				

.textfett {		font-family: "Trebuchet MS", Verdana, sans-serif;

	 			font-size: 12px;

				font-weight: bold;

				color: #000000; }

				



/* Sonderformatierungen - kleinerer Text - andere Farbe etc. */

.textgruen {		font-family: "Trebuchet MS", Verdana, sans-serif;

				font-size: 12px;

				font-weight:bold;

				color: #5cacb8;

				 }



.textklein {	font-family: "Trebuchet MS", Verdana, sans-serif;

	 			font-size: 11px;

				color: #000000; }

			

/* Fehlermeldung für Kontaktformular - rot */

.fehler {		font-family: "Trebuchet MS", Verdana, sans-serif;

				font-size: 11px;

				font-weight: bold;

				color: #cc0000; }				



/* Formatierung des Formulartags - nicht löschen */

form {			display:inline;}

						



	


