body { 
padding: 0px 0px 0px 0px;
font-family: "Times New Roman", Times, serif;
font-size: 12pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color: black;
background : white;
text-align: center;
} 
/* basis instellingen continer, indeling banner, content en sidebar-a */
#container {
width: auto;
margin: 0 auto;
color: black;
background : white;
}
/* instellingen voor banner logo id=banner */
#banner {
display: none;
width: 900px;
height: 100px;
color: black;
background : white;
}
/* instelingen content venster */
#content {
width: auto;
color: black;
background : white;
}
/* instellingen venster waar menu in komt te staan */
#sidebar-a {
display: none;
float: left;
width: 180px;
padding-bottom: 20px;
padding-left: 11px;
padding-right: 9px;
padding-top: 20px;
color: black;
background : white;
}
/* instellingen menu, id=menu */
#menu {
display: none;
width: 12em;
padding-top: 5px;
padding-bottom: 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 : white;
}
#menu li a:hover {
color: black;
background : 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 : white;
text-align : left;
}
h2 { 
font-size : 12pt;
font-style: normal;
line-height : normal;
font-weight : bold;
color: black;
background : white;
text-align : left;
}
h3 { 
font-size : 12pt;
font-style: normal;
line-height : normal;
font-weight : bold;
color: black;
background : white;
text-align : left;
}
h4 { 
font-size : 10pt;
font-style : normal;
line-height : normal;
font-weight : bold;
color: black;
background : white;
text-align : left;
}
h5 { 
font-size : 8pt;
font-style : normal;
line-height : normal;
font-weight : normal;
color: black;
background : white;
text-align : left;
}
p { 
color: black;
background : white;
text-align: left;
}
/* blauwe vet geaccentueerde titels*/
strong { 
font-weight : bold;
color: black;
background : white;
}
ul { 
color: black;
background : white;
text-align : left;
list-style: square;
}
ol { 
color: black;
background : white;
text-align : left;
}
/* algemene instellingen hypelinks binnen alle pagina's */
a:link {
color: black;
background : white;
text-decoration : underline;	
}
a:visited { 
color: black;
background : white;
text-decoration : underline;
}
a:hover { 
color: black;
background : white;
text-decoration : underline;
}
/* instelling links uitgelijnde camera icon geen linkimage */
.camera {
display: none;
border: 0px; 
margin: 0px 5px 5px 0px;
vertical-align: middle;
clear: both;
}
/* instellingen voor gecentreerde hyperlink disclaimer */
.disclaimer { 
display: none;
text-align : center;
color : white;
background: black;
} 
/* instelling gecentreerde foto's zonder link */
.imgborder { 
border: solid 1px white; 
margin: 5px 5px 5px 5px;
text-align: center;
}
.imgcenter { 
border: 0px; 
margin: 1px;
text-align: center;
}
.imgright {
border: solid 1px white; 
margin: 5px 5px 5px 5px;
text-align: right;
float: right;
}
.imgleft {
border: solid 1px white;
margin: 0px 1px 0px 1px;
text-align: left;
clear: both;
}
.omhoog { 
display: none;
text-align: right;
} 
.pdf {
display: none;
border: 0px;
margin: 0px 10px 0px 0px;
text-align: left;
clear: both;
} 
.rss { 
display: none;
border: solid 1px black; 
margin: 3px 0px 3px 0px;
text-align: right;
float: right;
width: 36px;
}  
.print {
display: none;
border: 0px; 
margin: 3px 0px 3px 0px;
text-align: right;
float: right;
width: 30px;
}
.w3c {
display: none; 
margin: 0px 1px 0px 1px;
text-align: left;
clear: both;
}
