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

body {
	background:#949494;
	background-image:none;
	color:#575757;
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

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

* html #wrapper {height:100%;}

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

/* ----------------------------------------------------- Subhead ----------------------------------------------------- */
#subhead {
	margin:0 0 0 0;
	padding:0 0 0 658px;
	width:342px;
	height:129px;
	background-image:url(../images/subnavi.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Navigation ----------------------------------------------------- */
#navigation {
	margin:0 0 0 0;
	padding:0 0 0 123px;
	width:270px;
	height:615px;
	background-image:url(../images/naviback.jpg);
	background-repeat:no-repeat;
}


/* ----------------------------------------------------- sub navigation ----------------------------------------------------- */
ul#navi li#button-hausbau ul {
	position:absolute;
	float:none;
	top: 4px;
	left: 83px;
	display: none;
	list-style: none;
	background: none;
	z-index:100;
}

ul#navi li ul li {
	margin: 0;
	padding: 0;
	position: relative;
	float: none;
	list-style: none;
}

ul#navi li#button-hausbau ul li a {
	display: block;
	text-indent: -9999px;
	width: 139px;
	background: url(../images/bg-sub-navigation.jpg) no-repeat;
	background-repeat: no-repeat;
}

ul#navi li#button-hausbau ul li a.wohngesundes-bauen {
	background-position: 0px 0px;
	height: 29px;
}
ul#navi li#button-hausbau ul li a.wohngesundes-bauen:hover,
ul#navi li#button-hausbau ul li a.wohngesundes-bauen:active {
	background-position: 0px -29px;
}

ul#navi li#button-hausbau:hover ul {
	display: block;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:-615px 0 0 393px;
	padding:5px 132px 100px 8px;
	width:467px;
	min-height:610px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#content2 {
	margin:-615px 0 0 393px;
	padding:5px 132px 100px 8px;
	width:467px;
	min-height:610px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Footer ------------------------------------------------- */
#footer {
	position:relative;
	margin:-100px auto;
	padding:20px 0 0 400px;
	width:600px;
	height:80px;
	background-image:url(../images/footer.jpg);
	background-repeat: repeat;
	z-index:10;
	font-size:1em;
	color:#575757;
	line-height:1.2em;
}

*/ ----------------------------------------------------- Anschrift -----------------------------------------------*/

#firmenname {
	margin:20px 0 0 393px;
	width:150px;
	height:20px;
}

#anschrift {
	position:absolute;
	top:20px;
	left:546px;
	width:150px;
	height:20px;
}

#kommunikation {
	position:absolute;
	top:20px;
	left:706px;
	width:239px;
	height:20px;
}

/* ----------------------------------------------------- Logo ------------------------------------------------- */
#logo {
	position:absolute;
	top:21px;
	left:123px;
	width:170px;
	height:85px;
}

