body {
	background-color: #FFFFFF;
	background-image: url(pictures/achtergrond.jpg);
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}



.font_kop {
font-size: larger;
color: #003366;

}

.knop {
   background-color: #003366;
   color: white;
   border-left: 1px solid White;
   border-right: 1px solid White;
   border-top: 1px solid White;
   border-bottom: 1px solid White;
   width: 150px;
   height: 22px;

}

a {

	text-decoration: none;
	color: #00008b;
}

.knop_hoofdmenu {
	background-color: #003466;
	color: White;
	text-align: center;
	text-decoration: none;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 1px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	height: 18px !important;
	float: left;
	vertical-align: bottom;
}

.knop_hoofdmenu:hover {
	background-color: White;
	color: #003466;
	text-decoration: underline;
}

.knop_hoofdmenu_gekozen {
	background-color: White;
	color: #003466;
	text-align: center;
	text-decoration: none;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 1px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	height: 18px !important;
	float: left;
	vertical-align: bottom;
}

.body {
	width: 768px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -384px; /* de helft van de breedte */
	font-family: Arial;
	font-size: 80%;
}

.header {
	width: 768px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 150px;
}

.menu_boven {
	width: 768px;
	height: 25px;
	position: relative;
	top: 2px;
	left: 15px;
	padding-top: 5px;
	float: left;
}

.menu_onder {
	width: 768px;
	height: 25px;
	position: relative;
	top: 90px;
	left: 15px;
	padding-top: 5px;
	float: left;
}


.content_background {
	position: relative;
	top: 2px;
	left: 2px;
	width: 768px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-bottom: 0px;
}

.content {
	width: 710px;
	position: relative;
	top: 0px;
	left: 30px;
	float: left;
}

.content_links {
	width: 390px;
	float: left;
	margin-right: 15px;
	position: relative;
}

.content_rechts {
	width: 300px;
	position: relative;
	float: left;
}

.footer {
	width: 768px;
	height: 100px;
	position: relative;
	border-top: 1px solid #003466;
	top: 30px;
	left: 0px;
	float: left;
	color: #979797;
	font-size: 90%;
}

.footer_link {
	color: Gray;
	text-decoration: none;
	font-size: 100%;
}

.footer_link:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial;
	font-size: 160%;
	margin-top: 15px;
}

h2 {
	font-family: Arial;
	font-size: 120%;
	margin-bottom: 2px;
}

.verkleind {
	font-family: Arial;
	font-size: 80%;
	margin-bottom: 7px;
}

.tekst {
	font-family: Arial;
	margin-bottom: 10px;
	width: 380px;
}

td {
	font-family: Arial;
	font-size: 80%;
}

.link_zonder_streep {
	text-decoration: none;
	color: Black;
}

.link_zonder_streep:hover {
	text-decoration: underline;
	color: Black;
}

.tabel_td_standaard {
	font-family: Arial;
	font-size: 80%;
	height: 20px;
	padding-right: 10px;
}