html {
  font-size: 62.5%;
}

body {
  background: #eae4de;

  font: 1.2em/1.5em Arial, helvetica, sans-serif;
  letter-spacing: 0;

  margin: 0;
  padding: 0;
}

a {
  color: #592915;
  text-decoration: none
}

a:hover { color: #aa0000; }

a.external { padding-right: 12px; }
a.external:hover { background: url(img/external.gif) no-repeat 100% 50%; }

img {
  border: 0;
}

#container {
  width: 426px;
  border: 0;
  margin: 0 auto;
  padding: 0;
}

#top {
  height: 60px;
  padding: 0;
  margin: 0;
  background: url(img/oosterhoven.nl.jpg) no-repeat 50%;
  border-bottom: 2px solid #ccc;
}

#top a {
  display: block;
  width: 426px;
  height: 60px;
  text-indent: -9999px;
}

#mid {
  border: 0;
}

#front {
  margin: 0;
  padding: 0;
  text-align: center;
}

#front ul {
  white-space: nowrap;
}

#front li {
  display: inline;
  white-space: nowrap;
  text-align: center;
}

#front ul li img {
  height: 180px;
  width: 140px;
}

#btm {
  border-top: 2px solid #ccc;
  clear: both;
  margin-top: 50px;
  padding: 10px;
  text-align: center;
/*  display: none; */
}

