
#popupDiv {
	display: none;			
	position: absolute;
	width: 90%;
	height: 90%;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #ddd;
	z-index: 1000;
	border: 5px solid #666;
	/*border: 0px none;*/
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	text-align: center;
	vertical-align: middle;
}

#popupDiv img {
	border: 0px none;
}

#nopopupDiv {
	display: block;			
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: none;
	z-index: 0;
	border: none;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
}

/*==============================================================================
EINDE: Onderhouds pagina's
==============================================================================*/


