html, body {
			margin:0px auto;
			padding:0; 
			width:100%; 
			height:100%;
			
			}
			
			
	body{
		font-family:verdana, arial, sans-serif;
		font-size:12px;
		background: url(images/greypixel.gif);
		
		}		
#container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 190px;

	}
	
	
	
	
	
#menuDiv
{
position:fixed;
left:500px;
top:-640px;
width:500px;
height:600px;
z-index:5;
text-align:right;
z-index: 400;
background-image: url(images/paperbg.gif);
}

#scrollDiv{
position:absolute;
left: 150px;
top: 30px;
z-index: 100;

}

#upwerk{
	position: fixed;
	z-index: 200;
	left: 110px;
	top: 0px;
	}
	
#vorwerk{
	position: fixed;
	z-index: 1;
	left: 115px;
	top: 263px;
	}