.fett18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
.twoColFixRtHdr #container {
	width: 980px;  /* 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: #E0D2AE; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 2px solid #636266;
	text-align: left;
	padding: 0px;
	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;
} 
.twoColFixRtHdr #header {
	background: #E0D2Ae;
	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;
	border: 1px none #636266;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 0px;
}
.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-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 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 {
	background-color: #E8C180;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #42403e;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg4.jpg);
}
td,th {
	font-size: 1em;
	font-weight: normal;
	border: 0px none #636266;
	padding: 5px;
	margin: 5px;
}
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.5em;
	color: #42403E;
	text-align: center;
	font-style: normal;
	font-family: "Segoe Print";
}
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: 1.1em;
	padding: 10px;
	font-style: normal;
}
.fett16 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	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;
	color: #42403E;
	border: 2px solid #636266;
	text-align: center;
	padding: 5px;
	width: 90%;
	background-color: #D9CDA9;
	float: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.ahnen_tab_tr {
	font-size: 1em;
	font-weight: normal;
	color: #42403E;
	border: 1px solid #636266;
	font-style: italic;
	background-color: #E6D599;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
.tab1 {
	font-size: 1em;
	font-weight: normal;
	color: #42403E;
	background-color: #D9CDA9;
	text-align: left;
	border: 1px solid #5C5D3D;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 10px;
}
#ausstellungs_tab {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #42403E;
	background-color: #D9CDA9;
	border: thin solid #636266;
	text-align: left;
	margin: 10px;
	padding: 10px;
}
.klein {
	font-size: 0.9em;
	text-align: left;
}
.segoe_print {
	font-family: "Segoe Print";
	font-size: 1.1em;
}
.center12em {
	font-size: 1.1em;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #42403E;
}
.Bilder {
	font-size: 100%;
	font-style: italic;
	color: #42403E;
	border: 2px solid #636266;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.Wichtig {
	text-decoration: blink;
	background-color: #FF6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #C00;
}
.LinkiTab {
	background-color: #D9CDA9;
	border: 1px solid #5C5D3D;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	float: none;
	width: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
}
.FarbeTab {
	background-color: #E6D599;
}

.DivNews {
	margin: 20px;
	padding: 10px;
}
.DivCenter1 {
	font-size: 1.1em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: auto;
}
.Mark {
	font-size: 1.1em;
	font-style: italic;
	background-color: #E0C97F;
}
.DivLink {
	float: left;
	padding: 15px;
	width: 50%;
}
.DivLink-re {
	padding: 15px;
	float: right;
	width: 40%;
}.bild {
	text-align: center;
	border: 0px solid #42403E;
}
.daten {
	text-align: center;
	font-size: 14px;
}
.DivLinks {
	float: left;
	width: 46%;
	margin: 0px;
	height: 310px;
	padding: 20px;
}
.DivRechts {
	float: right;
	width: 45%;
	height: 310px;
	padding: 20px;
}	
.DivLinks1 {
	float: left;
	width: 50%;
	margin: 0px;
	height: 330px;
	padding: 15px;
}
.DivRechts1 {
	float: right;
	width: 42%;
	height: 330px;
	padding: 15px;
	text-align: center;
	margin: 0px;
}

