* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  background: #997032 url('bg.png') top center repeat-x;
  color: #202020;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 100%;
  text-align: center;
}
#wrap {
  background: url('mid.png');
  min-height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
  width: 845px;
}
* html #wrap {
  height: 100%
}
td {
  color: #202020;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

/* HEADER */
#header {
  background: white url('top.jpg') top center repeat-x;
  height: 293px;
  width: 850px;
}

  /* HEADER TOP MENU */
  #header #topmenu {
    float: right;
    margin-top: 8px;
    margin-right: 15px;
  }
  #header #topmenu li {
    display: inline;
  }
  #header #topmenu li a {
    border-left: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 2px;
    width:140px;
  }
  #header #topmenu li:first-child a {
    border: 0;
  }
  #header #topmenu li a:hover {
    text-decoration: underline;
  }
  /* END */

#content {
  height: 430px;
  padding: 5px;
  width: 830px;
}
html > body #content {
  min-height: 430px;
  height: 100%;
}

#text {
  float: right;
  width: 640px;
  margin-bottom: 40px;
  font-family: verdana;
}
#text h2.header {
  margin-top: -30px;
  position: absolute;
  color: white;
  font-family: verdana;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 2px;
}

  /* MENU */
  #menu {
    float: left;
    list-style: none;
  }
  #menu li {
    display: inline;
  }
  #menu a {
    background: url('menu_normal.png') left center no-repeat;
    color: #202020;
    display: block;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
    text-decoration: none;
    line-height: 18px;
  }
  #menu a:hover {
    background: url('menu_hover.png') left center no-repeat;
    color: #546904;
  }
  /* END */


/* FOOTER */
#footer {
  clear: both;
  height: 0px;
  margin: 0 auto;
  text-align: left;
  width: 830px;
}
#footer .inner {
  background: url('voet.png') no-repeat top right;
  font-size: 11px;
  height: 33px;
  position: absolute;
  text-align: left;
  margin-top: -33px;
}
#footer a { 
  color: #202020;
}
#footer #pootjes {
  background: url('pootjes.png') no-repeat top right;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='skin/pootjes.png');
  height: 231px;
  margin-top: -200px;
  position: absolute;
  width: 185px;
}
#footer .contactinfo {
padding-left:190px;
padding-right:17px;
padding-top:10px;
*padding-right: 0;
}

.hidden, .type {
  display: none;
}

/* FORM DESIGN */
label {
  float: left;
  width: 175px;
}
fieldset {
  border: 0;
  padding: 2px 5px;
  margin-bottom: 1em;
}
legend {
  color: #fff;
  font-weight: bold;
}
