* {
  margin:0;
  padding: 0;
}
html {
  background: #EBEBEB;
  color: #202020;
  font-family: arial;
}
#outer {
  border-bottom: 15px solid #b32215;
  margin: 0 auto;
  width:938px;
}
h1 {
  background: url('kop.jpg');
  border-bottom: 15px solid #b32215;
  height: 151px;
}
#spacertop {
  border-bottom: 15px solid #7e8779;
  border-top: 15px solid #b4bbb0;
}
#inner {
  background: #fff;
  border-left: 150px solid #b32215;
  border-right: 15px solid #b32215;
  font-size: 12px;
  height: 450px;
  margin: 0 15px;
  overflow: auto;
  padding: 20px 25px;
  text-align: justify;
}
html > body #inner {
  min-height: 450px;
  height: 100%;
}
#inner h2 {
  color: #B32215;
  font-size: 18px;
  padding-bottom: 0.2em;
}
#inner p, #inner ul, #inner ol, #inner form, #inner h3 {
  padding-bottom: 1em;
}
img {
  max-width: 690px;
  width: expression(this.width > 690 ? 690: true);
}

/* MENU */
#menu {
  list-style: none;
  margin-left: -175px;
  position: absolute;
  top: 196px;
  width: 150px;
  text-align: left;
}
#menu ul {
  background: #B4BBB0;
  display: none;
  list-style: none;
  margin-left: 150px;
  padding: 4px 0px;
  position: absolute;
}
#menu a {
  color: #fff;
  display: block;
  line-height: 24px;
  padding-left: 10px;
  text-decoration: none;
  width: 140px;
}
#menu a:hover {
  background: #7e8779;
}
#menu li {
  display: inline;
}
#menu li:hover ul {
  display: block;
  margin-top: -28px;
}
#menu #sub0 {
  width: 130px;
}
#menu #sub1 {
  width: 175px;
}
#menu #sub2 {
  width: 130px;
}
#menu #sub3 {
  width: 190px;
}
#menu #sub4 {
  width: 245px;
}
#menu #sub5 {
  width: 245px;
}
#menu ul a {
  color: #202020;
  padding-left: 5px;
}
#menu #sub0 a {
  width: 125px;
}
#menu #sub1 a {
  width: 170px;
}
#menu #sub2 a {
  width: 125px;
}
#menu #sub3 a {
  width: 185px;
}
#menu #sub4 a {
  width: 240px;
}
#menu #sub5 a {
  width: 240px;
}
#spacerbottom {
  background: #b4bbb0;
  border-top: 15px solid #7e8779;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
#keurmerken {
  margin-top: -88px;
  margin-left: 24px;
  position: absolute;
}
#spacerbottom a {
  color: #202020;
}
.hidden, .type, tt {
  display: none;
}

.hdownload .url {
  background: url('icon-hcard-download.png') right center no-repeat;
  padding-right: 35px;
  text-decoration: none;
  line-height: 20px;
}
#spacerbottom .hdownload .url {
  background: none;
  text-decoration: none;
  line-height: auto;
}

/* FORM DESIGN */
label {
  float: left;
  width: 175px;
}
fieldset {
  padding: 2px 5px;
  margin-bottom: 1em;
}
legend {
  color: #000;
  font-weight: bold;
}
#Info ul, #Info ol {
  margin-left: 20px;
}