@charset "utf-8";
#container {
	margin-right: auto;
	margin-left: auto;
	width: 942px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#header {
	background-image: url(afbeeldingen/banner.gif);
	height: 227px;
	width: 942px;
}
#navigatie {
	width: 942px;
	background-color: #224088;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #6892B7;
}
a:visited {
	color: #6892B7;
	text-decoration: none;
}
a:hover {
	color: #E5D41B;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}


#tekstblok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: auto;
	width: 902px;
	float: right;
	font-size: 14px;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
p {
	font-size: 14px;
}
#voettekst {
	background-color: #0099FF;
	height: 90px;
	width: auto;
}
