body {
	background-color: #111111;
	margin: 0 0 0 0; }

	@font-face {
	font-family: erasbd;
	src: url('ERASBD.TTF');
}

	a:link {color:#CCCCCC;}
	a:visited {color:#CCCCCC;}
	a:hover {color:#777777;}

P.tekst {
	color: #CCCCCC;
	position:relative;
	top:-100px;
	font-family: erasbd;
	max-width:675px;
}

.midden {	
	position:relative;
	top:-100px;
}

.tekstcol {
	color: #CCCCCC;
	font-family: erasbd;
}

hr {
    border: 0;
    height: 2px;
    background: #333333;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#111111), to(#111111), color-stop(50%, #CCCCCC));
}

P.lijn1 {background-color: #EEEEEE; height: 40px; z-index: -1; position:relative; top:-40px; font-family: erasbd;}
P.plaatjes {z-index: -2; position:relative; top:-90px; font-family: erasbd;}
table.keuze {z-index: -1; position:relative; top:-100px; }
p.disclaimer {position:relative; top:-10px; }
	
		
	#hoofdmenu,#hoofdmenu ul{
		padding:0;
		margin:0;
		list-style-type:none;
		top:-90px;
		}
	#hoofdmenu{
		margin:0 0 0 0;
		width:720px;
		position:relative;
		z-index:2}
	#hoofdmenu li{
		float:left;
		position:relative;}

	#hoofdmenu a,#hoofdmenu a:visited{
		font-family: erasbd;
		display:block;
		color:#595959;
		height:25px;
		width:180px;
		background:#EEEEEE;
		line-height:24px;
		text-decoration:none;
		text-indent:5px;
		border-width:0px 0px 0px 0px}
	#hoofdmenu li:hover > a{
		background:#595959;;
		color:#DDDDDD}
	#hoofdmenu li ul{
		display:none}
	#hoofdmenu li:hover > ul{
		display:block;
		position:absolute;
		color:#EEEEEE;
		top:0;
		left:121px;}
	#hoofdmenu > li:hover > ul{
		left:0;
		top:25px}
