﻿@charset "utf-8";
body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #FFFFFF;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #FFFFFF;

    }
    .thrColFixHdr #container { 
    	width: 943px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden.
    	background: #FFFFFF; */
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 1px solid #000000;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
		background-image:url(screen_contrast/bg_main_contrast.gif);
    } 
    .thrColFixHdr #header { 
    	background-color: #000000; 
    	padding: 0 0px 0 0px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
		border-left-color:#ffffff;
		border-left-width:2px;
		border-left-style:solid;
		border-bottom-color:#ffffff;
		border-bottom-width:2px;
		border-bottom-style:solid;
		margin-left:11px;
		margin-right:11px;
    } 
    .thrColFixHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .thrColFixHdr #sidebar1 {
    	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 184px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	/* background: #EBEBEB; Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    	padding: 0px 10px 15px 0px;  /*Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
		border-left-color:#ffffff;
		border-left-width:2px;
		border-left-style:solid;
		margin-left:11px;
		/*background-color:#3ca252;
		height: 100%;*/

    }
    .thrColFixHdr #sidebar2 {
    	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 200px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	/* background: #EBEBEB; Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    	padding: 15px 10px 15px 10px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }
    .thrColFixHdr #mainContent { 
	    	background-color: #000000; 
    	margin: 0 209px; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div die Randleistenbereiche füllen soll, wenn der Inhalt in den Randleisten endet. */
    	padding: 0 25px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    } 
    .thrColFixHdr #footer { 
    	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
 
    } 
    .thrColFixHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
#steuerung {
	background-color:#338b46;
	width:712px;
	height:25px;
	margin: 0 0 0 209px;
	padding-left:10px;
}

#i_layout_einfach, #i_layout_farbig {
margin-top:4px;
margin-left: 14px;
}

#navi {
margin-top: -31px;
list-style-type:none;
}
#navi ul {
	list-style-type: none;
	margin-top:-1px;
}


#navi li {

	margin: 0px 0 0 -41px;
	font-size:11px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	
	width:194px; 
	height: 25px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
}
#navi a {
	position: relative;
	/*left: -34px;*/
	display: block;
	padding: 4px 0px 3px 3px;
	font-size:12px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	

}
#navi a:hover,
#navi a:focus {
	text-decoration: underline;
	color: #002f16; !important;
	padding: 4px 0px 3px 3px;
}

#navi strong a {
	color: #000000;
	text-decoration:underline;
}

/*#navi strong a.noChilds {
	color: #0c5d4d;
}

#navi li strong a {
	color: #0c5d4d;
	margin-bottom: -6px;
}*/

/*#navi li.1active a {
	color: #0c5d4d;
}*/

#subnavi {
	margin-left:-39px !important;
}


#subnavi li{
	border-top: none;
	border-bottom: none;
	height:auto;
}


#subnavi a, 
#subnavi a:hover,
#subnavi a:focus
{
	padding-left: 20px;
	font-weight:normal;
	padding-bottom:10px;
}

.no-bg {
	background: none !important;
	}
	
/* 2. Ebene */
#navi ul ul li  {
margin-left: -22px;
}



/*#navi li ul li*/

.subnav1 {
	color: #000000; !important;
/*	background-color:#eea82d;*/
	background-color:#FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	width:174px; 
	height: 25px;
	/*margin-bottom:25px;*/
	margin-left:-10px;

}

.subnav2 {

	color: #000000; !important;
/*	background-color:#f0c33d;*/
	background-color:#FFFFFF;
	padding: 0 0 0 0;
	font-weight: normal;
	width:154px; 
	height: 25px;
	/*margin-bottom:25px;*/
	margin-left:-50px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px; 

}

.subnav3 {
	color: #000000; !important;
/*	background-color:#ffe552;*/
	background-color:#FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	border:none;
}

.subnav4 {
	color: #000000; !important;
/*	background-color:#ffdc20;*/
	background-color:#FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	width:174px; 
	height: 25px;
	/*margin-bottom:25px;*/
	margin-left:-10px;
}

