html, body {
	background-color:#a0b8da;
	margin: 0;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	background-color: white;
	background-image: url(../images/verloop-zwart-wit.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 131px;
	width: 100%;
	border: 0px;
}
#grijs {
	position: absolute;
	background-color: #f7f7f7;
	background-image: url(../images/verloop-zwart-grijs.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	left: 85px;
	top: 0px;
	width: 199px;
	height: 131px;
	border: 0px;
}
#navigatie {
	position: absolute;
	left: 290px;
	top: 5px;
	border: 0px;
	font-size: 0.7em;
	color: #d3d4d6;
}
#logo {
	position: absolute;
	background-image: url(../images/logo.gif);
	left: 730px;
	top: 16px;
	width: 251px;
	height: 97px;
	border: 0px;
}
#verloop {
	background-image: url(../images/verloop-blauw.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	min-height: 700px;
	border: 0px;
}
#menubalk {
	position: absolute;
	background-color: #3a66a7;
	left: 85px;
	top: 131px;
	width: 199px;
	height: 100%;
	min-height: 700px;
	border: 0px;
}
#content {
	position: absolute;
	background-color: #5f88c4;
	left: 284px;
	top: 131px;
	width: 700px;
	height: 100%;
	min-height: 700px;
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
h1 {
	font-size: 1em;
	color: white;
	margin-top: 8px;
}
h2 {
	font-size: 0.9em;
	color: white;
	margin-top: 10px;
}
h3 {
	font-size: 0.8em;
	color: white;
	margin-top: 10px;
}
p {
	font-size: 0.7em;
	color: white;
	line-height: 1.6em;
}
ul {
	color: white;
	font-size: 0.7em;
}
td {
	color: white;
	font-size: 0.7em;
}
.imgruimte {margin-right:15px;}

.nieuwblok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	background-color: white;
	padding: 15px;
	font-size: 1em;
	font-weight: bold;
	color: #3a66a7;
}

a:link, a:visited { color: white; text-decoration: underline;
}
a:hover, a:active { color: white; text-decoration: none;
}
a.grijslink:link, a.grijslink:visited { color: #d3d4d6; text-decoration: none;
}
a.grijslink:hover, a.grijslink:active { color: #d3d4d6; text-decoration: underline;
}
a.blauwlink:link, a.blauwlink:visited { color: #3a66a7; text-decoration: underline;
}
a.blauwlink:hover, a.blauwlink:active { color: #3a66a7; text-decoration: none;
}