body { 
margin: 20px;
padding: 0px;
font-family: Arial, sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
line-height: normal;
background-color: #292929;
color: white;
text-align: center;
} 
/* basis instellingen container, indeling banner, content en sidebar-a */
#container {
width: 900px;
margin: 0 auto;
background-color: #808080;
color: black;
border: solid white 1px;
}
/* instellingen voor banner logo id=banner */
#banner {
width: 900px;
height: 150px;
background-color: #f9f9f9;
color: white;
}
/* instelingen content venster */
#content {
width: 670px;
margin-left: 200px;
padding: 5px 15px 5px 15px;
background-color: #f9f9f9;
color: black;
}
/* instellingen venster voor menu */
#sidebar-a {
float: left;
width: 180px;
padding: 20px 9px 20px 11px;
color: white;
background-color: #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-color: #808080;
color: #fff;
}
#menu li a:hover {
background-color: #cc0000;
color: #fff;
}
/* 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: #cc0000;
text-align : left;
background-color: transparent;
} 
h2 { 
font-size: 12pt;
font-weight: bold;
color: navy;
text-align: left;
background-color: transparent;
}
h3 { 
font-size: 12pt;
font-weight: bold;
color: black;
text-align: left;
background-color: transparent;
}
h4 { 
font-size: 8pt;
font-weight: bold;
color: black;
text-align: left;
background-color: transparent;
}
p { 
text-align: left;
} 
strong { 
font-weight: bold;
}
ul { 
text-align: left;
list-style: disc;
} 
ol { 
text-align: left;
} 
a:link {
color: blue;
background-color: transparent;
text-decoration: none;	
}
a:visited { 
color: purple;
background-color: transparent;
text-decoration: none;
} 
a:hover { 
color: #cc0000;
background-color: transparent;
text-decoration: underline;
} 
a:active { 
color: #20b2aa;
background-color: transparent;
text-decoration: underline;
} 
table {
text-align: center;
width: 100%;
padding: 5px 5px 5px 5px;
}
td {
padding: 5px 5px 5px 5px;
text-align: left;
vertical-align: top;
width: 15em;
color: black;
background-color: #FFFFFF;
}
.omhoog { 
text-align: right;
}
.flag {
float: right;
border: solid 1px black;
width: 50px;
margin: 5px 0px 0px 0px;
}
.imgcenter { 
border: 0px;
margin : 10px;  
text-align: center;
}
.imgright { 
border: solid 0px black; 
margin: 0px 5px 0px 5px;
text-align: right;
float: right;
}
.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;
}
