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

h1,h2,h3,h4,h5,h6 {
 color: #444;
 font-weight: normal;
 line-height: 1;
 margin-bottom: 0.3em;	
}

h4,h5,h6 {font-weight: bold;}

h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

#kop table {
  width: 1400px;
  border: 0px;	
}

#navigatie {
 /* opmaak structuurelement <nav> (de navigatiebalk) */
 width: 1400px;
 background: #BA702E;
 font-weight: bold;
 font-size: 1.3em;
 height: 30px;
 border-radius: 5px;
 padding: 5px;	
}

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

#navigatie li {
 /* opmaak opsommingen in de navigatiebalk */
margin: 0;
float: left;	
}

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

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

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

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

.article header {
 /* opmaak kop in <article> */
 font-style: italic;	
}

#voet {
 /* opmaak voettekst van de webpagina */
 width: 1400px;
 float: left;
 background: #BA702E;
 color: #FFF;
 text-align: center;
 font-style: normal;
 margin-top: 1px;
 margin-bottom: 2em;
 padding: 0px;	
}
