body {
	background-color:D0D0D0;
	padding:0;
	margin:0;
	}


div, img {
  margin:0;
  padding:0;
  border:0;
}

div#CONTAINER {
	width: 100%;
	height: 100%;
	background-color:D0D0D0;
  }

div#PAGE {
	position:absolute;
  	width: 100%;
	height: 587px;
	top: 50%;
	margin-top: -290px;
}

div#PIX {
  	width: 100%;
	height: 587px;
	z-index: 0;
}

div#PIX_LINKS {
  	float: left;	
	height: 100%;
  	background-image:url(bilder/pxlinks.jpg);
	background-repeat:repeat-x;
	width: 50%;
	margin:0;
}

div#PIX_RECHTS {
	float: right;
	height: 100%;
	background-image:url(bilder/rechtspx.jpg);
	background-repeat:repeat-x;
	width: 50%;
	margin:0;
}

div#BILD {
	position:absolute;
	height: 100%;
	width: 1024px;
	margin:0;
	z-index: 5;
	left: 50%;
	margin-left: -512px;
	top: 50%;
	margin-top: -290px;
	background-color:D0D0D0;
}

