/* Standaard Styling Layout Website */
* {
  margin: 0;
  outline: none;
  padding: 0;
}
html {
  background-image:url('background.png');
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
}
#outer {
  margin: 0 auto;
  width: 816px;
}
#top {
  background-image:url('texture.png');
  height: 182px;
}
#content {
  background-image:url('mid.png');
  height: 50px;
  padding: 10px 40px;
}
html > body #content {
  min-height: 50px;
  height: 100%;
}
#content p, #content ul, #content ol, #content form, #content h3 {
  padding-bottom: 1em;
}
#content h1 {
  font-size: 20px;
  padding-bottom: 10px;
}
#content ul, #content ol {
  margin-left: 20px;
}
#voet {
  background-image: url('texture.png');
  background-position: 0px -212px;
  height: 106px;
}
#voet #proximedia {
  display: block;
  float: right;
  height: 22px;
  margin-right: 10px;
  margin-top: 20px;
  width: 72px;
}
tt, .hidden {
  display: none;
}
img {
  border: 0;
}
td, th {
  vertical-align: top;
}

#menu {
  background-image: url('texture.png');
  background-position: 0px -182px;
  height: 30px;
  padding-left: 28px;
  list-style: none;
}
#menu li {
  display: inline;
  float: left;
}
#menu li a {
  color: #000;
  font-weight: bold;
  line-height: 30px;
  padding: 0 21px;
  text-decoration: none;
}

#plaagdieren {
  list-style: none;
}
#plaagdieren li {
  float: left;
  width: 175px;
}
#plaagdieren a {
  color: #000;
}

label {
  float: left;
  width: 150px;
}