html {
  overflow-y: scroll;
  overflow-x: auto;
}
body {
  background-color: #cecece;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #000;
  padding: 15px 0 20px 0;
  margin: 0;
}

#container {
  width: 720px;
  background-color: #fff;
  background-image: url(../../picture/bgcontainer.gif);
  background-repeat: repeat-y;
  text-align: left;
  padding: 0;
  margin: 0 auto 0 auto;
}

#header {
  position: relative;
  height: 110px;
  background-color: #f0f0f0;
  background-image: url(../../picture/bgheader.gif);
  background-repeat: no-repeat;
}
#header #logo {
  width: 285px;
  float: left;
  padding: 2px 0 0 23px;
}
#header #logo h1 {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
#header #logo a:link,
#header #logo a:visited {
  color: #000;
}
#header #logo img {
  border: 0;
}
#header #description {
  float: right;
  width: 412px;
  position: relative;
  padding: 3px 0 0 0;
}
#header #orange {
  position: absolute;
  font-weight: bold;
  color: #f70;
  top: 88px;
  left: 40px;
}
#header #description h2,
#header #description h3 {
  font-size: 13px;
  padding: 0;
  margin: 0;
}
#header #description h2 {
  text-transform: lowercase;
  text-align: center;
  letter-spacing: 3px;
  color: #f0f0f0;
  margin: 0 0 11px 0;
}
#header #description #descleft {
  width: 156px;
  float: left;
  padding: 0 0 0 40px;
}
#header #description #descright {
  width: 216px;
  float: right;
}
#header #description h3 {
  color: #666;
}
#header #orange h3 {
  color: #f70;
}
#header #socialmedia {
  position: absolute;
  top: 55px;
  left: 655px;
}
#header #socialmedia ul {
  list-style-type: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}
#header #socialmedia ul li {
  float: left;
  padding: 0 0 0 8px;
}
#header #socialmedia img {
  border: 0;
}

#subheader {
  height: 20px;
  background-color: #000;
  background-image: url(../../picture/bgsubheader.gif);
  background-repeat: no-repeat;
  text-align: center;
  padding: 4px 0 0 0;
  border-top: 10px solid #cecece;
  border-bottom: 10px solid #cecece;
}
#subheader h2 {
  display: inline;
  font-weight: normal;
  font-size: 12px;
  color: #ddd;
  padding: 0;
  margin: 0 8px 0 8px;
}

#page #menu {
  width: 135px;
  float: left;
  background-image: url(../../picture/bgmenu.gif);
  background-repeat: no-repeat;
  padding: 23px 0 15px 15px;
}
#page #menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#page #menu ul a:link,
#page #menu ul a:visited {
  width: 88px;
  height: 23px;
  display: block;
  background-color: #f70;
  background-image: url(../../picture/bgmenuli.gif);
  background-repeat: no-repeat;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 2px 7px 0 10px;
  margin: 0 0 10px 0;
}
#page #menu ul a:hover,
#page #menu ul a:active,
#page #menu ul .listActive a:link,
#page #menu ul .listActive a:visited {
  color: #ff0;
}

#page #menu #offerteknop {
  width: 103px;
  height: 62px;
  background-color: green;
  background-image: url(../../picture/bgofferteknop.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0;
  margin: 20px 0 0 0;
}
#page #menu #offerteknop a {
  display: block;
  width: 93px;
  height: 52px;
  font-weight: bold;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 16px;
  color: #fff;
  padding: 11px 0 0 8px;
}
#page #menu #offerteknop a:hover,
#page #menu #offerteknop a:active,
#page #menu #offerteknop a:focus {
  color: #ff0;
}

#page #content {
  width: 570px;
  float: right;
}
#page #content #text {
  width: 370px;
  float: left;
  position: relative;
  padding: 20px 30px 10px 0;
}
#page #content #text2 {
  width: 540px;
  position: relative;
  background-color: #fff;
  background-image: url(../../picture/bgtext2.gif);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 20px 30px 10px 0;
}

#page #content div.facebook_container {
  position: absolute;
  top: 20px;
  right: 20px;
}

#page #content h1 {
  font-weight: bold;
  font-size: 18px;
  color: #f70;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #b4b4b4;
  margin: 0 0 20px 0;
}
#page #content h3 {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px 0;
}
#page #content .articleText,
#page #content p {
  line-height: 16px;
  padding: 0;
  margin: 0 0 20px 0;
}
#page #content .articleText img {
  border: 0;
}
#page #content strong {
  color: #666;
}
#page #content ul {
  list-style-type: square;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}
