body
	{
		color: #000000;
		font: 11px Tahoma, Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 11px;
		line-height: 14px;
	}

#container
    {
	/* Um den Seiteninhalt zu zentrieren muss folgender Wert auf 'auto' stehen */
	/* Ansonsten Null oder ein anderer Wert */
	margin: auto;
	
	/* Hier kann der Abstand des Seiteninhaltes vom oberen Browserrand festgelegt werden */
	top: 20px;
	
	/* Legt die minimale h?he des Seiteinhaltes fest, ist wichtig f?r gekachelte Hintergr?nde */
	height: 480px;

	width:880px;
	position: relative;
	text-align: left;
    }
	
#head
	{
		background-image:url(/UserFiles/Image/Design/head.jpg);
		width:880px;
		height:134px;
		position: relative;
		background-repeat: no-repeat;
		background-color: #ffffff;
		z-index: 2;
	}

#mittecontainer
	{
	/* Um eine evtl. vorhandene Hintergrundfarbe in der linken oder rechten Navigation zu erhalten, */
	/* wird diesem <div> ein entsprechendes, kachelndes hintergrundbild verpasst */
	background-image:url(/UserFiles/Image/Design/left.jpg);
	
	/* Jetzt kommt was doppelt gemoppeltes, muss sein wegen Browserkompatibilit?t */
	/* Es geht dabei um das oben beschriebene Hintergrundbild, es wird auf die maximal verf?gbare H?he gebracht, siehe ganz oben */
	/* Wegen dem bl?den Netscape includieren wir auch noch ein seperates stylesheet f?r die Seiten?he */
	height: 100%; /* Explorer */
	min-height: 100%; /* Alle anderen */

	left: 0px;
	width: 880px;
	position: absolute;
	top: 130px;
	text-align: left;
	}

#content
	{
	/* Folgende Angabe 'relative' ist zwingend n?tig um das kacheln des Hintergrundbildes zu erreichen */
	/* Bei 'absolute' geht der kontact zum parent-div 'mittecontainer' verloren, so dass dieser in der H?he nicht mehr mitgeht */
	position: relative;
	background-color:#FFFFFF;
	margin: 20px;
	left: 210px;
	width: 636px;
	padding-top: 10px;
	text-align: left;
	height:400px;
}

#navi
	{
	background-image:url(/UserFiles/Image/Design/left.jpg);
	left: 0px;
	top: 18px;
	width: 210px;
	position: relative;
	background-color: #ffffff;
	z-index: 1;
	text-align: left;
	height:400px;
	}

#homebox_klein
	{
	font-size: 11px;
	line-height: 16px;
	width: 294px;
	position: relative;
	background-color: #eeeeee;
	z-index: 1;
	border: 1px solid #00aa00;
	padding: 6px;
}
#homebox_gross
	{
	font-size: 11px;
	line-height: 16px;
	width: 622px;
	position: relative;
	background-color: #eeeeee;
	border: 1px solid #00aa00;
	padding: 6px;
}

#teaserbox_rechts {
	font-size: 9px; 
	line-height: 13px; 
	background-color:	#eeeeee; 
	position: relative; 
	z-index: 1; 
	width: 160px; 
	border: solid 1px #00aa00;
}
a {
	font-family: Tahoma, Verdana,Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}

a.navilevel1 {
	font-size: 11px;
	color: #ffffff;	
	text-decoration: none;
	font-weight:bold;
}
a.navilevel1:hover {
	text-decoration: underline;
	color: #ffffff;	
}
a.navilevel1akt {
	color: #ffffff;	
	text-decoration: none;
}

a.navilevel2 { 
	color: #ffffff; 
	font-size: 11px; 
	line-height: 14px; 
	font-weight: normal; 
	text-decoration: none; 
}
a.navilevel2akt { 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 14px; 
	text-decoration: none; 
}
a.navilevel3 { 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
}
a.navilevel3akt {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a.blau {
	color: #05305B;
}
a.normal {
	color: #05305B;
	font-weight: normal;
}
a.standards {
	color: #000000;
}
a.standards:hover {
	text-decoration: underline;
}

td.navileft_on {
	background-image: url(editor_images/navi-on.gif);	
}
td.navileft_off {
	background-image: url(editor_images/navi-off.gif);	
}

.path { 
	color: #ffffff; 
	font-weight: bold;
}

.copyright {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.standards {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

td {
	font-family: Verdana,Arial,Tahoma;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}
td.pflichtfeld {
	font-weight: bold;
	color: #CC0000;
}

.Dachzeile {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.Titel {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

.Untertitel {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #05305B;
	font-weight: bold;
}

form {
	margin:0px;
}
.input_suchbegriff {
	background-color:#ebf6e;
	width: 80px;
	border: 1px solid #437a40;
	font-size: 9px;
	height:18px;
}
