body {
  background-color: #E5E5E5;
}


#main {
  border-color : #769391;
  border-width : 1px;
  border-style : solid;
  background-color: white;
}

table.data {
  background-image: url('/pictures/tablebg.jpg');
  background-repeat: no-repeat;
  width:700px;
}

table.data td {
  vertical-align: middle;
  padding-left:12px;
  padding-top: 1px;
  padding-bottom:2px;
}

.head {
  color: white;
  font-size:14pt;
  font-weight:bold;
}

td.stervoor {
  width:150px;
  height:100px;
  vertical-align:middle;
  text-align: center;
  background-image: url('/pictures/knipperster.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-weight:bold;
  font-size:16pt;
}


