* {

margin: 0;
padding: 0px;

}

body {
font-family: arial;
background-color: #000000;
color: #FFFFFF;
overflow: hidden;
}


#container {
	width: 800px;
	height: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -280px;
	overflow: hidden;
}
#head {
	width: 800px;
	height: 600px;	
	background-image: url('logobestanden/achtergrond.png');
	background-repeat: no-repeat;	
	overflow: hidden;


}
a {
	text-decoration: none;
	color:red;
	
}
#top
	{
	width: 800px;
	height: 100px;
	background-image: url('logobestanden/top.png');
	margin-left: auto;
	margin-right: auto;
}

.menu {
	padding-right: 5px;
	border: none;
}
#menu-west {
	width: 150px;
	height: 525px;	
	background-image: url('logobestanden/left.png');
	background-repeat: no-repeat;	
	overflow: auto;
	margin-top: -25px;
	margin-left: -6px;
}
#menu-west-padding {
	padding-top: 50px;
	padding-left: 20px;
	color: black;
}
#menu-west a {
	text-decoration: none;
	color: #f4eb61;
}

#menu-west a:hover{
	text-decoration: underline;
	color: #f4eb61;
}
#center {
	height: 475px;
	width: 620px;
	margin-top: -475px;
	margin-left: 170px;
	overflow: auto;
	color: #000000;
	overflow-x: hidden;
}
#centertext {
	width: 550px;
	font-size: 10pt;
}
#centerheader {

	
	width: 600px;
	height: 40px;
	background-image: url('logobestanden/centertop.png');
}
#centerfooter {

	
	width: 600px;
	height: 40px;
	background-image: url('logobestanden/centerbottom.png');
}

#centermidden {
	padding-left: 15px;
	paddin-right: 15px;
	width: 600px;
	height: auto;
	background-image: url('logobestanden/centermidden.png');
}

.image {
	border: 0px;
}
.ruimte {
	padding-left: 15px;
	border: 0px;
}
