/* Standaard Styling Layout Website */
* {
  margin: 0;
  outline: none;
  padding: 0;
}
html {
  background: #D2DBF0;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
}
#outer {
  background:url('mid.png');
  margin: 20px auto;
  width: 950px;
}
h1 {
  background:url('top.png');
  height: 210px;
}
#sidebar {
  float: right;
  margin-left:40px;
  margin-right:60px;
  margin-top:360px;
  width:220px;
}

#content {
  background:url('midtop.png') no-repeat;
  height: 407px;
  padding: 20px 0px 0px 60px;
}
html > body #content {
  min-height: 407px;
  height: 100%;
}
#content p, #content ul, #content ol, #content form, #content h3, #content dd {
  padding-bottom: 1em;
}
#content h1 {
  font-size: 20px;
  padding-bottom: 10px;
}
#content ul, #content ol {
  margin-left: 20px;
}
#voet {
  background-image: url('voet.png');
  height: 67px;
  clear:both;
}
#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;
}
label {
  float: left;
  width: 175px;
}

/* MENU */
#menu1 {
  list-style: none;
  margin-left: 532px;
  position: absolute;
  top: 48px;
}
#menu1 li {
  display: inline;
  float: left;
}
#menu1 li a {
  color: #fff;
  display: block;
  letter-spacing: -1px;  
  line-height: 23px;
  padding: 0 7px;
  text-decoration: none;
}
#menu1 li a:hover {
  background-color: #00BCEF;
}
#menu2 {
  list-style: none;
  margin-left: 532px;
  position: absolute;
  top: 26px;
}
#menu2 li {
  display: inline;
  float: left;
}
#menu2 li a {
  color: #fff;
  display: block;
  letter-spacing: -1px;
  line-height: 23px;
  padding: 0 5px;
  text-decoration: none;
}

/* FLASH */
#topnavigator {
  margin-left: 223px;
  position: absolute;
  top: 72px;
}

dl {
  margin-top: 1em;
}
dt {
  background-image: url('vink.png');
  background-repeat: no-repeat;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0.2em;
  margin-top: 1em;
  padding-left: 20px;
  padding-top: 3px;
}