@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: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-repeat: repeat;
	background-image: url(../../picture/template/bkgr_grey.png);
    }
    #container {
	width: 855px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	float: inherit;
	background-image: url(../../picture/template/bkgr_container.jpg);
	background-repeat: no-repeat;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: left;
    } 
    #header {
	width: 855px;
	padding-top: 80px;
	padding-bottom: 0;
	padding-left: 0px;
	color:#FF0000;
	height: 22px;
	padding-right: 0px;
    } 
    #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. */
    }
    #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 282px;
	padding: 0px;
	height: 100%;
	background-repeat: no-repeat;
    }
    #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 282px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: none;
	float: none;
	width: 553px;
	height: 100%;
	clear: none;
	} 
    #footer {
	clear: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	background-color: #DDDDDD;
	background-image: url(../../picture/template/bkgr_footer.png);
	height: 91px;
	width: 855px;
    } 
    #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;
    }
.image_left {
	height: 348px;
	width: 260px;
	margin-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.left_adresse {
	height: 100%;
	width: 260px;
	margin-left: 20px;
	margin-top: 0px;
}
.navi_main {
	height: 276px;
	width: 295px;
	margin-left: 0px;
	float: left;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}

.teaser_main_home {
	height: 276px;
	width: 258px;
	margin-left: 0px;
	z-index: 2;
	float: left;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}
.teaser_main {
	height: 276px;
	width: 255px;
	margin-left: 0px;
	z-index: 2;
	background-color: #fafafa;
	float: left;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}
.teaser_main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 14px;
	margin-right: 8px;
	line-height: 14px;
	
}
.teaser_main_text h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #b95d9a;
	font-size: 11px;
	border: 0;
	padding: 0;
	margin: 0;
		
}

.teaser_main_text p {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
		
}
.content {
	width: 532px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.left_adresse_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363535;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 18px;
}
.left_adresse_text a, .left_adresse_text a:link, .left_adresse_text a:active, .left_adresse_text a:visited, .left_adresse_text a:hover {
	color: #363535;
}
.subnavi_top{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #b95d9a;
	text-align: right;
	margin-right: 34px;
}

.subnavi_top a, .subnavi_top a:link, .subnavi_top a:active, .subnavi_top a:visited, .subnavi_top a:hover {
	color: #b95d9a;
}

.footer_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-left: 40px;
	margin-top: 48px;
}
.footer_content a, .footer_content a:link, .footer_content a:active, .footer_content a:visited, .footer_content a:hover {
	color: #FFFFFF;
}
