#navigatie {
text-align: left;
margin-left: 102px;
}
#navigatie ul{
	background-color: #396A79;
	border: 1px solid black;
	width: 783px;
	padding: 0;
	margin: 0;
	white-space: no-wrap;
}
#navigatie ul li{
display: inline;
}
#navigatie ul li a{
	padding-left: 1em;
	padding-right: 1em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#navigatie ul li a:hover{
	color: black;
	background-color: white;
}

#navigatie2 {
text-align: left;
}
#navigatie2 ul{
	background-color: Silver;
	border: 1px solid black;
	width: 300px;
	padding: 0;
	margin-left: 62px;
	white-space: no-wrap;
}
#navigatie2 ul li{
display: inline;
}
#navigatie2 ul li a{
	padding-left: 1em;
	padding-right: 1em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
#navigatie2 ul li a:hover{
	color: silver;
	background-color: black;
}


body{
text-align: left;
font-family: Arial, Helvetica, Sans-serif ;
font-size: 12px;
background-color:;
	background-image: url(images/achtergrond.jpg);
	background-position: 8px 20px;
	background-repeat : no-repeat;
	background-attachment : fixed;
}

table{
	width: 730px;
	layout: fixed;
	padding: 2px;
	spacing: 2px;
	border: 0;
	margin-left: 120px;
	font-size: medium;
}	


img {
	border: 1px;
	border-style: solid;
	border-color: #000000;
}


