/*-----------------------------------------------------*/
/* Background                                          */
/*-----------------------------------------------------*/
body {
	background-color: #FFFFFF;
	margin: 0px;
}
/*-----------------------------------------------------*/
/* Layers Grundaufbau                                  */
/*-----------------------------------------------------*/
#Background {
	position:absolute;
	left:0;
	top:0;
	width:933px;
	height:603px;
	z-index:1;
}
#Image {
	position:absolute;
	left:0px;
	top:122px;
	width:933px;
	height:298px;
	z-index:1;
}
#LinkOrgewohnung {
	position:absolute;
	left:0px;
	top:85px;
	width:371px;
	height:37px;
	z-index:2;
}
#LinkGass {
	position:absolute;
	left:552px;
	top:420px;
	width:381px;
	height:36px;
	z-index:3;
}
