body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #ddd;
	background-color: #036; /* de blauwe kleur!!! */
    min-width: 820px;
    cursor: default;
}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0em;
    text-align: left;
    left: 325px;
}
h2 {
	color: #fff;
	font-size: 1.2em;
    font-style: normal;
    font-variant: normal;
    font-weight: bolder
}
h3 {
	font-size: 1.5em;
	}
h4 {
	font-size: 1.3em;
	}
h5 {
	font-size: 1.0em;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
	}
h6 {
	font-size: 0.8em;
	}
a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #777;
}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
}
#footer a {
	color: #369;
}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.ahem {
	display: none;
	}
#header {
	margin: 0em 0em;
	padding: 1.5em 2.0em;
	background: #036;
	color: #fff;
	}
#content {
	margin: 0em ;
	padding: 200px 20% 0em 250px; /* boven-rechts-onder-links! */
}
#VakInContent {
	margin: 0px 0px 0px 0px; /* boven-rechts-onder-links! */
	padding: 0px 20px 0px 0px;
}
#footer {
    height: 38px;
    background-image: url(../images/onderregel.jpg);
    background-repeat: repeat-x;
	color: #111;
	font-size: 0.8em;
	text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 5em;
    margin-bottom: 5em;
}