@charset "UTF-8";
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: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #f29000;
	background-attachment: fixed;
	background-image: url(hntg.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 890px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #f29000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff7ef;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.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;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 0px;
	min-height: 300px;
	background-color: #f29000;
	background-image: url(logo-sw-01.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: left;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	min-width: 192px;
	max-width: 192px;
	margin: 0px;
	height: 100%;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 195px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
} 
.twoColFixLtHdr #container #mainContent #flusstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
H1 {
	font-size: 14px;
}
.twoColFixLtHdr #footer {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
	font-size: 10px;
	text-decoration: none;
	background-color: #f29000;
} 
.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;
}
div.active {background: url(Bilder/pfeil.gif) 3px 4px no-repeat; }

.eb2wrap {
	padding: 9px 0px 25px 0px;
	cursor: pointer;
	width: 192px;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DF252A;
}
.eb2wrap a { text-decoration: none; }

.ebene2 {
	width: 192px;
	font-size : 10px;
	font-weight : bold;
	color : #707172;
	font-family: Verdana, Helvetica;
	text-decoration: none;
	padding-left: 15px;
	cursor: pointer;
	line-height: 12px;
	padding-top: 4px;
}



/* hauptmenu ebene 3*/
div.active3 {background: url(Bilder/pfeil.gif) 9px 3px no-repeat; }

.ebene3 {
	width: 192px;
	font-size : 10px;
	font-weight : normal;
	color : #707172;
	font-family: Verdana, Helvetica;
	text-decoration: none;
	padding-left: 20px;
	cursor: pointer;
	line-height: 12px;
	padding-top: 3px;
}


/* hauptmenu ebene 4*/
div.active4 {background: url(Bilder/pfeil.gif) 22px 1px no-repeat; }

.ebene4 {
	width: 192px;
	font-size : 11px;
	font-weight : normal;
	color : #707172;
	font-family: Verdana, Helvetica;
	text-decoration: none;
	padding-left: 30px;
	cursor: pointer;
}

.twoColFixLtHdr #container #meta {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	color: #666;
	margin-right: 10px;
}
.twoColFixLtHdr #container #mainContent p {
	color: #707172;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent a:link a:visited {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
#flusstext {
	margin: 0px;
	padding: 0px;
}
.csc-header {
	padding-top: 25px;
}
.csc-header csc-header-n1 {
	margin: 0px;
	color: #f29000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.csc-header #csc-header-n2 {
	margin: 0px;
	color: #f29000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.csc-header csc-header-n2 {
	margin: 0px;
	color: #f29000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.csc-header h1 {
	color: #f29000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #f29000;
}
.csc-firstHeader {
	color: #f29000;
}
.spacer-gif {
	height: 1px;
}
.bodytext {
	margin: 0px;
	padding: 0px;
}
img {
	border-width:0px
	}
	.twoColFixLtHdr a {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.twoColFixLtHdr a:visited a:link{
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.twoColFixLtHdr a:hover {
	color: #000;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
}
ul {
	color: #707172;
}
h1 {
	color: #f29000;
}

