﻿/* Stylesheet voor Funderingstechniek Heeg */

body {
 margin: 0;
 padding: 0;
 font-family: Arial, Sans-Serif;
}

.clearfix {
 clear: both;
 line-height: 0px;
 overflow: hidden;
 font-size: 0px;
}


/* ---------- Stijlen: Header ---------- */

#header {
  width: 100%;
  height: 172px;
  background: url(/interface/images/header_vervolg_bg.gif) repeat-x;
  display: block;
}

#header_inner {
  margin: 0 auto;
  width: 958px;
  height: 172px;
  background: url(/interface/images/header_inner_vervolg_bg.gif) no-repeat;
  display: block;
  overflow: hidden;
}

#header_inner .header_tekst {
  float: right;
  text-align: right;
  font-size: 11px;
  color: #297295;
}

#header_inner .header_tekst a {
  color: #008c9a;
  text-decoration: none;
}

#header_inner .header_tekst a:hover {
  text-decoration: underline;
}


/* ---------- Stijlen: Menu ---------- */

#menu {
  _behavior: url(/scriptlibrary/csshover.htc);
  float: left;
  margin-left: 16px;
  display: inline;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 176px;
  position: relative;
}

#menu ul li {
  float: left;
}

#menu ul li a {
  display: block;
  width: 169px;
  height: 20px;
  border-bottom: 1px solid #7faabf;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  padding-left: 7px;
  padding-top: 9px;
}

#menu ul li:hover a {
  background-color: #008c9a;
}

#menu ul li a.active {
  color: #94b9ca;
}

#menu li ul {
  position: absolute;
  left: -10000px;
  margin: -34px 0px 0px 0px;
  padding: 0;
}

#menu ul li:hover ul {
  left: 176px;
  display: block;
}

#menu li ul li.first {
  width: 176px;
  height: 3px;
  background:#ffffff;
  border-bottom: 1px solid #7faabf;
  overflow: hidden; 
}

#menu li ul li.last {
  width: 176px;
  height: 3px;
  background:#ffffff;
  border: none;
  overflow: hidden; 
}

#menu li ul li a,
#menu li:hover ul li a {
  background-color: #ffffff;
  color: #008c9a;
  font-size: 12px;
  padding-top: 12px;
  height: 17px;
}

#menu li ul li:hover a {
  background-color: #b8dfe3;
}


/* ---------- Stijlen: Content ---------- */

#content {
  margin: 0 auto;
  width: 958px;
  background: url(/interface/images/content_vervolg_bg.gif) repeat-y;
}

#content_tekst {
 float: right;
 background: url(/interface/images/content_tekst_vervolg_bg.gif) no-repeat;
 width: 450px;
 padding-top: 35px;
 padding-right: 283px;
 _padding-right: 274px;
 padding-bottom: 51px;
 padding-left: 33px;
 font-size: 12px;
 color: #414042;
}

#content_tekst p {
 margin-top: 8px;
 line-height: 18px;
 margin-bottom: 12px;
}

#content_tekst a {
  color: #414042;
  text-decoration: none;
  font-weight: bold;
}

#content_tekst a:hover {
  text-decoration: underline;  
}

#content_tekst h1 {
  font-size: 18px;
  color: #414042;
  font-family: Times New Roman, Serif;
  margin-top: 0px;
  margin-bottom: 4px;
  padding: 0px;
  font-weight: normal;
  text-transform: uppercase;
}

#content_tekst h2 {
  font-size: 12px;
  color: #297295;
  margin-top: 0px;
  margin-bottom: 4px;
  padding: 0px;
}

#content_tekst p {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

#content_tekst img {
  border: 1px solid #91cdd3;
  padding: 3px;
  display: block;
}

#content_tekst .foto_boven {
  margin-bottom: 9px;
}

#content_tekst .foto_rechts {
  float: right;
  clear: right;
  margin: 0px 0px 10px 10px;
}

#content_tekst .fotos_onder {
  margin-top: 10px;
  width: 459px;
  clear: both;
}

#content_tekst .fotos_onder a {
  float: left;
  margin: 0px 7px 10px 0px;
}


/* ---------- Stijlen: Footer ---------- */

#footer {
  width: 100%;
  height: 149px;
  background: url(/interface/images/footer_vervolg_bg.gif) repeat-x;
  display: block;
  z-index: 1;
}

#footer_inner {
  position: relative;
  margin: 0 auto;
  width: 958px;
  height: 149px;
  background: url(/interface/images/footer_inner_vervolg_bg.gif) no-repeat;
  display: block;
  overflow: hidden;
}

#footer_inner .link_tsjil {
  position: absolute;
  top: 91px;
  background: url(/interface/images/dbt.gif) no-repeat;
  width: 76px;
  height: 9px;
  overflow: hidden;
  display: block;
  left: 594px;
}

#footer_inner .adresgegevens {
  font-size: 11px;
  color: #ffffff;
  line-height: 16px;
  padding-left: 15px;
}

#footer_inner .adresgegevens a {
  color: #ffffff;
  text-decoration: none;
}

#footer_inner .adresgegevens a:hover {
  text-decoration: underline;
}

#footer_inner .naartop {
  position: absolute;
  top: 53px;
  right: 158px;
  background: url(/interface/images/btn_naartop.gif) no-repeat;
  width: 56px;
  height: 8px;
  display: block;
  overflow: hidden;
}

#footer_inner .naartop:hover {
  border-bottom: 1px solid #ffffff
}
