@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-color: #600;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColLiqCtrHdr #container {
	width: 1000px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FC3;
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* 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. */
	width: 1000px;
	padding: 0px;
}
.Überschrift1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18pt;
	font-weight: bold;
	color: #600;
	text-align: center;
}

.oneColLiqCtrHdr #mainContent {
	font-family: "Comic Sans MS", cursive;
	font-size: 14pt;
	font-style: normal;
	color: #600;
	background-color: #FC0;
	margin: 50px;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
	text-align: justify;
}
.oneColLiqCtrHdr #footer {
	background-color: #F60;
	font-family: "Comic Sans MS", cursive;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #600;
	border: thin solid #600;
	width: 1000px;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.oneColLiqCtrHdr #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. */
	text-align: center;
	width: 1000px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #600;
	border-right-color: #600;
	border-bottom-color: #600;
	border-left-color: #600;
}
.oneColLiqCtrHdr #container #mainContent table_Inhaltsverzeichnis {
	font-family: "Comic Sans MS", cursive;
	font-size: 14pt;
	font-weight: normal;
	color: #600;
	text-align: center;
	word-spacing: normal;
	padding: 10px;
	width: 720px;
	border: thin solid #600;
}
.Tabellenindex {
	font-family: "Comic Sans MS", cursive;
	font-size: 14pt;
	font-weight: normal;
	color: #600;
	text-align: center;
	word-spacing: normal;
	width: auto;
	border: thin solid #600;
}
.oneColLiqCtrHdr #container #mainContent table tr th {
	font-family: "Comic Sans MS", cursive;
	font-size: 14pt;
	font-weight: normal;
	color: #600;
	border: thin solid #600;
	text-align: center;

}
.oneColLiqCtrHdr #container #mainContent table_Inhalt {
	font-family: "Comic Sans MS", cursive;
	font-size: 14pt;
	color: #600;
	text-align: center;
}

