	* {
		font-family: Verdana;
		font-size: 12px;
	}
	body {
		background-color: #beddde;
		background-image: url('images/bg.gif');
		background-repeat: repeat-y;
		background-position: center;
		margin: 0px;
	}
	img {
		border: 0px;
	}
	img.line {
		border: 1px solid black;
	}
	a {
		color: black;
		text-decoration: underline;
	}
	a:hover {
		color: black;
		text-decoration: underline;
	}
	a:visited {
		color: black;
		text-decoration: underline;
	}
	div#head_bg {
		background-image: url('images/head_bg.gif');
		background-repeat: repeat-x;
		height: 121px;
	}
	div#head {
		position: relative;
		background-image: url('images/head.jpg');
		height: 121px;
		width: 999px;
		left: 50%;
		margin-left: -500px
	}
	div#body_bg {
		position: relative;
		height: 600px;
		width: 861px;
		left: 50%;
		margin-left: -430px;
		background-image: url('images/body_bg.jpg');
		background-repeat: repeat-x;
	}
	div#body {
		position: relative;
		background-image: url('images/body.jpg');
		background-repeat: none;
		height: 87px;
	}
	div#en {
		position: absolute;
		top: 0px;
		left: 580px;
		background-image: url('images/en.gif');
		background-repeat: none;
		height: 29px;
		width: 42px;
		cursor: pointer;
	}
	div#nl {
		position: absolute;
		top: 0px;
		left: 622px;
		background-image: url('images/nl.gif');
		background-repeat: none;
		height: 29px;
		width: 42px;
		cursor: pointer;
	}
	div#menu img {
		position: absolute;
		top: 93px;
		border: 0px;
		height: 28px;
	}
	img#home {
		left: 147px;
	}
	img#visie {
		left: 247px;
	}
	img#projecten {
		left: 347px;
	}
	img#downloads {
		left: 447px;
	}
	img#contact {
		left: 647px;
	}
	div#title {
		position: relative;
		font-size: 24px;
		font-family: Arial;
		left: 150px;
		top: 45px;
	}
	div#content {
		position: relative;
		left: 28px;
		top: 25px;
		width: 801px;
	}
	div#legal {
		position: relative;
		font-size: 9px;
		color: #BBBBBB;
		text-align: right;
		width: 450px;
		left: 360px;
		margin-top: 50px;
	}
	table#contact td {
		margin-left: -5px;
	}
	table#contact input {
		border: 1px solid black;
		width: 290px;
	}