@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 980px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFCB;
	height: auto;
} 
.twoColFixLtHdr #navigation {
	height: 30px;
	text-align: center;
}

.twoColFixLtHdr #header {
	height: 119px;
	padding: 1px;
	background-image: url(Bilder/Honzrath_Banner.jpg);
	background-color: #FFFFCB;
	background-repeat: no-repeat;
	text-align: center;
} 
.twoColFixLtHdr #header h1 {
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FFFFCB;
	text-align: left;
	font-size: 14px;
	color: #000;
}
.twoColFixLtHdr #mainContent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 20px;
	margin-left: 250px;
	font-size: 14px;
	width: 690px;
	color: #000;
} 
.twoColFixLtHdr #footer {
	background-color: #DDDD94;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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. */
	text-align: center;
}
.linksbuendig {
	text-align: left;
}
.Textlink {
	font-size: 11px;
	background-color: #E8E89D;
	border: thin outset #AAAA36;
	padding: 2px;
	color: #000;
	margin: 6px;
	text-align: center;
}
.Thema{
	font-size: 16px;
	font-weight: bold;
	color: #808040;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFDF00;
	border-right-color: #7F3F00;
	border-bottom-color: #AA7F00;
	border-left-color: #FFDF55;
	width: 96%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 7px;
	
}
a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.erklaerung {
	background-color: #C0DCC0;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
}
.zitat {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


.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;
}
.neues {
	background-color: #FFA;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFDF00;
	border-right-color: #7F3F00;
	border-bottom-color: #AA7F00;
	border-left-color: #FFDF55;
	padding-left: 10px;
	width: 95%;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	
}
.quellangabe {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #FFA;
	color: #800000;
	font-style: normal;
	font-weight: normal;
	width: 250px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #808080;
	border-bottom-color: #000;
	border-left-color: #A0A0A4;
	padding-right: 10px;
}
.zentriert {
	text-align: center;
}
.Bildbeschreibung {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}
.rot {
	color: #F00;
}
.Blocksatz {
	text-align: justify;
}
