
body {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%; /*belangrijk*/
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	margin: 0;
	text-align: left;
}

div#content {
	height: 100%; /*belangrijk*/
	width: 100%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	font-size: 11pt;
	border: 0;
	background-color: white;
}


div#header {
	position: absolute;
	top: 0;
	visibility: hidden;
}

div#footer {
	position: absolute;
	top: 0;
	visibility:  hidden; 
} 
div#fotorand {
	position: absolute;
	top: -1900px;
	visibility:  hidden; 
}

div#logo {
	position: absolute;
	top: -900px;
	visibility:  hidden; 
}

/* div#index {
	position: absolute;
	top: 0px;
	visibility:  hidden; 
	
}*/

p   { 
	margin-bottom: 0px ; 
	margin-top: 0px ;
}
h1,h2,h3 { 
	margin-bottom: 0px ; 
	margin-top: 0px ;
}

a {
	color: Black;
	text-decoration: none;
}

.headerframe {
	width: 100%;
	height:0;
	visibility:  hidden; 
}

.footerframe {
	width: 100%;
	height:0;
	visibility:  hidden; 
}
