@charset "ISO-8859-1";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #CCCCCC;
    }
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
    .motor #container {
	width: 739px;  /* 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; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
    .motor #header {
	background-color: #CC9966;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #AAA;
    }
.bildabstand {
	margin-left: 10px;
}
    .motor #mainContent {
	background: #FFFFFF;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
    }
.braun {
	font-weight: bold;
	color: #F60;
}
h1 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 40px;
	text-decoration: underline;
	font-size: 2.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 1.8em;
}
h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}
    .motor #footer {
	padding: 0 10px;
	background-color: #CCCCCC;
    }
    .motor #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 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: 0.8em;
    }
.grossertitel {
	font-weight: bold;
	font-size: 1.6em;
	color: #F60;
	margin-top: 0px;
	margin-bottom: 6px;
}
.name {	font-size: 12px;
	font-style: italic;
		margin-top: 0px;
	margin-bottom: 10px;
}
.bildbeschrieb_links {
	font-style: italic;
	margin-bottom: 0px;
}
.bildbeschrieb_rechts {
	font-style: italic;
	margin-bottom: 0px;
	text-align: right;
}

