@charset "utf-8";
/* CSS Document */


.simple_overlay {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-image:url(../img/background_overlay.png);
	background-position:center;
	background-repeat:no-repeat;
	width:762px;	
	height:504px;
	
	/* positioning */
	margin-top:00px;
	
	/* positioning content */
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
}

.content_overlay {
	width:730px;
	height:390px;
	margin-top:15px;
	
	/* scrolloptie */
	overflow:scroll;
	overflow-x:hidden;
}

.content_overlay_home {
	width:730px;
	height:390px;
	margin-top:40px;
	overflow:hidden;
}


/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/button_uitloggen.png);
	background-repeat:no-repeat;
	position:absolute;
	right:45px;
	top:30px;
	cursor:pointer;
	width:20px;
	height:19px;
}

.simple_overlay .close:hover {
	cursor:pointer;
	background-position:0 -29px;
}

/* begin stijlen overlay actieinjewijk */
#overlay_actieinjewijk {
	display: none;
	width: 100%;	
	height: 100%;
	z-index: 10000;
	background: transparent;
}

#overlay_actieinjewijk .close {
	position: absolute;
	width: 151px;
	height: 35px;
	background-image: url(../img/actie_indewijk/button_sluiten_actieinjewijk.png);
	background-position: top center;
	background-repeat: no-repeat;
	top: -45px;
	right: 55px;
	cursor: pointer;
}
#overlay_actieinjewijk .close:hover {
	background-position: 0px -89px;
	cursor: pointer;
}
/* einde stijlen overlay actieinjewijk */
