@charset "utf-8";
/* CSS Document */

* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 990px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background-image: url(../images/background_content.png);
}

#banner {
	height: 250px;
	position: relative;
	margin: 0 auto;
	width: 990px;
}
#banner1 {
	height: 55px;
	background-image: url(../images/banner_oben_eco_immobilien_neu.gif);
	padding-left: 35px;
	padding-top: 14px;
}
#banner2 {
	height: 190px;
	width: 100%;
	background-image: url(../images/banner_mitte_eco_immobilien.jpg);
	background-repeat: no-repeat;
}

#contentcontainer {
	width: 985px;
	height: 100%;
	margin-top: -250px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 5px;
}

#navi {
	padding-top: 300px;
	width: 245px;
	float: left;
	padding-left: 11px;
}


#content {
	padding-top: 297px;
	float: left;
	width: 633px;
	padding-right: 70px;
	padding-left: 25px;
	font-size: 0.90em;
	line-height: 1.2em;
}

#content2 {
	padding-top: 297px;
	float: left;
	width: 663px;
	padding-right: 40px;
	padding-left: 25px;
	font-size: 0.95em;
	line-height: 1.2em;
}
#footer {
	width: 905px;
	background-image: url(../images/background_footer.png);
	font-size: 0.7em;
	padding-left: 85px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 50px;
	padding-top: 0px;
	clear: both;
	position: absolute;
	bottom: 0px;

}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#content ul {
	padding-left: 13px;
}
#content li {
	padding-bottom: 8px;
}
a:link, a:visited, a:active {
	color: #6C132C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content #etext {
	width: 400px;
	text-align: justify;
	padding-left: 110px;
}

