/* start image popup */
	#div_popup {
	visibility: hidden; 
	background: #FFFFFF; 
	border: 1px solid black; 
	height; auto; 
	width: auto; 
	z-index: 999; 
	position: absolute;
	left: 100px;
	top: 100px;
	}

	#closeImagePopup {
	border-bottom: 1px solid black; 
	background: #F6AC00; 
	width: auto; 
	padding: 1px;
	text-align: right;
	}

	#omschrijvingImagePopup {
	font-family: Verdana, Helvetica, Arial, Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #2C2551;
	background: #FFFFFF;
	text-align: center;
	}
/* einde image popup */
