@charset "utf-8";

* { 
margin: 0;
padding: 0;
}
body  {
	font: 95% Arial, Helvetica, Verdana, sans-serif;
	background: #F3F3F3;
	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-image:url(bilder/background.gif);
	background-repeat:repeat-x;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* 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. */
	/* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-image:url(bilder/content_hg.gif);
	background-position: 0px 0px;
	background-repeat:repeat-y;
} 
.twoColFixLtHdr #header {
	margin: 20px 0 0 0;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	background-color:#8DA0CA
}  
.twoColFixLtHdr #header img { 
	border: 0;
	display:block;
} 
.twoColFixLtHdr #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: 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. */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 210px; 	
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 40px;	
	background-image:url(bilder/content_hg.gif);
	background-repeat:repeat-y;
	background-position:top right;
}
#sidebar1 img {
	border: 0;
	padding:0;
	margin:0;
}

#sidebar1 a {
	display: block;
	width: 210px;	
	height: 70px;
	border: 0;
	margin-top: 25px;
	padding:0;
	background-color: #CCC;
	text-decoration: none;
}
#sidebar1 a.vermietung {
	height: 90px;	
	margin-top: 50px;	
	margin-bottom: 20px;
}
#sidebar1 a:hover {
	background-color: #fff;
}
#sidebar1 a.aktiv {
	background-color: #fff;	
}

#sidebar1 a.untermenue {
	background-color: transparent;		
	height: 38px;
	margin-top: 5px;
	background-position:0px 0px;
}
#sidebar1 a.untermenue:hover {
	background-position:0px -40px;
}
#sidebar1 a.untermenueaktiv {
	background-color: transparent;		
	height: 38px;
	margin-top: 5px;
	background-position:0px -40px;
}
#sidebar1 a.untermenueaktiv:hover {
	background-position:0px 0px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
} 

.twoColFixLtHdr #mainHeader {
	margin: 0; 
	padding: 0; 
	width: 100%;
} 

.twoColFixLtHdr #spalterechts {
	margin: 0px; 
	padding:  0 0 20px 0;  
	float: right;
	margin-left: 0px;
	width: 350px;
}
.twoColFixLtHdr #spaltelinks {
	margin: 0px; 
	padding: 0 0 20px 0; 
	margin: 0px;
	width: 350px;
}
#mainContent p {
	margin-top: 0.3em;
	;
}

#mainContent img {
	margin-top: 0.3em;
	;
}

.bildunterschrift {
	font-size: 0.8em;
	font-style: italic;
	color:#666;
	margin-bottom:1em;
}

.twoColFixLtHdr #footer {
	padding: 0; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background-color:#FFF;
	color:#000;
	font-size:0.8em;
	background-image:url(bilder/fuss.gif);
	background-repeat:no-repeat;
	height:50px;
} 
#footer a { 
	color:#FFF;
	font-weight:900;
	font-style:italic;
	text-decoration:none;
}
#footer a:hover {
	color: #C09C9C;
	text-decoration:none;
}
.twoColFixLtHdr #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. */
}
.fltrt { /* Mit dieser Klasse können Sie ein 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 { /* Mit dieser Klasse können Sie ein 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;
}

a:link {
	font-weight:600;
	text-decoration:none;
	color: #296CB2;
}
a:visited {
	font-weight:600;
	color:#333;
	text-decoration:none
}
a:hover {
	font-weight:600;
	color:#B50034;
}
a:active {
	font-weight:600;
	color:#B50034;
}
a:focus {
	font-weight:600;
	color:#B50034;
}

h1 {
	font-size: 1.4em;
	font-weight:600;
	margin-top:0em;
	color:  #000; /* #B50034; */
	text-transform: uppercase;
}

h2 {
	font-size: 1.2em;
	font-weight:600;
	margin-top:0.5em;	
	margin-bottom:0.5em;
	color: #B50034;
}

h3 {
	font-size: 1.1em;
	font-weight:600;
	margin-top:0.5em;
}
h4 {
	font-size: 1em;
	font-style:italic;
	font-weight:600;
	margin-top:10px;
	color: #333;
}

