body {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.5;
  text-align: center;
  background: #0071b9;
}

h2 { margin: 0px 0px 8px 0px; padding: 0px; line-height: 1; }

p { margin: 0px 0px 5px 0px; }

input {
  position: relative;
  left: 4px;
  top: 4px;
  color: black;
  background: white;
  border: 0px;
  width: 110px;
  height: 12px;
  line-heigth: 11px;
  font-size: 11px;
}

.submit {
  position: absolute;
  left: 93px;
  display: block;
  width: 31px;
  cursor: pointer;
  background: none;
}

#outercontainer {
  position: relative;
  background: white;
  width: 800px;
  height: 570px;
  margin: 15px auto 15px auto;
}

#innercontainer {
  position: absolute;
  background: white;
  width: 758px;
  height: 560px;
  border: 1px solid black;
  left: 21px;
  top: 5px;  
}

#content {
  position: absolute;
  top: 159px;
  left: 160px;
  padding: 0px 5px 0px 0px;
  height: 360px;
  width: 435px;
  overflow: auto;
  text-align: left;
  z-index: 10;
}

#content form label {
  float: left;
  display: block;
  width: 55px;
  font-size: 10px;
  text-align: right;
}

#content form input, #content form select {
  position: relative;
  top: -4px;
  width: 45px;
  border: 1px solid #f6a201;
  background: #fec601;
  margin-right: 10px;
  font-size: 10px;
  height: 11px;
  text-align: center;
}

#bovenste_balk {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(img/bovenbalk-bg.gif) repeat-x;
  width: 758px;
  height: 7px;
  font-size: 1px;
  line-height: 10%;
}

#foto {
  position: absolute;
  top: 15px;
  left: 0px;
  background: url(img/foto-links.jpg);
  height: 69px;
  width: 129px;
}

#logo {
  position: absolute;
  top: 10px;
  left: 296px;
  height: 82px;
  width: 166px;
  background: url(img/logo.gif);
}

#adres {
  position: absolute;
  top: 15px;
  right: 0px;
  width: 139px;
  text-align: left;
  font-size: 10px;
}

#middelste_balk {
  position: absolute;
  top: 90px;
  left: 0px;
  background: url(img/middenbalk-bg.gif) repeat-x;
  height: 55px;
  width: 758px;
}

#zij_balken {
  position: absolute;
  top: 15px;
  left: 150px;
  width: 445px;
  height: 540px;
  border-left: 5px solid #006ab5;
  border-right: 5px solid #006ab5;
  z-index: 1;
}

#menu
{
  position: absolute;
  top: 159px;
  left: 10px;
}

#menu a, #menu a:visited, #menu a:hover {
  display: block;
  width: 119px;
  width: "129px";
  padding-right: 10px;
  margin-bottom: 20px;
  background: url(img/knop_blauw.jpg);
  background-repeat: no-repeat;
  background-color: #34b4e5;
  text-decoration: none;
  color: white;
}

#shortcuts {
  position: absolute;
  top: 159px;
  right: 10px;
}

#shortcuts a, #shortcuts a:hover, #shortcuts a:visited, #shortcuts form {
  display: block;
  width: 110px;
  width: "131px";
  height: 68px;
  padding-right: 21px;
  margin-bottom: 20px;
  background: url(img/oranje-knop.jpg);
  background-repeat: no-repeat;
  text-decoration: none;
  color: black;  
}

#cmsmenu {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 5px;
  width: 126px;
  width: "131px";
  background: #34b4e5;
  text-align: left;
}

#cmsmenu a, #cmsmenu a:hover, #cmsmenu a:visited {
  display: inline;
  background: none;
  color: white;
}

#formcontainer {
  position: relative;
}

#footer {
  position: absolute;
  top: 523px;
  left: 157px;
  width: 442px;
  height: 33px;
  background: url(img/huisjes.gif) no-repeat;
}

#content .std_form label {
    clear: left;
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 150px;
}

#content .std_form input, #content .std_form select {
    display: block;
    height: 14px;
    margin-bottom: 10px;
    padding: 0;
    width: 150px;
    top: 0;
    /*
    position: relative;
    top: -4px;
    width: 45px;
    border: 1px solid #f6a201;
    background: #fec601;
    margin-right: 10px;
    font-size: 10px;
    height: 11px;
    text-align: center;
    */
}

#content .std_form select {
    height: 17px;
    left: 4px;
}

#content .cmsform select {
    background: white;
    height: 17px;
    width: 75px;
    text-align: left;
}