* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	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;
	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: #4b4b4b;
	background-image: url(Bilder/hg.jpg);
	background-color: #EADFD6;
	background-repeat: repeat-x;
}
#container {
	width: 785px;
	margin: 0 auto;
	text-align: left;
	background-image: url(Bilder/hg_container.jpg);
}
#container2 {
	width: 785px;
	margin: 0 auto;
	text-align: left;
	background-image: url(Bilder/pferd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header {
	height: 165px;
}
#sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 241px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0;
	background-image: url(Bilder/navi_hg.jpg);
	background-repeat: no-repeat;
	font-size: 90%;
	margin: 0;
}
#navi {
	width: 195px;
	padding: 0px;
	font-size: 90%;
	height: 220px;
	margin-left: 13px;
	margin-top: 0px;
}
#navi ul {
	list-style-type:none;
}
#navi ul ul {
	margin: 0 40px 0 0px;
	text-align: right;
}
#navi a {
	text-decoration: none;
}
#main {
	margin-right: 0px;
	margin-left: 241px;
	background-image: url(Bilder/main_hg.jpg);
	background-repeat: no-repeat;
}
#mainContent {
	background-image: url(Bilder/wasserzeichen.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 0 10px 0;
	padding: 0 20px 0 20px;
	line-height: 160%;
	min-height: 450px;
}
#mainContent p {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
}
#mainContent ul {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 25px;
}
#footer {
	background-image: url(Bilder/fuss.jpg);
	height: 40px;
	margin: 0;
	padding: 0 20px 0 20px;
	clear: both;
}
#footer p {
	margin: 0; /* Ränder des ersten Elements in der Fußzeile auf 0 vermeidet unerwartete Abstände zwischen den divs. */
	padding: 7px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 70%;
	text-align: center;
	color: #842A22;
}
.fltrt { /* 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 { /* 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;
}
.clear {
	clear:both;
}
.imagefloatright {
	float: right;
	padding: 2px;
	border: 1px dotted #4b4b4b;
	margin-left: 10px;
}
.imagefloatleft {
	border: 1px dotted #4b4b4b;
	padding: 3px;
	margin: 0 10px 15px 0;
	float: left;
}
#foto {
	clear: both;
}
h1 {
	color:#99cc33;
	font-size:180%;
	margin: 20px 0px 10px 0px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(Bilder/linie.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h2 {
	color:#99cc33;
	font-size:110%;
	margin: 15px 0px 10px 0px;
	font-weight: lighter;
}
p {
	line-height: 160%;
}

a:link {
	color: #842A22;
}
a:hover {
	color: #66CC00;
}
a:visited {
	color: #993300;
}
a:active {
	color: #993300;
}
a.fwdlink, a:visited.fwdlink {
	padding: 0 0 0 15px;
	background: transparent url(Bilder/right.gif) no-repeat 3px 3px;
}
a:hover.fwdlink, a:active.fwdlink {
	background: transparent url(Bilder/right_over.gif) no-repeat 3px 3px;
}
.line {
	background-image: url(Bilder/linie.png);
	background-repeat: repeat-x;
	margin-top: 10px;
}
