html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
background-color: #000066;
color: #000066;
text-align: center;
}
#wrapper {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
}
#banner {
	background-repeat: no-repeat;
	height: 110px;
	background-image: url(../afbeeldingen/CVO%20banner.jpg);
}
#navigatie {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navigatie ul {
	background-color: #ffffff;
}
#navigatie ul li {
	display: inline;
}
#navigatie ul li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	text-align: left;
	width: 9em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 90%;
	border: 1px solid #FFFFFF;
}
#navigatie ul li a:hover, #navigatie ul li a:focus {
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #000066;
}
#content p {
	font-size: 80%;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #000066;
	margin: 20px;
	text-align: center;
	font-style: italic;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000066;
	margin: 20px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000066;
	font-style: italic;
	margin: 20px;
}
#content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-left: 20px;
	margin-right: 20px;
	width: 760px;
}
#content li {
	margin-top: 0px;
	list-style-type: square;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#content a {
	text-decoration: none;
	color: #000066;
}
#bottom {
	background-color: #000066;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#bottom a {
text-decoration: none;
color: #FFFFFF;
}

.leftimage {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.rightimage {
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	border: 1px solid #000000;
}