@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #C40E14;
}
.twoColFixLtHdr #container {
	width: 940px;  /* 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;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 7px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D41F00;
	border-right-color: #D41F00;
	border-bottom-color: #D41F00;
	border-left-color: #D41F00;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	background-repeat: no-repeat;
	border-top-color: #D41F00;
	border-right-color: #D41F00;
	border-bottom-color: #D41F00;
	border-left-color: #D41F00;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	background-image: url(Bilder/40mm_AWO-LOGO.gif);
	margin: 0px;
	padding: 0px;
	height: 110px;
	background-position: 20px 6px;
	font-size: 33px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 120px;
	padding-top: 13px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 13px;
	border-top-color: #D40000;
	border-right-color: #D40000;
	border-bottom-color: #D40000;
	border-left-color: #D40000;
	background-color: #FFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-color: #D40000;
	border-bottom-color: #D40000;
	border-left-color: #D40000;
} 
.twoColFixLtHdr #mainContentKita {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-color: #D40000;
	border-bottom-color: #D40000;
	border-left-color: #D40000;
	background-image: url(Bilder/HG_Konzeption500px.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.twoColFixLtHdr #footer {
	background-color: #D40000;
	padding-top: 0;
	padding-left: 20px;
	height: 30px;
} 
.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;
}
.H1 {
	color: #FFF;
	background-color: #D41F00;
	border: 2px solid #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: auto;
	font-size: 26px;
}
.Unterpunkt {
	color: #FFF;
	background-color: #D41F00;
	border: 2px solid #000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: auto;
	font-size: 16px;
	height: 20px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.rechts {
	text-align: right;
}


.zentriert {
	text-align: center;
}
.Bildbeschreibung {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #7F1F00;
}
.Textlink {
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #868686;
	background-color: #EEEEEE;
	opacity:0.90;
	color: #AB1818;
	text-decoration: none;
	clip: rect(auto,auto,auto,auto);
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
} 
.Textlink:hover {
	color:#ffffff;
	padding: 2px;
	border: 2px solid #858686;
	background-color:#ab1818;
}
.Menuekarte {
	font-size: 13px;
}
