html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ccc;
	height: 100%;
}
#wrapper {
	width: 960px;
	height: 100%;
	min-height: 660px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eee;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#header {
	height: 160px;
}
#logo {
	padding: 25px;
}
#vacature {
	float: right;
	height: 120px;
	width: 300px;
	background-image: url(../img/vacature.gif);
	background-repeat: no-repeat;
	padding-right: 25px;
	margin-right: 20px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	font-size: 11px;
	color: #012d59;
	overflow: hidden;
}
#menu {
	height: 25px;
	padding-left: 5px;
	color: #003B79;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	float: left;
	padding-right: 21px;
	background-image: url(../img/stip.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 20px;
}
#menu ul.menurechts li {
	float: right;
}
#menu ul li.laatste {
	background-image: none;
	padding-right: 25px;
}
#menu a {
	text-decoration: none;
	color: #003B79;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a.actief {
	font-weight: bold;
}
#submenu {
	height: 20px;
	background-color: #003b79;
	color: #ffe400;
	padding-left: 5px;
	padding-top: 5px;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#submenu ul li {
	float: left;
	padding-right: 21px;
	background-image: url(../img/stip-wit.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 20px;
}
#submenu a {
	text-decoration: none;
	color: #fff;
}
#submenu a.actief {
	text-decoration: none;
	color: #ffe400;
}
#submenu ul li.laatste {
	background-image: none;
}
#contentwrapper {
	height: 300px;
}
#content {
	float: left;
	height: 300px;
	width: 590px;
	color: #003b79;
	background-color: #ffe400;
	padding: 25px;
	overflow: auto;
}
#content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
td, p, li {
	line-height: 1.8em;
	font-size: 11px;
}
#fotorechts {
	height: 350px;
	width: 320px;
	overflow: hidden;
	float: right;
}
#fotosonder {
	height: 75px;
	overflow: hidden;
	clear: both;
	width: 960px;
}
#footer {
	height: 20px;
	padding-left: 640px;
	padding-top: 5px;
	color: #003B79;
	font-size: 10px;
	font-weight: bold;
}
#footer a {
	color: #003B79;
	text-decoration: none;
}
#preload {
	display: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}
h2, h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.fout {
	color: #c00;
	font-weight: bold;
}
a {
	color: #00f;
	text-decoration: underline;
}
a:hover {
	color: #00c;
	text-decoration: none;
}