body {
/* we plaatsen de webpagina in het midden van het browservenster */
width: 955px;
clear: both;
margin-left: auto;
margin-right: auto;
font-family: 'Times New Roman', Times, serif;
background: #FFFFCC; 
}

#kop {
/* opmaak structuurelement <header> */
font-size: 2em;
font-weight: bold;
background: #FF9933;
width: 955px;
height: 108px;
}

#kop table {
/* opmaak table <header> */
width: 955px;
border: 0px;
}

#navigatie {
/* opmaak structuurelement <nav> */
width: 955px;
background: #FFCC33;
font-size:1.2em; 
height: 30px;
}

#navigatie ul {
/* opmaak opsommingslijst navigatie */
list-style: none;
margin: 0px;
padding: 0px;
}

.tab {
/* opmaak van de navigatie tabbladen */
} 

#navigatie li {
/* opmaak opsommingen navigatie */
margin: 0px;
float: left;
}

#navigatie a:link, #navigatie a:visited {
/* opmaake standaard hyperlink en bezochte hyperlink */ 
color: #000;
display: block;
height: 20px;
padding: 5px 10px;
text-decoration: none;
}

#navigatie a:hover, #navigatie a:active {
/* opmaak hover hyperlink en active hyperlink */
color: #C0C0C0;
}

#inhoud {
/* opmaak structuurelement <session> */
width: 943px;
min-height: 400px;
float: left;
background-color: #FFFFFF;
margin-top: 1px;
padding: 6px;
}

.article {
/* tekstkleur <article> */ 
color: #000;
}

h2 {
color: #000;
}

#voet {
/* opmaak voettekst */
width: 955px;
float: left;
background: #FF9933;
color: #000;
text-align: center;
font-style: normal;
margin-top: 1px;
margin-bottom: 2em;
padding: 0px;
}

