.twoColFixRtHdr #container {
	width: 980px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 2px solid #636266;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #42403E;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E0D2AE;
	padding: 0px;
	} 
.twoColFixRtHdr #header {
	background: #E0C97F;
	padding: 0px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
} 
.twoColFixRtHdr #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: 0px; /* 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. */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #e0c97f;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent {
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #636266;
	border-right-color: #636266;
	border-bottom-color: #636266;
	border-left-color: #636266;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	padding: 0;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#E0C97F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #636266;
	border-right-color: #636266;
	border-bottom-color: #636266;
	border-left-color: #636266;
} 
.twoColFixRtHdr #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. */
	color: #42403e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.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;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #42403e;
	margin: 0px;
	padding: 0px;
	background-color: #E8C180;
	background-image: url(../image/bg4.jpg);
	background-repeat: repeat;
}
td,th {
	font-size: 1em;
	font-weight: normal;
	border: 0px dotted #636266;
	text-align: center;
}
a:link {
	color: #5C5D3D;
	text-decoration: none;
	font-size:1.0em;
	}
a:visited {
	text-decoration: none;
	font-size: 1em;
	color: #960;
}
a:hover {
	font-size:1.1em;
	color: #FF0000;
	text-decoration: none;
}
a:focus {
	font-size:1.1em;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-size:1.1em;
	color: #FF0000;
}
h1 {
	font-size: 1.3em;
	color: #42403e;
	text-align: center;
	font-family: "Segoe Print";
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}
h2 {
	font-size: 1.3em;
	color: #42403E;
	text-align: center;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	color: #42403E;
	margin-left: 5px;
	text-align: left;
	font-weight: bold;
}
.fett {
	font-weight: bold;
}
p {
	font-size: 1em;
	padding: 10px;
	font-style: normal;
}
.fett16 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	font-style: normal;
}
.zentriert {
	font-size: 1em;
	font-weight: normal;
	color: #42403E;
	text-align: center;
	vertical-align: middle;
}

.left {
	text-align: left;
	font-weight: normal;
}
.ahnen_tab {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #636266;
	text-align: center;
	padding: 2px;
	width: 90%;
	background-color: #D9CDA9;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.ahnen_tab_tr {
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #636266;
	font-style: italic;
	background-color: #E6D599;
}
.klein {
	font-size: 0.9em;
	text-align: left;
}
.center12em {
	font-size: 1.3em;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #42403E;
}
.Mark {
	background-color: #E0C97F;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
}

.daten {
	padding: 0px;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #42403E;
	text-align: center;
}
.Bilder {
	font-size: 100%;
	font-style: italic;
	color: #42403E;
	border: 2px solid #636266;
}
.DivBild {
	margin: 0px;
	font-size: 1em;
	color: #42403E;
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 41%;
}
.DivBildRechts {
	margin: 0px;
	font-size: 1em;
	color: #42403E;
	text-align: center;
	float: right;
	width: 50%;
	padding: 0px;
}
.DivBildLinks {
	margin: 0px;
	font-size: 1em;
	color: #42403E;
	text-align: center;
	float: left;
	width: 48%;
	padding: 0px;
}
.DivLinks {
	text-align: center;
	margin: 10px;
	padding: 15px;
	float: left;
	width: 48%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 315px;
}
.DivRechts {
	text-align: center;
	margin: 10px;
	padding: 10px;
	float: right;
	width: 42%;
	height: 320px;
}

.Wichtig {
	text-decoration: blink;
	background-color: #FF6;
	font-size: 1.1em;
	color: #C00;
}
.FarbeTab {
	background-color: #E6D599;
}
.DivCenter1 {
	font-size: 1.1em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.DivLink {
	float: left;
	padding: 15px;
	width: 50%;
}
.DivLink-re {
	padding: 15px;
	float: right;
	width: 40%;
}
.FotoTab {
	text-align: center;
	padding: 10px;
	margin: 10px;
	border: 0px none #636266;
}

