

#popup_iframe{
	display: none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
	filter:mask();
	width: 100%;
	height: 100%;
}



#popup{
	position: fixed;

	width: 100%;
	height: 200%;
	z-index:98;
	margin: 0px;
	top: 0%;
	left: 0%;


	background-attachment: fixed;
	background-position:top;
	background-image:url('/images/popup_trans_zacht.png');
	background-repeat: repeat;

	visibility: hidden;
	display: none;


	/* png als achtergrond gebruiken..*/
	/* background-image: url( https://www.argeweb.nl/argecs/designer/images/bg_transparant_blauw.png); */
}

* html #popup{
	position: absolute;
	/* IE6 kan de image niet faden, dus doen we het zo. */
	background: none;
	background-color: #CCCCCC;
	filter: Alpha( Opacity=50);
	height: expression( window.popup_inhoud.clientHeight + 'px' );
}

#popup_inhoud{

	position: absolute;
	width:600px;
	_width:600px;
	/* height: 400px;*/
	height: auto;
	z-index:99;
	left: 50%;
	margin-left: -300px;
	/*top: 30%;*/
	top: 100px;
	/*margin-top: -201px;*/
	background-color: white;
	visibility: hidden;
	display: none;
	border: 1px solid #b3d1e4;
	padding: 0px;
}
#popup_close{
	background-color: #990033;
	height: 20px;
	width: 56px;
	position: absolute;
	float: right;
	z-index:100;
	visibility: hidden;
	display: none;
	left: 50%;
	margin-left: 245px;
	_margin-left: 243px;
	/*top: 30%;
	margin-top: -220px;*/
	top: 81px;

}

.popup_close_link{
	margin-right: 3px;
	margin-left: 3px;
	color: white;
	text-decoration:none;
	cursor: pointer;
	_cursor: hand;
	font-weight:bold;

}
.link_naar_popup{
	cursor: pointer;
	_cursor: hand;
}



