/* 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;
				background-color:#a5ceea;
				font-size: 14px;
				color: #333333;}

.drucken		{display:none;}

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

.seitenrahmen {	width: 759px;
				background-color:#FFFFFF;
				text-align:left;
				}

.textinhalt {	width:514px;
				padding:20px;}
	
		
.leiste {		width:550px;
				background-color:#A5D0E9;
				text-align:right;
				padding:2px;}


a {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight:bold;
				text-decoration:none;
				color: #002B73; }
				
a.nav {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 14px;
				font-weight:bold;
				text-decoration:none;
				color: #002B73; }				
				
/*Überschrift groß */		
h1 {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 15px;
				font-weight:bold;
				color: #002B73;
				display:inline;
				 }

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

/* Text mit erhöhtem ZEILEN-Abstand - KEINE Breitenangaben! */
.text {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	 			font-size: 14px;
				line-height:21px;
				color: #333333; }

/* Sonderformatierungen - kleinerer Text - andere Farbe etc. */
.textklein {	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	 			font-size: 12px;
				color: #333333; }
			
/* Fehlermeldung für Kontaktformular - rot */
.fehler {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 14px;
				font-weight: bold;
				color: #CC0000; }				

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

	

