/* Standaard Styling Layout Website */
* {
  margin: 0;
  outline: none;
  padding: 0;
}
html {
  background-color: #808080;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
}
#outer {
  margin: 0 auto;
  width: 950px;
}
h1 {
  background-image: url('top.jpg');
  height: 330px;
}
#content {
  background-image: url('mid.jpg');
  height: 223px;
}
#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('voet.jpg');
  height: 52px;
}
#voet #proximedia {
  display: block;
  float: right;
  height: 22px;
  margin-top: 25px;
  width: 90px;
}
tt, .hidden, .vcard {
  display: none;
}
img {
  border: 0;
}
td, th {
  vertical-align: top;
}
label {
  float: left;
  width: 175px;
}

/* MENU */
#menu {
  list-style: none;
  position: absolute;
  top: 116px;
}
#menu li {
  display:         inline;
  float:           left;
}
#menu li a {
  color:           #fff;
  font-size:       12px;
  line-height:     32px;
  padding-left:    9px;
  padding-right:   5px;
  text-decoration: none;
}

.midtop {
  background-image: url('midtop.png');
  height: 31px;
  width: 950px;
}
.midmid {
  background-image: url('midmid.png');
  padding: 0px 85px 5px 85px;
}
.midvoet {
  background-image: url('midvoet.png');
  height: 10px;
}