body {
	font-family:Verdana;
	font-size:12px;
	color:#00074f;
	background-image:url(images/bgcolor.jpg)
}

#container {
	border:2px solid #040440;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-image:url("images/bgcolorinhoud.jpg");
}

#kop {
	position:relative;
	height:173px;
	background-image:url("images/header.jpg");
}

#menu {
	padding-left:46px;
	font-family:Verdana;
	font-size:18px;
	position:relative;
	width:754px;
	height:22px;
	background-image:url("images/bgcolormenu.jpg");
}

#tekst {
	text-align:justify;
	padding-left:80px;
	padding-right:80px;
	position:relative;
	width: 640px;
	background-image:url("images/bgcolorinhoud.jpg");
}

#footer {
	position:relative;
	height:73px;
	background-image:url("images/footer.jpg");
	clear:both;
}

a:link {
	color:#000000;
	text-decoration:none;
}

a:active {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

img {
	border:0;
}


