body,html{
	background: #EFF3FF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px;
	font-size: 12px;
	color: #FFFFFF;
}
div#wrapper{
	margin: 0px auto 0px auto;
	width: 800px;
	position:relative;
	
	background: #292C29;
	min-height: 750px;
	
	
}

.menu_items{
	
	width: 200px;
	position: absolute;
	top: 176px;
	border-bottom: 2px solid #212421;
}
.menu_items a{
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	
}
.menu_items a:hover{
	color: #FF9900;
	
	
}
#menu1_items_h{
	left: 0px;
	z-index: 999;
}
#menu1_items{
	background: url(/i/hoofdpagina/knop_uitklap.jpg) no-repeat #9F9F9F;
	height: 100px;
	width: 140px;
	padding: 10px 30px 15px 30px;
	left: 0px;
	
	
}
#menu2_items_h{
	left: 200px;
	z-index: 999;
}
#menu2_items{
	background: url(/i/hoofdpagina/knop_uitklap.jpg) no-repeat #9F9F9F;
	height: 100px;
	width: 140px;
	padding: 10px 30px 15px 30px;
	left: 200px;

}
#menu3_items_h{
	left: 400px;
	z-index: 999;
}

#menu3_items{
	background: url(/i/hoofdpagina/knop_uitklap.jpg) no-repeat #9F9F9F;
	height: 100px;
	width: 140px;
	padding: 10px 30px 15px 30px;
}
#menu4_items_h{
	left: 600px;
	z-index: 999;
}
#menu4_items{
	background: url(/i/hoofdpagina/knop_uitklap.jpg) no-repeat #9F9F9F;
	height: 100px;
	width: 140px;
	padding: 10px 30px 15px 30px;
}
h1{
	color: #FF9900;
	margin: 0px;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
div#content{
	position: absolute;
	top: 214px;
	right: 10px;
	width: 580px;
	z-index: 1;
	min-height: 420px;
	
}
div#header{
	width: 800px;
}

div.hover{
	color: white;
}
div.hover a {
	float: left;

text-transform: uppercase;
text-align: center;
font-weight: bold;
font-size : 14px;
text-decoration: none;
color: #FFFFFF;
background: url(/i/hoofdpagina/knop_nomaal.jpg) ;
line-height: 53px;
height: 53px;
width: 200px;
}

div.hover a:hover {
width: 200px;
text-align: center;
background: url(/i/hoofdpagina/knop_selected.jpg) ;
color: #FFFFFF;
}


div#footer{
	clear:both;
	height: 30px;
	background: #3D4242;
	text-align: center;
	line-height: 30px;
	width: 800px;
	margin: 0px auto 0px auto;
}


