/* 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: 12px;
				color: #333333;
				background-color: #FFFFFF;
				}

td {				font-family: Arial, Verdana, sans-serif;
				font-size: 12px;
				line-height: 15px;
				color: #333333; }


.textklein{		font-family: Arial, Verdana, sans-serif;
				font-size: 10px;
				line-height: 15px;
				color: #333333; }

.textfett{		font-family: Arial, Verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
				line-height: 15px;
				color: #203C77; }


a:link {			font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-decoration: underline;
				color: #203C77;
				}

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: 20px;
				font-weight:bold;
				color: #203C77;
				line-height: 25px;
				margin: 0px;
				padding: 0px;
				 }

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