@import "menue.css";
@import "texte.css";

body {
	text-align: center;
	margin: auto;

}

#pageContainer {
	width:900px;
	margin: auto;
	text-align: left;
}

	#headerContainer {
		background-image: url(header_holz.jpg);
		background-repeat: no-repeat;
		width:900px;
		height:184px;
		padding-bottom: 60px;
	}
	#headerContainerStart {
		background-image: url(headerStart.jpg);
		background-image: url(header_baustelle.jpg);
		background-repeat: no-repeat;
		width:900px;
		height:660px;
	}
	
	#headerContainerStartGewinn {
		background-image: url(headerStartGewinn.jpg);
		background-repeat: no-repeat;
		width:900px;
		height:460px;
	}
	
	#contentContainer {
	
	}