body, p, td {
  font: 11px, Verdana, Sans-Serif;
}

a:visited,a:link {
  color: Gray;
  cursor: hand;
}

a:hover {
  color: WhiteSmoke;
  background-color: DarkGray;
  text-decoration: none;
}

/*

DE OPMAAK VAN DE TITEL

*/

h1 {
  font-size: 30px;
  text-align: center;
  background: Gainsboro;
  border-top: 1px solid DarkGray;
  border-left: 1px solid DarkGray;
  border-right: 1px solid DarkGray;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

h2 {
  font-size: 16px;
  text-align: center;
  background: Gainsboro;
  border-left: 1px solid DarkGray;
  border-right: 1px solid DarkGray;
  border-bottom: 1px solid DarkGray;
  padding-bottom: 5px;
  margin-top: -10px;
}

/*

DE OPMAAK VAN HET MENU

*/

#menu {
  text-align: center;
  font-size: 11px;
}

#menu a {
  background: Gainsboro;
  border: 1px solid DarkGray;
  padding: 2px 3px 2px 3px;
  margin: 0px 2px;
  color: black;
  text-decoration: none;
}

#menu a:hover {
  
}

#menu a.huidige_pagina {
  color: DarkGray;
}

/*

DE ALGEMENE OPMAAK

*/

h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  
}

h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: -10px;
}

h5 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;`
  margin-top: -20px; 
}

hr.bovenste {
  margin-top: 10px;
  margin-bottom: 5px;
}

h6 {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: -10px;
}

dt {
  font-weight: bold;
}

dd {
  padding: 5px 0px 5px 20px;
  margin: 0px 0px 15px 0px; 
}

img.omhoog {
  border: 0px;
  vertical-align: -70%;
}

p.locatie {
  text-align: center;
  font-family: 'Courier New', Serif;
  font-size: 12px;
  margin-bottom: 20px;
}

acronym {
  background-color: GreenYellow;
}

th {
  font-size: 12px;
  text-align: left;
}

th,td.boven {
  padding-bottom: 20px;
}

hr.onderste {
  margin-top: 5px;
}

hr { /* tussen menu en paginatitel */
  margin-top: 0px;
}

ol {
  margin-left: 30px;
}

li {
  margin-bottom: 10px;
  margin-top: 10px;
}

p.gelijkli {
  margin-top: 10px;
}

/* 
  <li><div class="voor_item"></div>a.<div class="na_item">item 1.</div></li>
    <ol type="a" start="2">
      <li>item 2 ...
*/

div.voor_item {
  display:inline;
  width:7px;
}

div.na_item {
  display: block;
  position: relative;
  left: 30px;
  top: -13px;
  margin-bottom: -13px;
  margin-right: 30px;
}

#loonschalen td {
  font-size: 9px;
}

