@charset "utf-8";
body {
	font: 100% Verdana, 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: #000000;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container {
	width: 905px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	padding: 0;
	background-repeat: no-repeat;
	height: 169px;
	float: none;
	background-image: url(../bilder/oben.png);
}
.oneColFixCtrHdr #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 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. */
}
.oneColFixCtrHdr #schmetterling {
	float: right;
	height: 150px;
	width: 183px;
	padding: 0px;
	margin-top: -25px;
	margin-right: -50px;
}

.oneColFixCtrHdr #mainContent {
	background-image: url(../bilder/mitte.png);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 130px;
	padding-bottom: 0;
	padding-left: 160px;
	background-position: top;
}
.oneColFixCtrHdr #container #mainContent p strong {
	font-size: 1.2em;
}

.oneColFixCtrHdr #container #mainContent img   {
	border: 1px solid #E4E4E4;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent #Raupe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.oneColFixCtrHdr #footer {
	background-image: url(../bilder/unten.png);
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #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. */
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 70px;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
	line-height: 20px;
}
.hellgrau {
	color: #999;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #5F5F5F;
	padding: 0px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #5E5E5E;
}
.oneColFixCtrHdr #container #footer a {
	text-decoration: none;
	color: #484848;
}
.grösser {
	font-size: 1em;
	line-height: 1.7em;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: medium dotted #FC0;
	background-color: #FFF;
}
.überschrift {
	font-size: 1.4em;
	line-height: normal;
	letter-spacing: 0.1em;
}
