@charset "utf-8";

body {

	background-image: url(../images/body_background.jpg);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 60px;

	font-family: Verdana, Geneva, sans-serif;

}



.twoColFixLtHdr #container {
	width: 80%;  /* 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: 1px solid #000000;
	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;
	max-width: 1000px;

} 

.twoColFixLtHdr #header h1 {
	margin: 0;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;

}

.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #300;
	background-color: #F4E0BD;
	text-align: center;

}

.twoColFixLtHdr #header {
	background-color: #600;
	height: auto;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

} 

.twoColFixLtHdr #footer {
	background-color: #930;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 80px;
	text-align: right;
	padding: 0;

} 

.twoColFixLtHdr #mainContent {

	color: #600;

	margin-top: 20px;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 233px;

	padding-top: 0;

	padding-right: 20px;

	padding-bottom: 0px;

	padding-left: 20px;

	background-color: #FFF;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 13px;

	line-height: 16px;

	text-align: left;

} 

.twoColFixLtHdr #footer p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	background-color: #930;
	font-size: 100%;
	text-align: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;

}

.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;

}

.header-zentriert {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 36px;

	font-weight: bold;

	color: #FFF;

	padding: 10px;

	text-align: center;

}
.twoColFixLtHdr #container #header p {
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
.twoColFixLtHdr #header-small {
	background-color: #600;
	height: 80px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 24px;
}
