body {
	background: white;
	font-size: 12pt;
}
	
#mainmenu, a#mafknop, a#printknop, a#pdfknop, #footer, 
.jScrollPaneTrack, .jScrollArrowUp, .jScrollArrowDown,
a#schrijfjein, a.teruglink {
	display: none;
	visibility: hidden;
}
	
#page, #header {
	width: auto; 
	width: 100%;
	height: auto;
	margin: 0 5%;
	padding: 0; 
	border: 0;
	color: black; 
	background: transparent;
	/*float: none !important;*/
}

#header {
	position: relative;
	overflow: visible;
	z-index: 1;
	height: 160px;
	margin: 0px 0px 0px -100px;
}
#sidebar {
	clear: both;
}


#page, #content, #scrollcontent {
    width: auto; 
	height: auto;
    margin: 0 auto;
    text-align: left;
    overflow: visible;
    position: relative;
    background: transparent;
}

#content a {
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   color: #666;
   text-decoration: none;
   }
