body , td{
  overflow: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family:Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #000000;
  behavior:url(./css/csshover.htc);
}

h1 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 24px;
  color: #000000;
}

#site {
  position: absolute;
  width: 800px; left: 50%;
  margin-left: -400px;
  margin-right: auto;
}
#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 150px;
  background-image: url('./../images/header.jpg');
  background-repeat: no-repeat;
}

#content_achter {
  position: absolute;
  overflow: hidden;
  top: 150px;
  left: 0px;
  width: 760px !important;
  width: 800px;
  height: 609px !important;
  height: 639px;
  background-image: url('./../images/achtergrond.jpg');
  background-repeat: no-repeat;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

#content {
  position: absolute;
  overflow: auto;
  top: 165px;
  width: 760px;
  height: 400px !important;
  height: 420px;
  padding-bottom: 20px;
  scrollbar-3dlight-color: #4E4C4D;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-base-color: #000000;
  scrollbar-track-color: #D9D9D9;
  scrollbar-darkshadow-color: #4E4C4D;
  scrollbar-face-color: #4E4C4D;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
}

#content input.submit {
  width: 126px;
  height: 29px;
  background: transparent url(./../images/button_up.gif) no-repeat;
  outline: none;
  border: none;
  cursor : pointer;
  color: #FFFFFF;
  padding-left: 32px;
  padding-top: 0px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: bold;
}

#content input.submit:hover {
  width: 126px;
  height: 29px;
  background: transparent url(./../images/button_down.gif) no-repeat;
  outline: none;
  border: none;
  cursor : pointer;
  color: #B90029;
  padding-left: 32px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: bold;
}

#content input {
  height: 20px;
  font-size:10px;
}

.disabled{
  color: #000;
  background: #FFF;
}