body {
  font-family: Georgia,Times, "Times New Roman", serif;
  color: #8B3300;
  background-color: #FFFFFF;
  background-image: url(../images/achtergrond.jpg);
}

img {
  border: 0
}

div.main {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 700px;
  height: 400px;
  padding: 0;
  text-align: left;
}

div.header {
  background-color: #FFFFFF;
  margin: 0;
  width: 700px;
  height: 115px;
  text-decoration: none;
  padding: 0;
}

div.header img.menu:hover {
  background-color: #FFF6F0;
}

ul.menu {
  background-color: #FFFFFF;
  list-style-type: none;
  position: absolute;
  margin-left: 0;
  margin-top: 0px;
  width: 160px;
  text-decoration: none;
  padding: 0;
}

ul.menu li {
  margin-top: 12px;
  margin-bottom: 12px;
}

ul.menu img.menu:hover {
  background-color: #FFF6F0;
}

div.content {
  font-size: 13px;
  color: #330000;
  position: absolute;
  background-color: #FFFFFF;
  margin-top: 10px;
  margin-left: 170px;
  min-height: 515px;
  
  /* Fixes for IE: IE doesn't understand !important so this works */
  height: auto !important;
  height: 500px;
  
  width: 514px !important;
  width: 530px;
  
  padding: 8px;
  
  text-align: left;
}

a:link {
  color: #662200;
}

a:active {
  color: #732500;
}

a:hover {
  color: #330800;
}

a:visited {
  color: #441100;
}




