html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  background-image: url(back.jpg);
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-position: left bottom;
  text-align: center;
  font-family: Arial;
  color: #153748;
  font-size: 16px;
}
#main {
  margin: 0 auto;
  padding: 20px 0;
  width: 900px;
  clear: both;
}
#left {
  float: left;
  text-align: right;
  width: 362px;
  height: 470px;
  background-image: url(backleft2.png);
  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: top;
  border: 0;
}
span.blue {
  color: #0887BE;
}
span.lightblue {
  color: #31C0F6;
}
a {
  text-decoration: none;
}

/* 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: 200px;
  text-align: right;
  text-decoration: none;
  font-size: 18px;
  color: #153748;
  line-height: 18px;
}
#left h3 {
  margin: 0px;
  padding: 0px;
  height: 27px;
  font-weight: normal;
  font-size: 22px;
}

/* Content */
#right h2 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  height: 27px;
  font-size: 22px;
  color: #153748;
  font-weight: normal;
}
#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;
}

div.center {
  text-align: center;
  padding-bottom: 10px;
}

img.kaart {
  border: 1px solid #bbb;
  margin-bottom: 3px;
}
