@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: #59431c;
	background-color: #666666;
	background-image: url(Bilder/Hintergrund.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 952px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(Bilder/Hintergrund.jpg);
	position: relative;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(Bilder/Banner1000x55.gif);
	height: 65px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	z-index: 1;
} 
.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: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}
.twoColFixLtHdr #Logo {
	position: absolute;
	top: 5px;
	right: 80px;
	height: 108px;
	background-image: url(Bilder/Logo_Falter.gif);
	background-repeat: no-repeat;
}

.ueberschrift_mit_HG {
	color: #FFF;
	background-image: url(Bilder/HG_Ueberschrift750x40_1.gif);
	text-align: center;
	height: 40px;
	width: 730px;
	background-repeat: no-repeat;
	padding-top: 8px;
}

.twoColFixLtHdr #sidebar1 {
	width: 150px;
	background-color: #EBEBEB;
	background-image: url(Bilder/Hintergrund.jpg);
	float: left;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 2;
}
.twoColFixLtHdr #mainContent {
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	z-index: 3;
} 
.twoColFixLtHdr #footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(Bilder/FusszeileHGr950x40.gif);
	height: 30px;
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
} 
.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: 7px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.braune_Ueberschrift {
	background-image: url(Bilder/Ueberschrift_braun730x45.gif);
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	height: 60px;
	vertical-align: middle;
}

.Sidebar_ueberschrift_mitHG {
	background-image: url(Bilder/Banner200x40_1.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	height: 41px;
	color: #FFF;
	text-align: left;
	padding-left: 12px;
}
.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;
	color: #FDFDFD;
}
.Jahreszahlen {
	background-color: #999;
	padding-left: 15px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-color: #333;
	border-top-style: solid;
	border-top-color: #CCC;
}

.Textlink_in_Tabelle {
	background-color: #9DBAD7;
	margin-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #009;
	border-bottom-color: #306;
	border-left-color: #FFF;
	text-decoration: none;
	font-size: 13px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #140001;
	font-weight: normal;
}
.zentriert {
	text-align: center;
}
.Autor {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}
.Copyright {
	font-size: 12px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