#page #content a:link,
#page #content a:visited {
  font-weight: bold;
  text-decoration: underline;
  color: #666;
}
#page #content a:hover,
#page #content a:active {
  color: #f70;
}
#page #content ul li {
  padding: 0 0 10px 0;
}
#page #content .imgDIVinTextRight {
  float: right;
}
#page #content .imgDIVinTextRight img {
  margin: 5px 0 20px 30px;
}
#page #content .imagelisttd img {
  border: 1px solid #999;
}
#page #content .imglistcaption {
  background-color: #f0f0f0;
  text-align: center;
  color: #333;
  padding: 5px 5px 7px 5px;
  border: 1px solid #999;
  border-top: 0;
}
#page #content table {
  font-size: 12px;
  padding: 0;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}
#page #content th {
  font-weight: normal;
  text-align: left;
}
#page #content #extra {
  width: 156px;
  float: right;
  background-color: #b4b4b4;
  background-image: url(../../picture/bgextra.gif);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 23px 0 0 14px;
}
#page #content input,
#page #content textarea,
#page #content select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#page #content #extra .box {
  width: 140px;
  background-color: #cecece;
  text-align: center;
  padding: 0;
  border: 1px solid #666;
  margin: 0 0 15px 0;
}
#page #content #extra h2 {
  font-weight: normal;
  font-size: 12px;
  padding: 1px 5px 7px 5px;
  margin: 0;
}
#page #content td.formLabelRequired {
  vertical-align: top;
  padding-right: 20px;
}
#page #content div.fout {
  font-weight: bold;
  color: #f70;
  line-height: 16px;
  padding: 0;
  margin: 0 0 20px 0;
}
#page #content ul li h1 {
  font-size: 12px;
  padding: 0;
  border: 0;
  margin: 0;
}
#page #content #iframe {
  padding: 10px 0 20px 0;
  margin: 0;
}
#page #content #iframe iframe {
  border: 1px solid #b4b4b4;
}

#page #content table#ruimtecalculator th,
#page #content table#ruimtecalculator td {
  padding: 2px 6px 2px 6px;
}
#page #content table#ruimtecalculator th {
  background-color: #f70;
  font-weight: bold;
  text-align: left;
  color: #fff;
}
#page #content table#ruimtecalculator td {
  border-top: 1px solid #ddd;
}
#page #content table#ruimtecalculator td.veld1 input,
#page #content table#ruimtecalculator td.veld2 input {
  background-color: #eee;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
  color: #000;
  border: 1px solid #bbb;
}
#page #content table#ruimtecalculator td.veld2 input {
  background-color: #ddd;
}
#page #content table#ruimtecalculator tr.totaal td {
  background-color: #eee;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

#banner {
  width: 135px;
  height: 120px;
  background-color: #bc2027;
  padding: 0;
  margin: 0 0 0 3px;
}

#footer {
  clear: both;
  height: 20px;
  background-color: #b4b4b4;
  background-image: url(../../picture/bgfooter.gif);
  background-repeat: no-repeat;
}

.clear {
  height: 2px;
  font-size: 0;
  padding: 0;
  margin: 0;
}



/* Popup */
#popup {
  width: 525px;
  background-color: #fff;
  text-align: left;
  padding: 25px 25px 30px 25px;
}
#popup h2 {
  height: 46px;
  background-image: url(../../picture/logo_miniopslag_klein.gif);
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #999;
  margin: 0 0 20px 0;
}
#popup h3 {
  font-weight: bold;
  font-size: 16px;
  color: #666;
  padding: 0;
  margin: 0 0 20px 0;
}
#popup h3 em {
  font-weight: bold;
  font-style: normal;
  color: #f70;
}
#popup table {
  font-size: 14px;
  padding: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0 0 20px 0;
}
#popup table th,
#popup table td {
  font-size: bold;
  text-align: left;
  line-height: 20px;
  vertical-align: top;
}
#popup table th {
  background-image: url(../../picture/bgcirkel.gif);
  background-repeat: no-repeat;
  background-position: top left;
  white-space: nowrap;
  color: #666;
  padding: 0 15px 0 18px;
}
#popup table td {
  color: #999;
}
#popup table td strong {
  font-weight: bold;
  color: #f70;
}
#popup p {
  font-weight: normal;
  font-size: 16px;
  color: #666;
  padding: 0;
  margin: 0;
}
