/* Basisformatierungen für body, td, div und a- nur Schriftgrößen - keine Breiten-, Höhen- oder sonstige Angaben */
body.content {	background-color: #EEF5FB;
		margin: 0px;
		background-image: url(img_allg/bg.jpg);
		background-repeat: repeat-x;
		background-color: #EDF6FB;
	}

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

a {			font-size: 12px;
			text-decoration: none;
			font-weight: bold;
			color: #13328C;			}

a.weiss {		font-size: 11px;
			text-decoration: none;
			font-weight: normal;
			
			color: #FFFFFF;			}
			
/*Überschrift groß */		
h1 {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #01046A;
			margin-bottom: 0px; }

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

/* 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; }
			
/* Fehlermeldung für Kontaktformular - rot */
.fehler {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #CC0000; }				

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

	

