@charset "iso-8859-1";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #660000;
	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;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #000;
}

.oneColFixCtrHdr #container {
	width: 920px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	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;
	background-color: #B37575;
}
.rot {
	color: #F00;
}
.weiss {
	color: #FFF;
	padding: 10px;
}


.oneColFixCtrHdr #header {
	background-color: #FFF;
	left: 22px;
	top: 19px;
	padding: 0;
	margin: 10px;
	height: 150px;
	font-size: 12px;
}
.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: 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. */
}
.oneColFixCtrHdr #header a {
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #F5F5F5;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header a:hover {
	color: #FFF;
	background-color: #999;
}
.ueberschrift {
	color: #F00;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	color: #000;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 1px;
	font-weight: normal;
}
.ohnenav {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #F5F5F5;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 8px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background-color: #600;
	left: 22px;
	top: 19px;
	margin: 10px;
	color: #CCC;
	text-align: center;
}

.oneColFixCtrHdr #footer a {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
}
.webdesign {
	color: #999;
}

.oneColFixCtrHdr #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. */
}
.rot-dick {
	font-weight: bold;
	color: #600;
}
.apartment {
	background-color: #600;
	margin: 11px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.apartment-weiss {
	background-color: #FFF;
	padding: 11px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.inquiry {
	font-size: 14px;
	font-weight: bold;
	color: #600;
}
.gross-rot {
	font-size: 22px;
	font-weight: bold;
	color: #F00;
}
.gross-schwarz {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

