
#PageContainer {
	width: 998px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#AbstandOben {
	margin-top: 10px;				/* Wert von -10px entspricht keiner Lücke zwischen Browser und Webseite */
}

#AbstandHeadNaviHead {
	margin-bottom: 10px;
}

#Head {
	width: 998px; 
	min-height: 316px;				/* legt Mindeshöhe für moderne Browser fest */
	/* height: auto !important;			/* height: auto; passt Höhe ggf. an Inhalt an */
	height: 316px;					/* legt Mindesthöhe für den IE fest */
	/* background: #2A4071; */
	background-image:url('../images/back02.jpg');
	/* background-repeat: repeat; */
	margin: 0px;
	padding: 0px;
}

#AbstandHeadContent {
	margin-bottom: 10px;
}

#Content {
	/* width: 800px; */
	height: auto;
	overflow: hidden;
	/* background: #f0f0f0; */
}

#Links {
	width: 88px;
	min-height: 300px;					/* legt Mindeshöhe für moderne Browser fest */
	height: auto !important;			/* height: auto; passt Höhe ggf. an Inhalt an */
	height: 300px;						/* legt Mindesthöhe für den IE fest */
	background: transparent;
	padding: 0px 0px 0px 0px;			/* Werte: oben, rechts, unten, links */
}

#AbstandLinksMitte {
	margin-right: 10px;
}

#Inhalt {
	width: 700px;
	min-height: 400px;						/* legt Mindeshöhe für moderne Browser fest */
	height: auto !important;				/* height: auto; passt Höhe ggf. an Inhalt an */
	height: 400px;							/* legt Mindesthöhe für den IE fest */
	background: #FCFAFA;
	padding: 30px 0px 10px 0px;				/* Werte: oben, rechts, unten, links */
	*padding: 40px 0px 10px 0px;			/* spezielle Werte für IE6/7 */
	overflow: hidden;
}

#AbstandMitteRechts {
	margin-right: 10px;
}

#Rechts {
	width: 157px;
	/* (Mindest-)Höhe */
	/* min-height: 300px; */				/* legt Mindeshöhe für moderne Browser fest */
	/* height: auto !important; */			/* height: auto; passt Höhe ggf. an Inhalt an */
	/* height: 300px; */					/* legt Mindesthöhe für den IE fest */
	/*background: #fff;*/
	margin: 0px 0px 0px 10px;
	padding: 30px 0px 10px 0px;
	*padding: 40px 0px 10px 0px;
}

#AbstandUnten {
	float: none;
	margin: 0px 0px 10px 0px !important;
	margin: 0px 0px 10px 0px;
}


/*###############################################################*/


#HeadNavi {
	width: 988px;
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url('../images/back03.gif');
	overflow: hidden;
}

#HeadNavi01 {
	float: left;
	width: 90px;
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url('../images/back03.gif');

}

#HeadNavi02 {
	float: right;
	width: 500px;
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url('../images/back03.gif');
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

#HeadNavi03 {
	float: right;
	height: 27px;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	white-space: nowrap;
}

#HeadNaviLinks {
/*	float: left;  */
/*	padding: 0px 0px 20px 610px !important; */
/*	padding: 0px 0px 20px 590px;*/ /* spezielle IE6-Werte */
	margin: 0px 0px 0px 0px;
	height: 27px;
/*	padding: 5px 0px 5px 0px;	*/
/*	background-image:url('../images/back03a.gif'); */
}

#HauptNaviLinks {	
	width: 148px;
	font-size: 0.85em;		/* Schriftgröße */
	font-weight: bold;		/* Schriftschnitt */
	padding: 1px;
	margin: 0px;
}


/*###############################################################*/


BODY {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-family: "Verdana", "Trebuchet MS", "Tahoma", "Arial", sans-serif;
	/* font-family: "Arial", "Helvetica", "Geneva", sans-serif; */
	/* font-family: "Times New Roman", "Times", "Garamond", "Bodoni", serif; */
	font-size: 0.8em;
	background: #FFFDFF;
	background-image:url('../images/back01.gif');
}


p {
	text-align: left;			/* Textausrichtung */
	line-height: 1.5em;			/* Zeilenabstand */
	font-weight: normal;		/* Schriftschnitt - mögliche Werte: bold, bolder, lighter, 100 (extradünn), 200, 300 usw. bis 900 (extrafett) */
	padding: 0px 20px 0px 0px;
	margin-bottom: 20px;
}

h1 {	
	text-align: left;			/* Textausrichtung */
	font-size: 1.4em; 			/* Schriftgröße */
	color: #C41603;				/* Schriftfarbe */
	font-weight: bold;			/* Schriftschnitt */
	line-height: 1.5em;			/* Zeilenabstand */
	padding: 0px 30px 0px 0px;		/* Werte: oben, rechts, unten, links */
	margin-bottom: 0px;
}

