#bar2, #left, #header, .printweg, img.kop {
		display:none;
		}

#content {
		width:auto;
		float:none;
		}
#footer {
		position: absolute;
		top:0;
		left:-75px;
		text-decoration: none;
		font-size:14pt;
		}
#footer p {
		font-weight: bold;
		}
body {
		margin:40px 0 0 50px;
		padding:0;
		font-size:12pt;
		position: static;
		overflow: visible;
		}

* html body{
		overflow: visible;
		} 
* html div#content{
		height:100%;
		overflow:visible;
 } 