@charset "UTF-8";

#container {
	position:relative;
	width:763px;
	height:660px;
	left: 50%;
	top: 0px;
	text-align: left;
	margin:auto auto auto -382px;
}
#links {
	position:absolute;
	background-image: url(images/links.jpg);
	background-repeat: no-repeat;
	width:17px;
	height:625px;
	left: 0px;
	top: 0px;
}
#rechts {
	position:absolute;
	background-image: url(images/rechts.jpg);
	background-repeat: no-repeat;
	width:17px;
	height:625px;
	left: 745px;
	top: 0px;
}
#header {
	position:absolute;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width:728px;
	height:108px;
	left: 17px;
	top: 0px;
}
#navigatie {
	position:absolute;
	width:728px;
	height:41px;
	left: 17px;
	top: 108px;
}
#afbeelding {
	position:absolute;
	background-image: url(images/afbeelding.jpg);
	background-repeat: no-repeat;
	width:728px;
	height:107px;
	left: 17px;
	top: 149px;
}
#nieuws {
	position:absolute;
	background-image: url(images/nieuws.jpg);
	background-repeat: no-repeat;
	width:152px;
	height:190px;
	left: 593px;
	top: 256px;
	padding-top:40px;
	padding-left:5px;
}
#vacatures {
	position:absolute;
	background-image: url(images/vacatures.jpg);
	background-repeat: no-repeat;
	width:152px;
	height:145px;
	left: 593px;
	top: 445px;
	padding-top:40px;
	padding-left:5px;
}
#login {
	position:absolute;
	background-image: url(images/login.jpg);
	background-repeat: no-repeat;
	width:152px;
	height:32px;
	left: 593px;
	top: 590px;
}
#footer {
	position:absolute;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width:728px;
	height:3px;
	left: 17px;
	top: 622px;
}
#locatie {
	position:absolute;
	background-image: url(images/locatie.jpg);
	background-repeat: no-repeat;
	width:576px;
	height:40px;
	left: 17px;
	top: 256px;
}
#content {
	position:absolute;
	background-color: #ffffff;
	width:568px;
	height:326px;
	left: 17px;
	top: 296px;
	overflow: auto;
}
#hoeklinks {
	position:absolute;
	background-image: url(images/hoeklinks.jpg);
	background-repeat: no-repeat;
	width:7px;
	height:7px;
	left: 17px;
	top: 615px;
	z-index: 1;
}