body {
	background-color: #FFFFFF;
	background-image: url(hintergrund.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
html, body {
	width: 100%; 
	height: 100%;
	}

a, area {outline: none;}
	
#content { 
	position:absolute; 
	left:50%; 
	top:50%; 
	height:594px; 
	width:840px; 
	margin-top:-297px; 
	margin-left:-420px; 
	border: thin #fff solid;
	}

#menue { 
	position:absolute; 
	width:840px; 
	height:110px; 
	top: 0px;
	}
	
#menuetabelle {

	}
	
#foto { 
	position:absolute; 
	width:840px; 
	height:484px; 
	top: 110px; 
	overflow:hidden;
	}
	
#overflower { 
	position:absolute; 
	overflow:visible; 
	width: 10000px; 
	left:-619px;
	z-index:2;
	}
	
#links {
	position:absolute; 
	z-index:99; 
	top:70px; 
	left:17px;
	visibility:visible;
	}
	
#rechts {
	 position:absolute; 
	 z-index:99; 
	 top:70px; 
	 right:26px;
	 visibility:hidden;
	 }
	 
-->
</style>