﻿body {
 margin: 0;
 padding: 0;
 font-family: Arial, Sans-Serif;
 color: #ffffff;
 font-size: 12px;
}

#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;
}

#midden {
  width: 100%;
  background-color: #008c9a;
  display: block;
  position: relative;
  z-index: 10;
}

#midden_inner {
  position: relative;
  margin: 0 auto;
  width: 958px;
  background: url(/interface/images/content_home_bg.gif)
  }

#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 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;
}

.clearfix {
 clear: both;
 line-height: 0px;
 overflow: hidden;
 font-size: 0px;
}

#content {
  width: 766px;
  float: right;
  display: block;
  background: url(/interface/images/content_tekst_home_bg.gif) no-repeat 100% 0;
}

#content.home {
  width: 766px;
  min-height: 353px;
  _height: 353px;
  float: right;
  display: block;
  background: url(/interface/images/content_tekst_home_bg.gif) no-repeat 100% 0;
}

#welkom {
  width: 341px;
  height: 178px;
	font-size: 12px;
  overflow: hidden;
  line-height: 16px;
  margin-left: 33px;
  margin-top: 7px;
	text-align: justify;
}

#welkom h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-family: Times New roman, Serif;
  margin: 0px;
	padding: 0px;
}

#nieuws_item {
  width: 341px;
  height: 139px;
  background: url(/interface/images/nieuws_item_home_bg.gif) no-repeat;
  overflow: hidden;
  padding-left: 32px;
  padding-top: 18px;
} 

#nieuws_item img {
  border: 1px solid #297295;
  float: left;
  margin-right: 14px;
}

#nieuws_item .leesmeer {
  margin-top: 3px;
  width: 56px;
  height: 8px;
  float: right;
  background: url(/interface/images/btn_leesmeer_groen.gif) no-repeat;
  overflow: hidden;
}

#project {
  position: absolute;
  right: 135px;
  bottom: 9px;
  width: 187px;
  height: 224px;
  background-color: #297295;
  padding-left: 21px;
  padding-right: 21px;
}

#project img {
  margin-top: 21px;
  margin-bottom: 3px;
}

#project .leesmeer {
  width: 56px;
  height: 8px;
  float: right;
  background: url(/interface/images/btn_leesmeer_blauw.gif) no-repeat;
  overflow: hidden;
}

#footer {
  margin: 0 auto;
  position: relative;
  width: 958px;
  height: 46px;
  background: url(/interface/images/footer_home_bg.gif) no-repeat;
  display: block;
  overflow: hidden;
  z-index: 1;
}

#footer .link_tsjil {
  position: absolute;
  top: 3px;
  background: url(/interface/images/dbt.gif) no-repeat;
  width: 76px;
  height: 9px;
  overflow: hidden;
  display: block;
  left: 594px;
}

#midden_inner .adresgegevens {
  position: absolute;
  bottom: -35px;
  left: 20px;
  font-size: 11px;
  color: #ffffff;
  line-height: 16px;
}

#midden_inner .adresgegevens a {
  color: #ffffff;
  text-decoration: none;
}

#midden_inner .adresgegevens a:hover {
  text-decoration: underline;
}