@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
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;
	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: #FFF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 900px;  /* 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: 50;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#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: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 0px;
}
#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: 10px 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. 
}
/*Hier beginnen die Einstellungen für die horizontale Navigation
	Einstellung der Höhe des Navigationsbalkens height: 21px; und die Werte für die Positionierung des Hintergrundbildes */
#navigation {
	height: 25px;
	background-position: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFF;
	background-color: #FFF;
}
#navigation ul {
	list-style-type: none;
	color: #FFF;
}
/*Der Befehl "display: inline" bewirkt, dass aus der vertikalen Liste eine horizontale Reihe wird. Durch den Befehl line-height (Wert so groß wie die Navigationshöhe) steht der Text in der Mitte des Navigationsbalkens */
#navigation ul li {
	font-size: 11px;
	display: inline;
	line-height: 25px;
	color: #FFF;
	padding-right: 0px;
}
#navigation a   {
	text-decoration: none;
	color: #54847b;
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#navigation a:hover {
	text-decoration: none;
	background-image: url(../images/navigation_kl.gif);
	background-position: 0px 0px;
	padding-right: 30px;
}
#mainContent {
	background-color: #FFFFFF;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url(../images/Layout2.jpg);
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c7c7c7;
	border-right-color: #c7c7c7;
	border-left-color: #c7c7c7;
}
#mainContent p {
	background-color: #FFFFFF;
	height: 500px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainContent_2 p {
	background-color: #FFFFFF;
	height: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 481px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #54847b;
}
#mainContent_2 {
	background-color: #FFFFFF;
	height: auto;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	padding: 0px;
	border-right-color: #c7c7c7;
	border-left-color: #c7c7c7;
}
#footer {
	height: 25px;
	background-position: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFF;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7c7c7;
}
#footer ul {
	list-style-type: none;
	color: #FFF;
}
/*Der Befehl "display: inline" bewirkt, dass aus der vertikalen Liste eine horizontale Reihe wird. Durch den Befehl line-height (Wert so groß wie die Navigationshöhe) steht der Text in der Mitte des Navigationsbalkens */
#footer ul li {
	font-size: 11px;
	display: inline;
	line-height: 25px;
	color: #FFF;
	padding-right: 0px;
}
#footer a   {
	text-decoration: none;
	color: #54847b;
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#footer a:hover {
	text-decoration: none;
	background-position: 0px 0px;
	padding-right: 30px;
}
#mainContent_2 p a {
	background-color: #FFFFFF;
	height: 500px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #54847b;
	text-decoration: none;
}
#mainContent_img {
	background-color: #FFFFFF;
	height: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 470px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 25px;
}
