/* --------------------------------------- */
/* LIGHTBOX css */
/* --------------------------------------- */

body
	{
	/*IE 6*/
	_margin:0;
	_padding:0;
	_height:100%;
	}

.clear							{ clear:both; }

/*	.black_overlay*/
#lightbox_fading
	{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
/*	height: 100%;*/
/*	background: url(/grfx/lb_overlay.png); */
	background: #000;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}

#lightbox_iframe
	{
	text-align:left;
	width:100%;
	_width:99%; /*IE6*/
	height:auto;
	_height:500px;/*IE6*/
	min-height: 90%;
	overflow: auto;
	}

/*.white_content*/
/* plaats van de lightbox */
#lightbox_content
	{
	display: none;
	position: absolute;
/* is niet meer nodig */
	top: 2%;
	left: 50%;
	width: 840px;
	height: 550px;
	margin-left: -410px;
	padding: 0px 5px 0px 5px;
	background-color: #b1ca35;
	z-index:1002;
	overflow: auto;
	overflow-x: hidden;
	}

#lightbox_titlebar
	{
	position: relative;
	height:auto;
	_height: 20px;
	min-height: 20px;
	margin: 0px;
	}

#lightbox_nav
	{
	position: relative;
	height: auto;
	_height: 20px;
	min-height: 20px;
	margin-left: 284px;
	margin-right: 60px;
	}

#lightbox_nav ul
	{
	position: relative;
	list-style: none;
	height: 8px;
	padding-top: 12px;
	}

#lightbox_nav ul li
	{
	position: absolute;
	background-image: url(/grfx/prijsvraag/prijsvraag_navigation.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	}

#pn1, #pn1_on					{ background-position: -0px 0px; width: 71px; left: 0px; }
#pn2, #pn2_on					{ background-position: -71px 0px; width: 95px; left: 71px; }
#pn3, #pn3_on					{ background-position: -166px 0px; width: 163px; left: 166px; }

#pn1_on							{ background-position: -0px -28px; }
#pn2_on							{ background-position: -71px -28px; }
#pn3_on							{ background-position: -166px -28px; }

#lightbox_nav ul li a			{ text-decoration: none; height: 28px; display: block; }


#lightbox_title
	{
	position: relative;
	background: url(/grfx/prijsvraag/title.gif) no-repeat;
	text-indent: -9999px;
	width: 274px;
	height: 38px;
	margin-left: 10px;
	float: left;
	display: block;
	}

#close
	{
	position: relative;
	width: 60px;
	padding-top: 2px;
	float: right;
	display: block;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */
