BODY {
  padding: 0;
  margin: 0;
  background-color: #FFF9ED;
  background-color: #FFF;
}
BODY, TD, TH {
  font-family: 'arial', 'helvetica', sans-serif;
  font-size: 10pt;
  color: black;
}
TD.knop_uit {
  color: white;
  font-size: 14px;
  background-image: url('/images/knop_uit.png');
}
TD.knop_aan {
  color: white;
  font-size: 14px;
  background-image: url('/images/knop_aan.png');
}
TD.kleinknop_uit {
  color: black;
  font-size: 12px;
  vertical-align: middle;
  padding-left: 10px;
  height: 40px;
  background-position: bottom left;
  background-repeat: no-repeat;
}
TD.kleinknop_aan {
  color: black;
  font-size: 12px;
  vertical-align: middle;
  padding-left: 10px;
  height: 40px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url('/images/knopsub_aan.png');
}
H1 {
  font-family: 'times new roman', times, serif;
  font-size: 18pt;
  font-weight: normal;
}
H2 {
  font-family: 'times new roman', times, serif;
  font-size: 14pt;
  font-weight: normal;
}
A.menu {
  color: white;
  text-decoration: none;
}
A.submenu {
  color: black;
  text-decoration: none;
}
.shortcuts {
  font-size: 12px; 
  color: white; 
  text-align: right;
}
.shortcuts A {
  color: white;
  text-decoration: none;
}
.shortcuts A:HOVER {
  color: white;
  text-decoration: underline;
}

TABLE.kader {
  border: 1px solid #FF6600;
}
TABLE.kader TH {
  border-bottom: 1px solid #FF6600;
  font-weight: bold;
  text-align: left;
  background-color: #F7DEC6;
}

.input {
  width: 6cm;
  font: icon;
}

BUTTON {
  font: menu;
}