/* CSS Document */


#header {
	height: 220px;
	width: 1000px;
	/*background-color: #99CC00;*/
}
	#menu0 {
		position: relative;
		top: 75px;
		height: 30px;
		width: 700px;
		/*background-color: #CC3366;*/
		text-align:right;
	}
	#headerpic {
		position: relative;
		top: 70px;
		height: 120px;
		width: 700px;
		background-image: url(http://www.bauwerk-bau.de/pictures/home/headerpic_home.jpg);
		background-repeat: no-repeat;
		/*background-color: #FFCC66;*/
	}
#logo {
	position: absolute;
	top: 165px;
	left: 700px;
	width: 302px;
	height: 105px;
	background-image: url(http://www.bauwerk-bau.de/pictures/basic/logo_bw.gif);
	z-index: 10;
}
#menu1 {
	position: absolute;
	top: 260px;
	left: 72px;
	width: 180px;
	/*height: 100px;*/
	padding: 0px 0px 25px 0px;	
}

#content1 {
	position: absolute;
	top: 280px;
	left: 260px;
	width: 410px;
	/*height: 300px;*/
	padding: 0px 0px 100px 0px;	
}
	#text2 { /* Text in Häuser unter der Datenangabe */
		margin: 20px 0px 0px 0px;	
	}
	
#content2_text {
	position: absolute;
	top: 282px;
	left: 710px;
	width: 290px;
	/*height: 800px;*/
	/*background-color: #FFCCFF;*/
	padding: 0px 0px 25px 0px;	
}
#content2_pics {
	position: absolute;
	top: 280px;
	left: 700px;
	width: 300px;
	/*height: 800px;*/
	/*background-color: #FFCCFF;*/
	padding: 0px 0px 25px 0px;	
}
#footer {
	position: fixed;
	width: 255px;
	height: 76px;
	bottom: 0px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-color: #364248;
	/*background-image: url(http://www.bauwerk-bau.de/pictures/basic/footer_bckgrd.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
