@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;
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(../Bilder/Hauptinhalt.jpg);
} 
.twoColFixLtHdr #header {
	background-repeat: no-repeat;
	height: 224px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-indent: 0;
	background-image: url(../Bilder/Kopfzeile2.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-indent: -1000px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 170px;
	background-image: url(../Bilder/Seite.jpg);
	background-repeat: repeat-y;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	color: #FF9;
}

.kleingedruckt {
	font-size: 10pt;
}

.twoColFixLtHdr #mainContent {
	background-repeat: repeat-y;
	width: 550px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 220px;
	left: 0px;
	margin: 0;
} 
.twoColFixLtHdr #footer {
	height: auto;
	background-color: #000;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../Bilder/Fusszeile.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #FFC;
	margin: 0;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 20px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 18px;
}
.twoColFixLtHdr #container #footer p a {
	color: #FFC;
	text-decoration: none;
}

.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;
}
.twoColFixLtHdr #container #sidebar1 h3 a {
	font-size: 18px;
	color: #FFC;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent p a strong {
	font-size: 16px;
	color: #F00;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent p a {
	font-size: 16px;
	color: #FF9;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent p strong {
	color: #FF9;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 h4 a {
	color: #FFC;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 ul li a {
	color: #FF9;
	text-decoration: none;
	font-weight: bold;
}
kleingedruckt {
	font-size: 9pt;
}
.twoColFixLtHdr #container #sidebar1 p a {
	color: #FFC;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.Achtung {
	color: #F03;
	text-decoration: blink;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	color: #FFC;
}
.twoColFixLtHdr #container #sidebar1 ul li {
	color: #FFC;
}
.twoColFixLtHdr #container #sidebar1 p {
	color: #FFC;
	text-align: left;
}
.Link-dunkelgelb {
	color: #FF9;
	font-weight: bold;
}

