/*
Oranje: #F05033;
Donkerblauw: #133D8D;
*/

body { 
  margin-top: 0px; 
  margin-bottom: 0px; 
  margin-left: 0px; 
  margin-right: 0px;
  background-color: #FFFFFF;
}

.basis {
  position: absolute;
  width: 850px;
  height: 596px; 
  top: 50%;
  left: 50%;
  margin-top: -298px;
  margin-left: -425px;
  overflow: hidden;

  font-family: Helvetica, Verdana, Arial, sans-serif; 
  font-size: 12px; 
  line-height: 20px; 
  color: #133D8D;
}

a:link { color: #F05033; font-weight: bold; text-decoration: none }
a:visited { color: #F05033; font-weight: bold; text-decoration: none }
a:active { color: #F05033; font-weight: bold; text-decoration: none }
a:hover { color: #133D8D; font-weight: bold; text-decoration: none }

.links {
  position: absolute;
  width: 140px !important;
  width: 132px;
  padding-left:5px;
  height: 466px !important;
  height: 596px;
  padding-top: 130px;
  left: 0px;
  top: 0px;
  font-size: 10px; 
  background-image:url(images/links.png);
  color: #FFFFFF;
  // line-height: 25px;
}

.menu {
  position: relative;
  width: 123px;
  z-index: 5;
}

.links a:link { color: #FFFFFF; text-decoration: none }
.links a:visited { color: #FFFFFF; text-decoration: none }
.links a:active { color: #FFFFFF; text-decoration: none }
.links a:hover { color: #F05033; text-decoration: none }

.extramenu {
  position: relative;
  margin-top: 5px;
  padding: 0px;
  left: -5px;
  padding-left: 7px;
  height: 20px;
  width: 123px;
  background-image:url(images/menuknop.png);
  z-index: 5;
}

.extramenu a:hover { color: #133D8D; text-decoration: none }

.extramenu_vv {
  position: relative;
  margin-top: 5px;
  padding: 0px;
  left: -5px;
  padding-left: 7px;
  height: 20px;
  width: 123px;
  background-image:url(images/menuknop2.png);
  z-index: 5;
}

.extramenu_vv a:hover { color: #F05033; text-decoration: none }

.logo {
  position: absolute;
  width: 255px;
  height: 118px;
  left: 595px;
  top: 0px;
  background-image:url(images/logo.png);
}

.boven {
  position: absolute;
  width: 478px;
  height: 118px;
  left: 117px;
  top: 0px;
}

.boven_home {  background-image:url(images/boven_home.png);}
.boven_vervolg {  background-image:url(images/boven_vervolg.png);}

.midden {
  position: absolute;
  width: 478px;
  height: 359px;
  left: 117px;
  top: 118px;
}

.midden_home {  background-image:url(images/midden_home.png);}
.midden_vervolg {  background-image:url(images/midden_vervolg.png);}

.midden .tekst {
  width: 440px;
  height: 330px;
  margin: 10px;
  margin-left: 30px;
  overflow: auto;
}

.midden img {
  border: solid 2px #133D8D;
  margin-right: 10px;
}

h1 {
  font-size: 1.4em;
}

.rechts {
  position: absolute;
  width: 255px;
  height: 359px;
  left: 595px;
  top: 118px;
}

.rechts_home {  background-image:url(images/rechts_home.png);}
.rechts_vervolg {  background-image:url(images/rechts_vervolg.png);padding: 10px 0px 0px 10px; }

.rechts .tekst {
  margin: 0px 14px 0px 14px;
}

.adres {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 640px;
  top: 318px;
  font-size: 12px;
  font-weight: 600;
  color: #133D8D;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 10px;
}

.onder {
  position: absolute;
  width: 733px;
  height: 119px;
  left: 117px;
  top: 477px;
}

.onder_home {  background-image:url(images/onder_home.png);}
.onder_vervolg {  background-image:url(images/onder_vervolg.png);}

.onder .left {
  position: absolute;
  top: 45px;
  left: 10px;
}

.onder .right {
  position: absolute;
  top: 45px;
  right: 270px;
}

.onder .gallery {
  position: absolute;
  width: 420px;
  height: 98px;
  overflow: auto;
  top: 15px;
  left: 45px;
}

.scrollleft {
  position: absolute;
  top: 45px;
  left: 15px;
}

.scrollright {
  position: absolute;
  top: 45px;
  left: 470px;
}

.gallery_in {
  position: absolute;
  left: 0px;
  height: 85px;
  overflow: hidden;
}

.gallery_in .thumb img {
  height: 80px;
  border: solid 2px white;
  float: left;
  margin-right: 13px;
}

.thumb a:hover img {
  border: solid 2px #F05033;
}