h2 {
	text-align: left;
	font-size: 1.1em; 
	color: #8AAF41;
	font-weight: bold;
	line-height: 1.35em;
	padding : 0px 30px 0px 30px;		/* Werte: oben, rechts, unten, links */
	margin-bottom: 5px;
}


img {
	border-style: none;
	border-width: 0px;
}


a {
	color: #C41603;
	text-decoration: none;
}

a:hover {
	color: #F69107;
	text-decoration: none;
	border-bottom: 1px solid #F69107;
}

table {
	/* width: auto; */
	width: 460px;
	
	/* table-layout: fixed; */		/* Breitenangaben haben Vorrang vor dem Zellinhalt */
	/* table-layout: auto; */ 		/* Breite wird unabhängig von Angaben automatisch an den Inhalt angepasst */
	
	line-height: 1.2em;
	text-align: left;
	
	/* border: none;							/* keine Linie für gesamte Tabelle */
	border: 1px solid #9F9F9F;					/* Linienstärke, Linienstil, Farbe */
	border-collapse: collapse;
	
	/* background: #ffffff; */
	
	empty-cells: hide;
	
	border-spacing: 5px;
	
	margin: 5px auto 25px auto !important;		/* Werte: oben, rechts, unten, links */
	margin: 5px auto 30px auto;					/* spezielle Werte für IE6 */
}

caption {
	font-size: 0.8em;		/* Schriftgröße */
	font-weight: bold;		/* weitere mögliche Formate: normal, bolder, lighter */
	line-height: 1.1em;		/* Zeilenhöhe */
	color: #004CA0;			/* Schriftfarbe */
	caption-side: top;
	padding-top, padding-left, padding-right */
	padding-bottom: 6px;
	margin: 0px auto 0px auto;
}

th {
	font-size: 0.75em;
	color: #525151;
	text-align: center;
	border: 1px solid #9F9F9F;				/* Linienstärke, Linienstil, Farbe */
	background: #C9DCA6;
	padding: 5px 0px;						/* Werte: oben & unten, rechts & links */
	margin: 0px;
}

td {
	font-size: 0.7em;
	/* text-align: center; */
	/* height: 100px; */
	/* vertical-align: middle; */
	border: 1px solid #9F9F9F;
	background: #FFFDF1;
	padding: 8px 10px;
	margin: 0px;
}

td:hover {
	background: #f0f0f0;
}

tfoot {
	font-size: 0.9em;
	font-weight: bold;
	border: 2px solid #9F9F9F;
}


/*###############################################################*/


#HeadNaviLinks ul, #HeadNaviLinks li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 12px 4px 12px;
	float: right;
	height: 27px;
	text-decoration: none;
}

#HeadNaviLinks li.liactive {
	background-image:url('../images/back03a.gif');
}


#HeadNaviLinks li:hover {
	background-image:url('../images/back03a.gif');
}

#HeadNaviLinks li a {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 27px;
	margin: 0px 0px 0px 0px;
	border: none;
}

#HauptNaviLinks li {
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
	margin: 0px;
}

#HauptNaviLinks li a {
	display: block;
	height: 14px;
	color: #ffffff;
	/* background-image: url('');
	   background-repeat: no-repeat; */
	background: #56B100;
	text-decoration: none;
	padding: 8px 5px 8px 15px;
}

#HauptNaviLinks li a:hover, #HauptNaviLinks li a:focus {
	color: #ffffff;
	background: #004CA0; /* #b1d5ed; */
	border-left: 5px #ffffff solid;
	border-bottom: none;
}

#HauptNaviLinks .active {
	background: #004CA0;
	border-left: 5px #ffffff solid;
}



.BildmitUnterschrift {
	float: left;
	width: 150px;
	margin-left: 30px;		/* linker Abstand zum Text */
	margin-top: 5px;		/* Abstand des Bildes nach oben - Korrekturwert, Text und Bild auf eine Höhe zu bringen */
}

.clear {
	width: auto;			/* Breite passt sich automatisch an die Umgebung an */
	height: 0.5em;			/* relative Höhe - kann natürlich durch fixen Wert ersetzt werden */
	clear: both;			/* hebt float-Eigenschaften auf */
	display: block;			/* erzwingt Zeilenumbruch nach dem DIV */
	padding: 0px;
	margin: 0px;
}

.MitBild {
	width: 300px;
	text-align: justify;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px 0px 0px 20px !important;
	margin: 0px 0px 0px 10px;	/* Korrektur des Box-Modells für IE6 - stets 10px weniger */
	float: left;
}

.Bildunterschrift {
	width: 125px;
	font-size: 0.7em;			/* Schriftgröße */
	line-height: 1.3em;			/* Zeilenhöhe */
	text-align: center;			/* Textausrichtung */
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#InhaltLinks {
	width: 350px;
	float: left;
	background-image:url('../images/back04.gif');
}

