body { 
margin: 20px;
padding: 0px;
font-family: "Times New Roman", Times, serif;
font-size: 12pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color: black;
background-color: white;
text-align: center;
} 
/* basis instellingen continer, indeling banner, content en sidebar-a */
#container {
width: auto;
margin: 0 auto;
color: black;
background-color: white;
}
/* instellingen voor banner logo id=banner */
#banner {
display: none;
width: 900px;
height: 150px;
color: black;
background-color: white;
}
/* instelingen content venster */
#content {
width: auto;
color: black;
background-color: white;
}
/* instellingen venster waar menu in komt te staan */
#sidebar-a {
display: none;
float: left;
width: 180px;
padding: 20px 9px 20px 11px;
color: black;
background-color: white;
}
/* instellingen menu, id=menu */
#menu {
display: none;
width: 12em;
padding: 5px;
}
#menu ul {
list-style: none;
border: none;
margin: 0;
padding: 0;
}
#menu li {
border: none;
}
#menu li a {
display: block;
text-decoration: none;
width: 100%;
padding: 1px 1px 1px 0.5em;
color: black;
background-color: white;
}
#menu li a:hover {
color: black;
background-color: white;
font-weight: normal;
text-align: center;
}
/* hack om verkeerd gedrag IE Win te omzeilen en de links de volledige breedte vh block te laten innemen*/
html>body #menu li a {
width: auto;
}
h1 { 
font-size : 14pt;
font-style: normal;
line-height: normal;
font-weight: bold;
color: black;
background-color: white;
text-align: left;
}
h2 { 
font-size : 12pt;
font-style: normal;
line-height: normal;
font-weight: bold;
color: black;
background-color: white;
text-align: left;
}
h3 { 
font-size: 11pt;
font-style: normal;
line-height: normal;
font-weight: bold;
color: black;
background-color: white;
text-align: left;
}
h4 { 
font-size : 8pt;
font-style: normal;
line-height: normal;
font-weight: bold;
color: black;
background-color: white;
text-align: left;
}
p { 
text-align: left;
}
/* blauwe vet geaccentueerde titels*/
strong { 
font-weight: bold;
}
ul { 
text-align: left;
list-style: disc;
}
ol { 
text-align: left;
}
/* algemene instellingen hypelinks binnen alle pagina's */
a:link {
color: black;
background-color : white;
text-decoration : underline;	
}
a:visited { 
color: black;
background-color: white;
text-decoration: underline;
}
a:hover { 
color: black;
background-color: white;
text-decoration: underline;
} 
table {
text-align: center;
width: 100%;
padding: 5px 0px 5px 0px;
}
td {
padding: 5px;
text-align: left;
vertical-align: top;
width: 15em;
color: black;
background-color: white;
}
.omhoog { 
text-align: right;
}
.flag {
float: right;
border: solid 1px black;
width: 50px;
margin: 5px 0px 0px 0px;
}
.imgcenter { 
border: solid 1px black;
margin : 5px;  
text-align: center;
}
.imgmenu { 
border: solid 1px white;
margin : 5px;  
text-align: center;
}
.pdf {
border: 0px; 
margin: 0px 10px 0px 0px;
text-align: left;
clear: both;
}
.rss { 
border: solid 1px black; 
margin: 5px 0px 5px 0px;
text-align: right;
float: right;
width: 36px;
}  
.print {
border: 0px; 
margin: 5px 0px 5px 0px;
text-align: right;
float: right;
width: 44px;
}
.w3c {
border: 0px; 
margin: 0px 1px 0px 1px;
text-align: left;
clear: both;
}
