@charset "utf-8";
body  {
	margin: 0 0 0 0px; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
    }
    .twoColFixLtHdr #container {
	width: 780px;  /* 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; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px none #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	overflow: hidden;
	margin: 0 0 0 0px;
    } 
.text {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	line-height: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

    .twoColFixLtHdr #header {
	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. */
	background-color: #FFFFFF;
    } 
    .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. */
    }
    .twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
    }
    .twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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: 15px 0px 15px 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    } 
    .twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
    } 
    .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. */
    }
    .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;
    }
/* NAVIGATION */
#navigation-container {position:absolute; top:0; left:0; width: 150px; overflow: hidden;}

#menue {
	margin:0;
	padding:0;
}
#menue ul {list-style:none; padding:0; margin:0;}
#menue ul ul {list-style:none; padding:0; margin:0;}
#menue ul li {margin:0; padding:0; display:inline; font-size: 100%;}
#menue ul li ul li {margin:0; padding: 0; display:inline; font-size: 100%;}
/* EXTRANAVIGATION */
#extramenue {width: 100%; font-size:100%; margin:3px 0 0 0; padding:0;}
#extramenue ul {list-style:none; padding:0; margin:0;}
#extramenue ul li {margin:0; padding:0; display:inline; font-size: 100%;}

a.nav01aus:link, a.nav01aus:visited {
 line-height: 110%; font-weight: bold; text-decoration: none; color: #AAAAAA; padding: 4px 5px 5px 18px; margin: 0px 0 1px 0; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; display: block; background: #ffffff; } 
a.nav01aus:active, a.nav01aus:hover {
 line-height: 110%; font-weight: bold; text-decoration: none; color: #000000; padding: 4px 5px 5px 18px; margin: 0px 0 1px 0; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; display: block; background: #FFFFFF; }
a.nav01aus_or:link, a.nav01aus_or:visited {
 line-height: 110%; font-weight: bold; text-decoration: none; color: #AAAAAA; padding: 4px 5px 5px 18px; margin: 0px 0 1px 0; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; border-top: 1px solid #AAAAAA;display: block; background: #ffffff; } 
a.nav01aus_or:active, a.nav01aus_or:hover {
 line-height: 110%; font-weight: bold; text-decoration: none; color: #000000; padding: 4px 5px 5px 18px; margin: 0px 0 1px 0; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; border-top: 1px solid #AAAAAA;display: block; background: #FFFFFF; }

a.nav01aus_aktiv:link, a.nav01aus_aktiv:visited {
 line-height: 110%; font-weight: bold; text-decoration: none; color: #000000; padding: 4px 5px 5px 18px; margin: 0px 0 1px 0; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; display: block; background: #ffffff;} 
a.nav01aus_aktiv:active, a.nav01aus_aktiv:hover {
 line-height: 110%; font-weight: bold; text-decoration: none; color: #000000; padding: 4px 5px 5px 18px; margin: 0px 0 1px 0; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; display: block; background: #FFFFFF; }
a.nav01aus_or_aktiv:link, a.nav01aus_or_aktiv:visited {
 line-height: 110%; font-weight: bold; text-decoration: none; color: #000000; padding: 4px 5px 5px 18px; margin: 0px 0 1px 0; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; border-top: 1px solid #AAAAAA;display: block; background: #ffffff; } 
a.nav01aus_or_aktiv:active, a.nav01aus_or_aktiv:hover {
 line-height: 110%; font-weight: bold; text-decoration: none; color: #000000; padding: 4px 5px 5px 18px; margin: 0px 0 1px 0; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; border-top: 1px solid #AAAAAA;display: block; background: #FFFFFF; }
a.Archiv:link {
	text-decoration: none;
	color: #333;
}
a.Archiv:visited {text-decoration: none}
a.Archiv:active {text-decoration: none}
a.Archiv:hover {text-decoration: underline}
.textKopie {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	line-height: normal;
	color: #666666;
	text-align: right;
}