.subnav5 {
	color: #000000; !important;
/*	background-color:#ffed20;*/
	background-color:#FFFFFF;	
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	/*width:174px; 
	height: 25px;
	margin-bottom:25px;*/
	margin-left:-10px;
}

.subnav6 {
	color: #000000; !important;
/*	background-color:#ebe025;*/
	background-color:#FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	/*width:174px; 
	height: 25px;
	margin-bottom:25px;*/
	margin-left:-10px;
}

.subnav7 {
	color: #000000; !important;
/*	background-color:#d1d949;*/
	background-color:#FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	width:174px; 
	height: 25px;
	/*margin-bottom:25px;*/
	margin-left:-10px;
}

.subnav8 {
	color: #000000; !important;
/*	background-color:#b7d144;*/
	background-color:#FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	width:174px; 
	height: 25px;
	/*margin-bottom:25px;*/
	margin-left:-10px;
}

.subnav9 {
	color: #000000; !important;
/*	background-color:#abc535;*/
	background-color:#FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	width:174px; 
	height: 25px;
	/*margin-bottom:25px;*/
	margin-left:-10px;
}

a.subnav2 {
	font-weight:normal;
}

#navi li ul li a {
	color: #000000;
	padding-left: 10px;
	font-weight: normal;
}
#navi li ul li a:hover {
	color: #0c5d4d; !important;
	background: none;
	padding-left: 10px;
	font-weight: normal;
}



/* 3. Ebene */
#navi li ul li ul li a {
	color: #0c5d4d;
}
#navi li ul li ul li a:hover {
	color: #0c5d4d; !important;
}

/* aktive Elemente; nicht verlinkt */
#navi strong.active {
	/*position: relative;
	left: -14px;*/
	display: block;
	padding: 3px 0 3px 0px;
	color: #0c5d4d;
	margin-left: 10px;	
}

#navi li ul li ul li strong a,
#navi li ul li ul li strong.active {
	color: #0c5d4d; !important;
}

.nav1 {
		background-color:#FFFFFF;
}

.nav2 {
		background-color:#FFFFFF;
}

.nav3 {
		background-color:#FFFFFF;
}

.nav4 {
		background-color:#FFFFFF;
}

.nav5 {
		background-color:#FFFFFF;
}

.nav6 {
		background-color:#FFFFFF;
}

.nav7 {
		background-color:#FFFFFF;;
}

.nav8 {
		background-color:#FFFFFF;
}

.nav9 {
		background-color:#FFFFFF;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:22px;
font-style:italic;
color:#FFFFFF;
font-weight:lighter;
}

#mainContent h1 {
color:#FFFFFF;
}

.bodytext,
#mainContent li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
line-height:22px;
}

p.bodytext,
#mainContent li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
line-height:22px;
}



#maincontent a {
color: #ffffff;
font-weight: bold;
}

#maincontent img {
border-color:#338b46;
border-style:solid;
border-width:1px;
}

#maincontent img.keinrahmen {
border-color:#000000;
border-style:solid;
border-width:1px;
}

#metanavi ul {
	list-style-type: none;
	margin-top:-21px;
	margin-left: 472px;
		float:left;
}

#metanavi li {

	display:inline;
}

#suchen {

	/*float:left;*/
    }
	

#suchfeld {
	width: 150px;
	height:20px;
	border:none;
	margin-top: 5px;
	margin-left: 15px;
}

#suchbutton {
	width: 64px;
	height:21px;
	border:none;
	margin-top: 4px;
	background-image:url(screen_contrast/suchen.gif);
	background-repeat:no-repeat;
	margin-left:110px;
	padding:0;
	vertical-align:middle;
}

#thueringen {
margin-top: 90px;
}

#sidebar2 h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-style:normal;
color:#FFFFFF;
font-weight:bold;
}

#sidebar2 p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:14px;
}

#print {
margin: 0px 0px 0px 652px;
}

#kontrast {
float:left;
}

#groesse {
padding: 5px 0px 0px 10px;
float:left;
}

#sidebar2 ul,
#sidebar2 a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:14px;
text-decoration: none;
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}
