
HTML, BODY {
  font-family: Georgia, Verdana, Arial;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

HTML {
  background: #574f13;
  width: 100%;
  height: 100%;
}

BODY {
  background: #8cb5dd url(../images/background_gradient.png) repeat-x 0 0;
  width: 100%;
}

.container {
  display: block;
  position: relative;
  background: url(../images/clouds.png) repeat 0 0;
}

.bottom {
  display: block;
  position: absolute;
  background: url(../images/bottom.png) repeat-x bottom center;
  width: 100%;
  height: 235px;
  bottom: 0px;
}

.content {
  display: block;
  position: relative;
  background: url(../images/background_white_transparent.png) repeat-x 0 0;
  width: 840px;
  margin: 0px auto;
  padding: 0px 0px 190px 0px;
}

.header {
  display: block;
  position: relative;
  width: 800px;
  height: 250px;
  overflow: hidden;
  padding: 10px 20px 0px 20px;
}

.logo {
  display: block;
  position: relative;
  width: 280px;
  height: 250px;
  float: left;
  border: none;
}

.logo IMG {
  width: 100%;
  border: none;
}

.header_foto {
  display: block;
  position: relative;
  background: url(../images/header.png) no-repeat 0 0;
  width: 497px;
  height: 234px;
  border: 5px solid #89AAD5;
  overflow: hidden;
  float: right;
}

.header_foto IMG { width: 100%; }

.menu {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0px 20px 20px 20px;
}

.menu UL {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.menu LI {
  float: left;
}

.menu LI A {
  display: block;
  padding: 7px 18px 0px 19px;
  height: 25px;
  border-bottom: 3px solid #6691c7;
  color: #2C5075;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.menu LI A:hover { border-bottom: 3px solid #1E56A6; }
.menu LI A.active { border-bottom: 3px solid #C67F3A; }

.inhoud {
  padding: 0px 20px 45px 20px;
  background: #9BBEE1;
}

.inhoud A {
  overflow: hidden;
}

.inhoud A {
  color: #1E56A6;
  text-decoration: none;
}

.inhoud .foto_row {
  width: 212px;
  padding: 0px 0px 0px 20px;
  float: right;
}

.inhoud .video_row {
  width: 433px;
  padding: 0px 0px 0px 20px;
  float: right;
}

.inhoud .video_row .video {
  border: 4px solid #89AAD5;
  width: 418px;
  height: 260px;
}

.inhoud IMG {
  display: block;
  border: 4px solid #89AAD5;
  margin: 0px 0px 10px 0px;
}

.inhoud IMG.liggend {
  width: 200px;
}

.fotogeval_large {
  display: none;
  position: absolute;
  border: 4px solid #89AAD5;
  z-index: 100;
}

.fotogeval_over {
  display: block;
  position: absolute;
  z-index: 200;
  cursor: pointer;
}

H1 {
  display: block;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  color: #C67F3A;
  font-size: 16px;
  font-variant: small-caps;
  font-weight: bold;
}

.google_maps {
  width: 792px;
  height: 325px;
  border: 4px solid #6691C7;
}

.fotoalbum {
  display; block;
  overflow: hidden;
}

.fotoalbum IMG {
  display: block;
  border: 4px solid #89AAD5;
  float: left;
}

.fotoalbum IMG.liggend {
  width: 185px;
  margin: 0px 3px 10px 3px;
}

.fotoalbum IMG.staand {
  height: 185px;
  margin: 0px 26px 10px 26px;
}

.links_image {
  display: block;
  height: 90px;
  width: 200px;
  border: 4px solid #89AAD5;
}


.social-media {
  display: block;
  width: 840px;
  text-align: right;
  margin: 60px auto 0 auto;
}

.social-media A.facebook {
  border: 0;
  margin: 0 30px 0 0;
}