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


/* overlay */
#overlay{
	min-height: 100%;
	height: auto;
	*height: 100%;
	width: 100%;
	position:absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index:100000;
	overflow: auto;
	*overflow: visible;
	*padding-bottom: 50px;
}

#background{
	position:absolute;
	background-color:#000000;
	height: 100%;
	width:100%;
	z-index:100000;
	margin: 0px;
	padding: 0px;
	*left: 0;
	
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#image{
	position:relative;
	z-index:100001;
	width:560px;
	
	margin: 0px auto; /*hier is 280px de helft van je totale breedte*/
	margin-top: 50px;
	*top: 50px;
	background-color: #ffffff;
	padding: 35px 20px 20px 20px;
	*padding-top: 45px;
	text-align: left;
}

#overlay .kruis{
	position: absolute;
	z-index:100003;
	height: 31px;
	width: 31px;
	top: 0px;
	right: 0px;
	background-image: url('../images/kruis2.gif');
	cursor: pointer;
}

#overlay .balk{
	position: absolute;
	z-index:100002;
	height: 31px;
	width: 580px;
	*width: 560px;
	top: 0px;
	left: 0px;
	background-color: #5b5211;
	
	color: #ffffff;
	font-weight: bold;
	line-height: 33px;
	padding-left: 20px;
}

#overlay .goto{
	position: absolute;
	z-index:100002;
	cursor: pointer;
	height: 45px;
	width: 400px;
	bottom: 0px;
}

.nbTitle{
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #5b5211;
	word-spacing: 0.1em;
	letter-spacing: 0.05ex;
	line-height: 22px;
	list-style-position: outside;
	list-style-type: square;
	font-weight: bold;
}

.linkArchief{
	margin-top: 25px;
	margin-right: 8px;
	text-align: right;
}
