html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;

  background-image: url('./../images/gradient.png');
  background-repeat: repeat-x;
  background-color: #FFFFFF;

  height: 100%;

  background-color: #aa84ba;
}

body, table {
  font-family: Verdana;
  font-size: 11px;

  border: 0;
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

div.topleft {
  position: absolute;
}

div.menu {
  float: left;
  width: 205px;
  margin: 70px 0 0 75px;
}

div.menu ul {
  position: absolute;
  margin: 0;
  padding: 0;

  z-index: 500;

  list-style: none;
}

div.menu ul li {
  margin: 0;
  padding: 0;
}

div.boek_spec {
  width: 135px;

  margin-left: 15px;
}

div.boek_spec h2 {
  font-size: 11px;
  font-weight: bold;

  margin: 0;
  padding: 0 0 3px 0;

  text-transform: uppercase;
}

div.boek_spec p {
  margin: 0;
  padding: 0;

  line-height: 140%;
}

div.bottomright {
  clear: both;
}

div.bottomright div.text {
  width: 338px;
  min-height: 130px;

  background-color: #510047;

  color: #FFFFFF;
}

div.bottomright div.text a {
  color: #FFFFFF;
  text-decoration: none;
}

div.bottomright div.text a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

div.bottomright div.image {
  position: absolute;

  margin-left: 90px;
}

.copyright a {
  color: #CCCCCC;
  text-decoration: none !important;
}

.copyright a:hover {
  color: #CCCCCC;
  text-decoration: underline !important;
}