#InhaltRechts {
	margin: 0px 0px 0px 30px;
	width: 320px;
	float: left;
}

#Inhalt ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 5px 40px;
	list-style-type: decimal;
	list-style-position: outside;
}

#Inhalt ol li {	
	padding: 0px 20px 5px 5px;
}

#Inhalt ul {
	margin: 0px;
	list-style-type: disc;
	list-style-image: url("../../images/test_symbol_10x10.png") !important;
	list-style-image: url('../../images/test_symbol_10x10_ie6.png') !important;
	list-style-position: outside; padding-left:35px; padding-right:20px; padding-top:0px; padding-bottom:5px
}

#Inhalt ul li {	
	padding: 0px 20px 5px 5px;
}

img.voll {
	width: 460px;
	margin: 0px 20px 10px 20px;
}

img.halb {
	width: 125px;
	border: 1px solid #B1D5ED;			/* Linienstärke, Linienstil, Linienfarbe */
}


#Inhalt form {
	margin: 0px 20px 10px 20px;
}

#Inhalt .important {
	font-weight: bolder;
	font-size: 0.9em;
	color: #C80000;
}

#Inhalt fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	border-bottom: 1px solid #C9DCA6;
	/* background: url(../images/form_divider.gif) left bottom repeat-x; */
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#Inhalt legend {
	font-weight: bold;
	color: #C9DCA6;
	margin: 0px 0px 5px 0px;
}

#Inhalt .inputSet {
	margin: 10px 20px 5px 10px;
	display: block;
	float: none;
	clear: both;
}

#Inhalt label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
}

#Inhalt .input {
	width: 200px;
	/* height: 20px; */
	/* font-size: 1.0em; */
	padding: 2px 10px 3px 10px;
	background: #E3F0CC;
	border: none;
	border-left: 1px solid #C9DCA6;
	border-bottom: 1px solid #C9DCA6;
}

#Inhalt .multipleChoice {
	margin-bottom: 4px;
}

#Inhalt .radio, #Inhalt .checkbox {
	margin: 0px;	
	padding: 0px;
	float: left;
}

#Inhalt .radioText, #Inhalt .checkboxText {
	margin-left: 5px;
}

#Inhalt .select {
	width: 221px;
	background: #E3F0CC;
	padding: 5px 10px 3px 10px;
	margin: 0px 0px 0px 0px;
	border: none;
	border-left: 1px solid #C9DCA6;
	border-bottom: 1px solid #C9DCA6;
}

#Inhalt option {
	color: #787878;
	padding: 3px 3px 3px 3px;
}

#Inhalt .button {
	text-align: right;
}

#Inhalt .primaryAction {
	color: #564b47;
	font-weight: bold;
	border: 1px solid #C9DCA6;
	background: #fff;
	/* background: url('') left top no-repeat; */
	/* width: 100px; */
	/* height: 20px; */
	/* padding: 0px; */
}

#Inhalt .primaryAction:hover, #Inhalt .primaryAction:focus {
	background: #C9DCA6;
	border: 1px solid #C9DCA6;
} 

#Inhalt .secondaryAction {
	color: #c0c0c0;
	background: #fff;
	border: 1px solid #C9DCA6;
}

#Inhalt .secondaryAction:hover, #Inhalt .secondaryAction:focus {
	color: #000000;
	border: 1px solid #C9DCA6;
}



.BlockRechts {
	/*background: #fffdff;*/
	border: none;
	/* border-right: 1px solid #D1CFD1; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.BlockUnten {
	width: 157px;
	height: 15px;			/* Höhe muss der Höhe der Hintergrundgrafik entsprechen */
	/*background: url('../../images/rightBox_bottom.png');*/
	background-repeat: no-repeat;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.BlockRechts p {
	font-size: 0.85em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.BlockRechts p.TextRechts {
	font-size: 0.8em;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background-color: #F0F0F0;
	text-align: right;
	font-weight: bold;
}


.BlockRechts h4 {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.BlockRechts p.BildRechtsUnterschrift {
	font-weight: bold;	
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#Rechts a {
	color: #174F7B;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Rechts a:hover {
	color: #174F7B;
	text-decoration: none;
	border-bottom: 1px solid #004CA0;
}

#Rechts a:visited {
	color: #BFBFBF;
	border-bottom: 1px solid #F2EEE2;
}

#Rechts img {
	width: 157px;
	/*border: 1px solid #ffffff;*/
	margin-bottom: 0px;
}

#Content .SpalteLang {
	padding-bottom: 20150px;  /* x = Höhe des längsten Inhalts + padding-bottom */
	margin-bottom: -20000px;  /* x = Höhe des längsten Inhalts */
	float: left;
}