body { 
margin: 20px;
padding: 0px;
font-family: Arial, sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
line-height: normal;
color: white;
background-color: #292929;
text-align: center;
} 
/* basis instellingen container, indeling banner, content en sidebar-a */
#container {
width: 900px;
margin: 0 auto;
background-color: #808080;
color: #010101;
border: solid white 1px;
}
/* instellingen voor banner logo id=banner */
#banner {
width: 900px;
height: 100px;
background-color: #010101;
color: white;
}
/* instelingen content venster */
#content {
width: 670px;
margin-left: 200px;
padding: 20px 15px 20px 15px;
color: #010101;
background-color: #010101;
}
/* instellingen venster voor menu */
#sidebar-a {
float: left;
width: 180px;
padding: 20px 9px 20px 11px;
color: white;
background: #808080;
}
/* instellingen menu, id=menu */
#menu {
width: 12em;
padding: 5px;
border: solid white 1px;
}
#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;
background: #808080;
color: #ffffff;
}
#menu li a:hover {
color: #ffffff;
background-color: #ff1493;
text-decoration: underline;
}
/* 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-weight: bold;
color: #ff1493;
background-color: transparent;
text-align : left;
} 
h2 { 
font-size: 11pt;
font-weight: bold;
color: #7fff00;
background-color: transparent;
text-align: left;
}
h3 { 
font-size: 11pt;
font-weight: bold;
color: #87cefa;
background-color: transparent;
text-align: left;
} 
h4 { 
font-size: 10pt;
font-weight: bold;
color: white;
background-color: transparent;
text-align: left;
} 
h5 { 
font-size: 9pt;
font-weight: normal;
color: white;
background-color: transparent;
text-align: left;
} 
p { 
text-align: left;
color: white;
} 
strong { 
font-weight: bold;
} 
ul { 
text-align: left;
list-style: disc;
color: white;
} 
ol { 
text-align: left;
color: white;
} 
a:link {
color: #dcdcdc;
background-color: transparent;
text-decoration: underline;	
}
a:visited { 
color: silver;
background-color: transparent;
text-decoration: underline;
} 
a:hover { 
color: #ff1493;
background-color: transparent;
text-decoration: underline;
} 
a:active { 
color: #ff1493;
background-color: transparent;
text-decoration: none;
} 
table {
text-align: center;
width: 100%;
padding: 5px 5px 5px 5px;
border: solid #808080 1px;
}
td {
padding: 5px;
text-align: left;
vertical-align: top;
width: 15em;
color: white;
background-color: #010101;
}
.disclaimer { 
text-align: center;
color: white;
background-color: transparent;
} 
.iconright {
border: 0px; 
margin: 5px 0px 5px 0px;
text-align: right;
float: right;
}
.imgborder { 
border: solid 1px white; 
margin: 3px;
text-align: center;
}
.imgcenter { 
border: 0px; 
margin: 3px;
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 { 
text-align: right;
} 
.pdf {
border: 0px;
margin: 0px 10px 0px 0px;
text-align: left;
clear: both;
} 
.rss { 
border: solid 1px #010101; 
margin: 3px 0px 3px 0px;
text-align: right;
float: right;
width: 36px;
}  
.print {
border: 0px; 
margin: 3px 0px 3px 0px;
text-align: right;
float: right;
width: 30px;
}
.w3c {
border: 0px; 
margin: 0px 1px 0px 1px;
text-align: left;
clear: both;
}


