body {
	font-family: Calibri,Arial;
	font-size:14px;
	color:#00074f;
	background-image:url(images/bgcolor.jpg)
}

#container {
	border:2px solid #ce0607;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#ffffff
}

#kop {
	position:relative;
	height:173px;
	background-image:url("images/header.jpg");
}

#inhoud {
    padding-left:20px;
	text-align:justify;
	position:relative;
	background-color:#ffffff
}

#tekst {
	float:left;
	position:relative;
	width: 550px;
	background-color:#ffffff
}

#opvulling {
	float:left;
	position:relative;
	width: 20px;
	background-color:#ffffff
}

#tekst2 {
	float:right;
	position:relative;
	width: 210px;
	background-color:#ffffff
}

#menu {
	position:relative;
	width:800px;
	background-color:#ffffff
}

#footer {
    padding-left:20px;
	position:relative;
	height:90px;
	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;
}


