body
	{
		color: #05305B;
		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:916px;
	position: relative;
	text-align: left;
    }
	
#head
	{
		background-image:url(/UserFiles/Image/Logos/logo_klein.jpg);
		width:916px;
		height:110px;
		position: relative;
		background-repeat: no-repeat;
		background-color: #000000;
		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/Logos/nightwatchman-hg.gif);
	
	/* 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: 916px;
	position: absolute;
	top: 100px;
	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;
	
	margin: 20px;
	left: 240px;
	width: 636px;
	padding-top: 10px;
	text-align: left;
}

#navi
	{
		left: 0px;
		top: 12px;
		width: 240px;
		position: relative;
		background-color: #000000;
		z-index: 1;
		text-align: left;
	}

a {
	font-family: Tahoma, Verdana,Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

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

a.navilevel2 {
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}
a.navilevel2akt {
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
	text-decoration: underline;
}
a.navilevel3 {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}
a.navilevel3akt {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	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);	
}

.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: Tahoma, Verdana,Arial;
	font-size: 11px;
	color: #05305B;
	line-height: 14px;
}
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: #05305B;
}

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

.Warnung {
	color: #CC0000;
}
input {
	background-color: #E3E6ED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #333366;
}
input.invisible { font-size: 1px; background-color: white; border: solid 0px white; }

input.radio {
	border: 0px;
}
input.kurz {
	width: 30px;
}
input.mittel {
	width: 100px;
}
input.laenger {
	width: 200px;
}
input.lang {
	width: 300px;
}

input.wk_menge {
	width: 30px;
	background-color: #ffffff;
}
input.wk_ok {
	border: 0px;
	background-color: #ffffff;
}


select {
	background-color: #E3E6ED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #333366;
	width: 280px;
}
select.lang {
	width: 300px;
}

textarea {
	background-color: #E3E6ED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #333366;
	width: 300px;
}

checkbox {
	background-color: #E3E6ED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #333366;
}


