@charset "utf-8";
/* CSS Document */
    body  {    	
    	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: #162b48;
		background-image: url(../images/bgverlauf.jpg);
		background-repeat: repeat-x;
		background-color: #ecf1f7;
		font-family: Verdana;
		font-size: 11px;
		line-height: 15px;
		margin-bottom: 50px;
    }
	
    .twoColFixLtHdr #container {
		width: 850px;  /* 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. */
		min-height: 800px;
		background: #c7d8e9; /* #a8c0e2; */
		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 überschrieben. */
		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #fff;
		border-left-color: #fff;
		margin-top: 10px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #fff;
    } 
	
    .twoColFixLtHdr #header {
		height: 108px;
		padding: 0 10px;
		background-color: #b6cce3;
		background-image: url(../images/header.gif);
		background-repeat: no-repeat;		/* padding: 0 10px 0 20px;  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. */
    } 
	
    .twoColFixLtHdr #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. */
		color: #add2ff;
    }
		
	.twoColFixLtHdr #container #statusbar {
		height: 30px;
		bottom: 0px;
		background-color: #3375c0;
		font-family: Verdana;
		font-size: 12px;
		color: #fff;
		padding-top: 20px;
		padding-left: 200px;
		font-weight: bold;
		background-image: url(../images/statusbar.jpg);
		background-repeat: repeat-x;
	}
	
	.twoColFixLtHdr #container #mainContent h1 {
		font: Arial;
		line-height: 135%;
		text-align: left;
	}
	.twoColFixLtHdr #container #mainContent p {
		/** hier mainfont ändern */
	}
	.twoColFixLtHdr #container #statusbar a:link, .twoColFixLtHdr #container #statusbar a:visited {
		color: #fff;
	}
	
	.twoColFixLtHdr #container #statusbar a:hover, .twoColFixLtHdr #container #statusbar a:active {
		text-decoration: underline;
	}
	
    /*
	.twoColFixLtHdr #sidebar1 {
    	float: left; /* 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 20px;
    }
	*/

	.twoColFixLtHdr #container #sidebar1 {
		float: left;
		width: 180px;		
		margin-top: -10px;
		*margin-top: -29px;
		display: block;
	}
	
	.twoColFixLtHdr #container #sidebar1 a:link, .twoColFixLtHdr #container #sidebar1 a:visited {
		color: #fff;
		cursor: pointer;
	}
	
	.twoColFixLtHdr #container #sidebar1 a:active, .twoColFixLtHdr #container #sidebar1 a:hover {
		color: #04449a;
		cursor: pointer;
	}
	
	.twoColFixLtHdr #container #sidebar1 li {
		font-family: Arial;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;	
		height: 40px;
		list-style-type: none;
		margin-left: -40px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding-left: 10px;
		margin-top: 0px;
		padding-top: 20px;
		background-color: #2a6ebb;
		color: #fff;
		text-decoration: none;
	}
	
	.twoColFixLtHdr #container #sidebar1 li:hover {
		height: 40px;
		list-style-type: none;
		margin-left: -40px;
		border-bottom-width: 1px;
		border-bottom-style: solid;	
		padding-left: 10px;
		margin-top: 0px;
		padding-top: 20px;
		background-color: #a8c0e2;
		color: #04449a;
		display: block;	
		text-decoration: none;
	}

	.twoColFixLtHdr #container a:link, .twoColFixLtHdr #container a:visited {
		color: #6a93cc;
		/* #6e99d4; */
		text-decoration: none;
	}
	
	.twoColFixLtHdr #container a:active, .twoColFixLtHdr #container a:hover {
		color: #04449a;
		text-decoration: none;	
	}	

	/** fixen **/
	.twoColFixLtHdr #container #sidebar1 #navsub {
		font-family: Arial;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		color: #fff;
		background-color: #6e99d4;
		font-family: Verdana;
		font-size: 11px;
		padding-left: 20px;
		height: 15px;
		padding-bottom: 2px;
		width: 160px;
		margin-left: -40px;
		*margin-left: -10px;
		*width: 169px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		display: block;
	}	

	.twoColFixLtHdr #container #sidebar1 #navsub:hover {
		background-color: #a8c0e2;
	}	
	
    .twoColFixLtHdr #mainContent {
		margin: 0 0 0 180px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
		padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
		text-align: justify;
		font-family: Verdana;
		font-size: 11px;
		line-height: 15px;

	/* margin-top: 0;
		margin-right: 120px;
		margin-bottom: 0;
		margin-left: 100px;
		padding-top: 0;
		padding-right: 140px;
		padding-bottom: 0;
		padding-left: 100px;
		*/
		min-height: 550px;
    } 

	.twoColFixLtHdr #container #mainContent h1 {
		font: Arial;
		line-height: 20px;
		text-align: left;
		*padding-top: 20px;
	}	
	
	.twoColFixLtHdr #footer {
		width: 830px;
		margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
		/* border: 1px solid #000000; */		
		background:#c5cfd6;
		margin-top: 20px;
		padding-top: 0;
		padding-right: 10px;
		padding-bottom: 0;
		padding-left: 10px;
		text-align: left;
		border: 1px solid #fff;
	} 
	.twoColFixLtHdr #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. */
	}
	.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited {
		color: #05449a;
	}
	.twoColFixLtHdr #footer a:hover, .twoColFixLtHdr #footer a:active {
		text-decoration: underline;
	}	
    .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;
    }
	
	/* Commonly used to style page titles. */
	h1 {
	  color: #000;
	  font-size: 14px;
	  font-weight: bold;
	  line-height: 14px;
	}
	
	/* Commonly used to style section titles. */
	h2 {
	  color: #000;
	  font-size: 12px;
	  font-weight: bold;
	  line-height: 14px;
	}
	
	.inputField, .textareaField {
		background-color: #fcfbfe;
		width: 300px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 2px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-top-color: #000000;
		border-right-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
	}
	.inputField:hover, .textareaField:hover {
		background-color: #fff;
	}
	.inputFieldNoWidth, .textareaFieldNoWidth {
		background-color: #fcfbfe;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 2px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-top-color: #000000;
		border-right-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
	}
	.inputFieldNoWidth:hover, .textareaFieldNoWidth:hover {
		background-color: #fff;
	}
	legend {
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
		padding: 3px;
	}
	
	.feedbackLabels {
		font-weight: bold;
		text-align: right;
		padding-right: 10px;
	}
	.light {
		font-weight: normal;
	}
	.submitButton {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		background-color: #fcfbfe;
		text-align: center;
		width: 130px;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
	}
	.submitButton:hover {
		background-color: #2a6ebb;
		color: #fff;
	}
	.checkBox {
		margin: 0px;
		padding: 0px;
		width: auto;
	}
	
	.imgclass {
		border: 1px solid #000;
		text-align: center;
	}
	
	.galnav {
		background-color: #8eb1e2;
		border-bottom-style: solid;
		border-bottom-color: #fff;
		border-bottom-width: 1px;
	}
	
	.galtable {
		/* background-color: #5992cc; */
	}
	.missing {
		background-color: #FF0000;
		margin: 5px;
		padding: 5px;
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		line-height: 15px;
	}
	.teaser {
		background-color: #cfe1f4;
		padding: 5px;
		width: 603px;
		margin-bottom: 10px;
	}
    .liketext {
        text-decoration: none !important;
        color: #162b48 !important;
		font-family: Verdana !important;
		font-size: 11px !important;
		line-height: 15px !important;
    }
    fieldset {
      	background-color: #9CF;
        border: 1px solid #2a6ebb;
    }
    fieldset > legend {
    	background-color: #2a6ebb;
        border: 1px solid #2a6ebb;
        color: #FFF;
    }
    .lightfoot, 
    .lightfoot > a {
      	color: #666 !important;
    }
     
