body {
  background-color: #FFFFEE;
  color: #000000;
  font-family: verdana, sans-serif;
  font-size: 13px;
  line-height: 21px;
  margin: 130px 20px 10px 200px;
  text-align: justify;
}

div.logo {
  background-image: url(/content/images/verloop.jpg);
  height: 120px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

div.menu {
  background-color: #FFCC77;
  border: 3px double #557722;
  left: 20px;
  padding-left: 5px;
  position: absolute;
  top: 133px;
  width: 154px;
}

div.menu h1 {
  font-size: 13px;
}

div.frame {
  margin: 20px;
  position: relative;
}

div.frame p {
  font-weight: bold;
  padding-bottom: 0;
}

div.frame p + p {
  font-weight: normal;
  margin-top: -34px;
  padding-left: 80px;
}

p {
  padding-bottom: 6px;
}

a {
  color: #557722;
  text-decoration: none;
}

a:hover {
  color: #FF0000;
}

p.copyright {
  color: #C0C0C0;
  font-size: 80%;
  padding-top: 3em;
  text-align: center;
}

