#lightBack{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;   
	width:100%;   
	top:0;   
	left:0;   
	background:#000000;   
	border:1px solid #cecece;   
	z-index:990000;
}
#banner{
	position:absolute;
	top:220px;
	left:800px;
}
#inhoudLight{
	display:none;
	position:fixed;   
	_position:absolute; /* hack for internet explorer 6*/  
	height:384px;   
	width:408px;   
	background:#FFFFFF;   
	border:2px solid #cecece;   
	z-index:2;   
	padding:12px;   
	font-size:13px;
	z-index:1000000;
}
#sluiten{
	z-index:1000001;	
}
#hoofd{
	position:relative;
	width:756px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0 auto;
	text-align:left;
	background-image:url(../img/repeat.jpg);
	background-repeat:repeat-y;
	color:#000000;
}
#header{
	width:756px;
	height:217px;
	background-image:url(../img/header.jpg);
}
#content{
	width:756px;
	background-image:url(../img/repeat.jpg);
	background-repeat:repeat-y;
	min-height:400px;
	overflow:hidden;
}
#menu{
	width:190px;
	border-right:1px solid red;
	float:left;
	margin-left:30px;
	min-height:300px;
}
#tekst{
	width:490px;
	min-height:300px;
	float:right;
	margin-right:20px;
}
#bottom{
	width:756px;
	height:103px;
	background-image:url(../img/footer.jpg);
}

