html {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-image: url('/images/bg.png');
  background-repeat: repeat-x;
  background-color: white;
}
form {
  padding: 0px;
  margin: 0px;
}

.rzgheaderadjust {
  border-bottom: 5px solid #2080C0;
}

.topfiller {
  width: 970px;
  height: 35px;
}
.containertop {
  width: 970px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('/images/containerbg-top.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.container {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('/images/containerbg.png');
  background-repeat: repeat-y;
}
.container .containerfade {
  background-image: url('/images/containerbg-fade.png');
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-right: 10px;
}
.containerbottom {
  width: 970px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('/images/containerbg-bottom.png');
  background-repeat: no-repeat;
  background-position: bottom left;
}

.headerbar {
  padding-right: 100px;
  width: 850px;
  height: 36px;
  vertical-align: top;
  text-align: right;
  font-family: Verdana;
  font-size: 22px;
  color: #3CB7E9;
}
.headerbar strong {
  color: #ED008C;
}

.header {
  width: 950px;
  height: 201px;
  background-image: url('/images/header.jpg');
  background-repeat: no-repeat;
  margin-bottom: 14px;
}
.header div {
  width: 926px;
  height: 59px;
  padding-top: 142px;
  padding-right: 24px;
  background-image: url('/images/headerlogo.png');
  background-repeat: no-repeat;
  line-height: 40px;
  text-align: right;
  font-family: Verdana;
  font-size: 21px;
  letter-spacing: -2px;
  color: #ED008C;
}

.menu {
  width: 350px;
  margin-left: 30px;
  background: #D1EAF8;
  margin-bottom: 20px;
}
.menu h1 {
  background-color: #3CB7E9;
  color: white;
  padding: 2px;
  margin: 0px;
  font-size: 14px;
  font-family: Verdana;
  text-align: center;
}
.menu a, .menu a:visited {
  display: block;
  font-family: Verdana;
  font-size: 13px;
  line-height: 21px;
  text-align: justify;
  text-decoration: none;
  color: black;
  padding-left: 24px;
  background-image: url('/images/bullet-act.png');
  background-repeat: no-repeat;
  background-position: 5px 6px;
}
.menu a:hover {
  color: #503000;
  background-color: #FFFFCA;
  background-image: url('/images/bullet-hl.png');
  background-repeat: no-repeat;
  background-position: 5px 6px;
}
.menu a.active, .menu a.active:visited, .menu a.active:hover {
  display: block;
  font-family: Verdana;
  font-size: 13px;
  line-height: 21px;
  text-align: justify;
  text-decoration: none;
  font-weight: bold;
  color: #C09000;
  padding-left: 24px;
  background-color: #FFFFD9;
  background-image: url('/images/bullet.png');
  background-repeat: no-repeat;
  background-position: 5px 6px;
}
.menu span
{
  display: block;
  height: 12px;
}
.menu .reisverhaalholder {
  padding: 0px;
  margin: 0px;
  height: 124px;
}
.menu .reisverhaal {
  position: absolute;
  width: 320px;
  font-family: Verdana;
  font-size: 12px;
  padding: 0px;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.menu .reisverhaal .img1, .menu .reisverhaal .img2 {
  margin-top: 10px;
  margin-right: 10px;
}

.content {
  width: 510px;
  margin-right: 30px;
  background: #F9CCDF;
  margin-bottom: -16px;
  font-family: Verdana;
  font-size: 13px;
  line-height: 17px;
  text-align: justify;
  position: relative;
  z-index: 2;
}
.content .page-scroll {
  height: 472px;
  overflow-y: scroll;
}
.content hr {
  z-index: 3;
  color: #ED008C;
  border-style: solid;
}
.content h1 {
  background-color: #ED008C;
  color: white;
  padding: 2px;
  margin: 0px;
  font-size: 14px;
  font-family: Verdana;
  text-align: center;
}
.content p {
  margin: 12px 0px 0px 0px;
}
.content small {
  font-size: 10px;
  line-height: 12px;
}
.content .blok {
  border: 1px inset #FF40AC;
  padding: 8px;
  background: #FFE0F0;
}
.content .error {
  color: red;
  font-weight: bold;
}
.content input {
  border: 2px inset #FF40AC;
  margin-top: 2px;
  margin-bottom: 2px;
}
.content input[type="checkbox"]
{
  width: 17px;
  height: 17px;
}
.content input[type="submit"]
{
  width: 200px;
  height: 28px;
  border: 3px outset #FF40AC;
  background: #FFE0F0;
  font-weight: bold;
}
.content a, .content a:visited {
  color: #CD006C;
  border-bottom: 1px solid #CD006C;
  text-decoration: none;
}
.content a:hover {
  color: #ED008C;
  border-bottom: 2px solid #ED008C;
  text-decoration: none;
  text-shadow: 1px 1px #FF40BC;
}

div.leftrounded {
  background: transparent url('/images/corner-1.png') no-repeat top left;
}
div.leftrounded div {
}
div.leftrounded div div {
  background: transparent url('/images/corner-3.png') no-repeat bottom left;
}
div.leftrounded div div div {
  padding: 15px;
}

div.rounded {
  background: transparent url('/images/corner-1.png') no-repeat top left;
}
div.rounded div {
  background: transparent url('/images/corner-2.png') no-repeat top right;
}
div.rounded div div {
  background: transparent url('/images/corner-3.png') no-repeat bottom left;
}
div.rounded div div div {
  background: transparent url('/images/corner-4.png') no-repeat bottom right;
  padding: 15px;
}

.keurmerken {
  clear: both;
  height: 30px;
  background-image: url('/images/keurmerken.png');
  background-repeat: no-repeat;
  background-position: 20px 0px;
  margin-bottom: 10px;
}

.footer {
  background-color: #ED008C;
  height: 20px;
}
.footerleft {
  width: 500px;
  float: left;
  color: white;
  font-size: 14px;
  font-family: Verdana;
  padding-top: 5px;
  padding-left: 12px;
  position: relative;
  z-index: 5;
}
.footerleft a, .footerleft a:visited {
  height: 30px;
  color: white;
  font-size: 14px;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: none;
}
.footerleft a:hover {
  text-decoration: underline;
}
.footerleft a.active {
  text-decoration: underline;
}
.footerright {
  display: block;
  width: 193px;
  float: right;
  color: white;
  font-weight: bold;
  font-size: 13px;
  font-family: Verdana;
  padding-top: 6px;
  padding-left: 12px;
  background-image: url('/images/poweredby-setreizen.png');
  background-repeat: no-repeat;
  background-position: 103px 5px;
  height: 50px;
  text-decoration: none;
  position: relative;
  z-index: 5;
}
