body {

text-align: center;
}

#inhaltsbox{
        margin: 0 auto;

	height: 600px;
	width: 1024px;
        position:relative;

	}
	
#bildhintergrud{


	background-image: url(online-shop.jpg);
	height: 600px;
	width: 512px;
	z-index:2;
	position:relative;
        top:50px;

	background-repeat: no-repeat;
}

#bildhintergrud2{
	background-image: url(showroom.jpg);
	height: 600px;
	width: 512px;
	position:relative;
	top:-550px;
	right:-512px;


}
