body {
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #FF7D06;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FF7D06;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;

	background-color: transparent;
	background-repeat: no-repeat;

	width: 100%;
	height: 100%;

	font-size: 11px;
	font-family: Arial, Trebuchet MS;
	color: #000000;
}

#model {
	overflow:hidden;
	text-align:left;
	width:100%;
	height:100%;
	top:0px;
	background-color:#FFFFFF;
	position:relative;
}

#content {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	overflow-x:hidden;
	width:100%;
	height:100%;
	overflow-y:auto;
	background-color:#FFFFFF;
	position:relative;
	background-repeat: no-repeat;
	background-color: transparent;
}

#navigatie {
	width:0px;
	height:0px;
	display: none;
}


#boven {
	width:0px;
	height:0px;
	display: none;
}

#menu {
	width:0px;
	height:0px;
	display: none;
}

#onder {
	width:0px;
	height:0px;
	display: none;
}

#rechts {
	width:0px;
	height:0px;
	display: none;
}

