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: 0px;
	top: 0px;
	width: 199px;
	height: 131px;
	border: 0px;
	display: none;
}
#navigatie {
	position: absolute;
	left: 0px;
	top: 5px;
	border: 0px;
	font-size: 0.7em;
	color: #d3d4d6;
	display: none;
}
#logo {
	position: absolute;
	background-image: url(../images/logo.gif);
	left: 450px;
	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: 561px;
	border: 0px;
	display: none;
}
#menubalk {
	position: absolute;
	background-color: #3a66a7;
	left: 85px;
	top: 131px;
	width: 199px;
	height: 100%;
	min-height: 561px;
	border: 0px;
	display: none;
}
#content {
	position: absolute;
	background-color: #5f88c4;
	left: 34px;
	top: 131px;
	width: 700px;
	height: 100%;
	min-height: 561px;
	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;
}
p {
	font-size: 0.7em;
	color: white;
	line-height: 1.6em;
}
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;
}