@charset "UTF-8";
.oneColFixCtrHdr #container {
	width: 930px; /* 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: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColFixCtrHdr #footer h1 {
	font-size: 2.2em;
	font-weight: normal;
	padding-right: 150px;
}
/* CSS Document */

.oneColFixCtrHdr #footer {
	width: auto;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 100px;
}
.oneColFixCtrHdr #footer h2 {
	font-size: 1.8em;
	font-weight: normal;
}
.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: 10px;
	padding-bottom: 10px;
	font-size: 0.91em;
	padding-right: 260px;
}
p {
	font-size: 0.91em;
	padding-left: 50px;
	padding-right: 260px;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	padding-left: 50px;
}
.bild_rechts {
	float: right;
	padding-left: 15px;
}

