html, body {
  height: 100%;
  overflow: hidden;
}
body {
  margin: 20px 0px;
  background-color: #FFFFFF;
  background-image: url(back.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  text-align: center;
  font-family: Arial;
  color: #153748;
  font-size: 16px;
}
#main {
  margin: 0px auto;
  width: 900px;
  clear: both;
}
#left {
  float: left;
  text-align: right;
  width: 362px;
  height: 470px;
  background-image: url(line.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
#left .padding {
  padding: 20px;
}
#right {
  float: left;
  text-align: left;
  width: 538px;
}
#right .padding {
  padding: 20px;
}
img {
  vertical-align: middle;
}

/* Sidebar */
#left h1 {
  margin: 0px;
  padding: 0px;
  width: 319px;
  height: 126px;
  background-image: url(logo.gif);
}
#left h1 span {
  display: none;
}
#left ul {
  list-style-type: none;
  padding: 0px;
  margin: 40px -18px 40px 0px;
  overflow: hidden;
}
#left li {
  float: right;
  clear: both;
  padding: 5px 18px 5px 0px;
}
#left li.active {
  background-image: url(arrow.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
#left li a {
  display: block;
  height: 18px;
  width: 150px;
  background-position: right top;
  background-repeat: no-repeat;
}
#left li a span {
  display: none;
}
#left li.welkom a {
  background-image: url(welkom.gif);
}
#left li.wiezijnwij a {
  background-image: url(wiezijnwij.gif);
}
#left h3 {
  margin: 0px;
  padding: 0px;
  height: 27px;
  background-image: url(adres.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
#left h3 span {
  display: none;
}

/* Content */
#right h2 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  height: 27px;
}
#right h2.welkom {
  width: 209px;
  background-image: url(header_welkom.gif);
}
#right h2.wiezijnwij {
  width: 107px;
  background-image: url(header_wiezijnwij.gif);
}
#right h2 span {
  display: none;
}
#right ul {
  padding: 10px 0px 10px 20px;
  margin: 0px;
}
#right li {
  margin: 5px 0px;
}
#right a {
  color: #007BB8;
  text-decoration: none;
}
#right a:hover {
  color: #153748;
  text-decoration: underline;
}


