html, body {
font-family: sans-serif;
}

#header {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 110px;
background-color: black;
}

#headertekst {
text-align: center;
margin-top: 0px;
color: #999999;
font-size: 95%;
}

#headertekst a {
text-decoration: none;
}

#headertekst a:link {
color: #999999;
}

#headertekst a:visited {
color: #999999;
}

#headertekst a:hover {
color: #ffffff;
}

#headertekst ul {
list-style-type: none;
}

#headertekst ul li {
display: inline;
padding-right: 1.5em;
}

#minibanner {
margin: auto;
margin-top: 100px;
width: 600px;
height: 130px;
background: url('afbeeldingen/tweedebanner.png');
}

.titel {
margin-right: 15%;
text-align: right;
color: #333333;
font-weight: bold;
}

.titelspan {
border-bottom: 1px dotted #333333;
font-size: 110%;
}

.informatie {
margin: 0% 15% 1em 15%;
text-align: justify;
font-size: 90%;
line-height: 135%;
}

.informatie a {
text-decoration: none;
color: #333;
font-weight: bold;
}

#logos {
margin: 0% 15% 1em 15%;
}

#paginatitel p {
text-align: center;
font-weight: bold;
font-size: 120%;
color: #999999;
}

#paginatitel #ondertitel {
font-size: 90%;
margin-top: -10px;
}

