BODY { background-color:#ffffff; }
DIV { margin:0px; padding:0px;}

#navi_back { top:35px; height:32px; width:32px; position:absolute; left:10px; z-index:10; background-color:#fff;}
#navi_forw { top:35px; height:32px; width:32px; position:absolute; left:630px; z-index:10; background-color:#fff;}

#page {
	background-color : #fff;
	width: 530px;
	height: 600px;
	position: absolute;
	left: 70px;
	top: 0px;
	font : Arial; font-family : Arial;
	z-index:4;
	border:0px solid black;
	
}

#testborder { 
	width: 532px;
	height: 575px;
	position: absolute; 
	top: -1px;  
	left: 4px; 
	z-index:1;
	background-color:#fff;
	/* zum testen: #ff0000; */
}

#fusstext {
	width: 530px;
	position:absolute; 
	top:492px; 
	left:5px; 
	text-align: center; 
	font-size: 10pt; 
}

