* {
  margin: 0;
  padding: 0;
}

body {
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  behavior:url(./_css/csshover.htc);
}

#achtergrond {
  position: absolute;
  width: 963px;
  left: 50%;
  margin-left: -480px;
  margin-right: auto;
  height: 724px;
/*  top: 50%;
  margin-top: -362px;
  margin-bottom: auto; */
  background-image: url('./../_images/achtergrond_startatp.jpg');
}

#site {
  /*Z-index: 10;*/
  position: absolute;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  margin-right: auto;
  height: 600px;
  top: 50%;
  margin-top: -300px;
  margin-bottom: auto;
}

#login {
  position: absolute;
  width: 760px !important;
  width: 600px;
  height: 160px !important;
  height: 200px;
  left: 150px;
  top: 160px;
  background-color: #CCCCCC;
  border-left: 2px solid #A1A1A1;
  border-top: 1px solid #A1A1A1;
  border-bottom: 2px solid #A1A1A1;
  border-right: 1px solid #A1A1A1;
  padding: 20px;
}

td {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
  color: #000000;
}

h1 {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 13px;
  color: #B90027;
}

ul {
  padding-left: 20px;
  list-style-type: none;
}

li {
  padding-left: 2px;
  list-style-image: url(./../_images/blokje.jpg);
  font-size: 11px;
}

input.submit {
  width: 75px;
  height: 20px;
  background: transparent url(./../_images/button_up.gif) no-repeat;
  outline: none;
  border: none;
  cursor : pointer;
  color: #FFFFFF;
}

input.submit:hover {
  width: 75px;
  height: 20px;
  background: transparent url(./../_images/button_down.gif) no-repeat;
  outline: none;
  border: none;
  cursor : pointer;
  color: #FFFFFF;
}

input {
 width: 160px;
 font-size: 11px;
}

input.checkbox {
 width: 20px;
 font-size: 11px;
}