/* Basisformatierungen für body, td, div und a- nur Schriftgrößen - keine Breiten-, Höhen- oder sonstige Angaben */
body {			font-family: Arial, Verdana, sans-serif;
				font-size: 11px;
				color: #333333;
				background-color: #B9C5D6;
				}

td {				font-family: Arial, Verdana, sans-serif;
				font-size: 12px;
				line-height: 18px;
				color: #333333; }

.textklein{		font-family: Arial, Verdana, sans-serif;
				font-size: 10px;
				line-height: 18px;
				color: #333333; }

.textfett{		font-family: Arial, Verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
				line-height: 18px;
				color: #203C77; }

.textrot{			font-family: Arial, Verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
				line-height: 18px;
				color: #990000; }				
			
a:link {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				color: #333333;			
				}	

a.sitemap:link {	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				color: #999999;			
				}		
				
/*Überschrift groß */		
h1 {			font-family: Arial, Verdana, sans-serif;
				font-size: 12px;
				font-weight:bold;
				color: #990000;
				 }

/* ggfs. Überschrift klein - für Suchmaschinenzwecke */		
h2 {			font-family: Arial, Verdana, sans-serif;
				font-size: 12px;
				font-weight:bold;
				color: #xxxxxx;
				}

/* Fehlermeldung für Kontaktformular - rot */
.fehler {		font-family: Arial, Verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color: #CC0000; }
