/* ---------------------------------------------------- body / html ---------------------------------------------- */
body, html {
	border: 0px;
	margin:0px 0 0px 0;
	padding:0;
	height:100%;
}

body {
	background:#fffffd;
	background-image:url(../images/bg.jpg);
	color:#203375;
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #6b6661;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	SCROLLBAR-BASE-COLOR: #cccccc;
	scrollbar-3d-light-color: #cccccc;
}

/* ----------------------------------------------------- wrapper -------------------------------------------------- */
div#wrapper {
	position: relative;
	width:1000px;
	min-height:100%;
	margin-left: 0 auto;
	background-image:url(../images/wrapper-back.jpg);
	background-repeat:repeat-y;
	z-index:1;
}

* html #wrapper {height:100%;}

/* ----------------------------------------------------- Head ----------------------------------------------------- */
#head {
	margin:0 0 0 0;
	width:1000px;
	height:163px;
	background-image:url(../images/head2.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Navigation ----------------------------------------------- */
#naviback {
	margin:0 0 0 0;
	width:203px;
	height:528px;
	background-image:url(../images/naviback.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Titelbild ----------------------------------------------- */
#titelbild {
	margin:-528px 0 0 203px;
	width:227px;
	height:528px;
	background-image:url(../images/titelbild1.jpg);
	background-repeat:no-repeat;
}

#titelbild2 {
	margin:-528px 0 0 203px;
	width:227px;
	height:528px;
	background-image:url(../images/titelbild2.jpg);
	background-repeat:no-repeat;
}

#titelbild3 {
	margin:-528px 0 0 203px;
	width:227px;
	height:528px;
	background-image:url(../images/titelbild3.jpg);
	background-repeat:no-repeat;
}

#titelbild4 {
	margin:-528px 0 0 203px;
	width:227px;
	height:528px;
	background-image:url(../images/titelbild4.jpg);
	background-repeat:no-repeat;
}

#titelbild5 {
	margin:-528px 0 0 203px;
	width:227px;
	height:528px;
	background-image:url(../images/titelbild5.jpg);
	background-repeat:no-repeat;
}

#titelbild6 {
	margin:-528px 0 0 203px;
	width:227px;
	height:528px;
	background-image:url(../images/titelbild6.jpg);
	background-repeat:no-repeat;
}

#titelbild7 {
	margin:-528px 0 0 203px;
	width:227px;
	height:528px;
	background-image:url(../images/titelbild7.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:-528px 0 0 430px;
	padding:0 65px 110px 33px;
	width:472px;
	height:528px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#bauenSanieren {
	background:url(../images/text-startseite.jpg) top left no-repeat;
	display:block;
	width:503px;
	height:173px;
	margin:60px 0 0 -16px;
	text-indent:-9999px;	
}

#content2 {
	margin:-528px 0 0 430px;
	padding:0 65px 110px 33px;
	width:472px;
	min-height:528px;
	background-image:url(../images/content2.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Footer ------------------------------------------------- */
#footer {
	position:relative;
	margin:-110px 0 0 0;
	padding:35px 0 0 11px;
	width:989px;
	height:75px;
	background-image:url(../images/footer.jpg);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.9em;
	line-height:1.4em;
	z-index:10;
}



