body {
  margin: 0;
  background: #f5f6f7 url('gfx/body_bg.png') repeat-x top;
}
form {
  margin: 0;
}
textarea {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  padding: 2px;
}
div.spacer {
  clear: both;
}
#sideBar{
  position: absolute;
  height: auto;
  top: 130px;
  right: 0;
  width: auto;
}
#sidebarBtns {
  float: left;
  width: 34px;
}
#sidebarBtns #sidebarTabSearch {
  background: url('gfx/slide_btns.png') no-repeat left top;
  display: block;
  height: 96px;
}
#sidebarBtns #sidebarTabContact {
  background: url('gfx/slide_btns.png') no-repeat left bottom;
  display: block;
  height: 96px;
}
#sidebarBtns li.active #sidebarTabSearch {
  background-position: -35px top;
}
#sidebarBtns li.active #sidebarTabContact {
  background-position: -35px bottom;
}
#sideBarTab img {
  border: 0;
}
#sideBarContents {
  overflow: hidden !important;
  float: left;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  background-color: #fff;
  width: 0px;
  display: none;
}
#sideBarContentsInner {
  padding: 20px;
  min-height: 149px;
  width: 260px;
}
#sideBarContentsInner textarea {
  width: 260px;
  height: 70px;
}
#sideBarContentsInner a.close {
  position: relative;
  float: right;
  top: -15px;
  background: url('gfx/close_btn.png') no-repeat right top;
  width: 60px;
  line-height: 17px;
  color: #616161;
  cursor: pointer;
}
/*
Contactform slide
*/
table.contactform input.text, textarea {
  width:150px;
  margin: 1px 0;
}
table.contactform textarea {
  height:40px;
}
table.contactform tr.header td {
  font-weight:bold;
  padding: 5px 0;
}
table.contactform input.small {
  width:90px;
}
table.contactform tr td.error {
  color:red;
}

/*
Search slide */
#sideBar-search input {
  width: 200px;
  margin-top: 5px;
}
#sideBar-search input.zoekBtn {
  width: 99px;
  height: 27px;
  line-height: 27px;
  background: url('gfx/back_btn.png') no-repeat center bottom;
  color: #fff;
  text-align: center;
  font-family:' Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border: 0;
}
/*
Search
*/
.formSearch {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color:#F5F6F7;
  width: 100&;
  padding: 10px;
  margin: 0;
}
a.moreBtn {
  background: url('gfx/btn_more.png') no-repeat left top;
  width: 159px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  letter-spacing: -1px;
}
a.moreBtn:hover {
  background: url('gfx/btn_more.png') no-repeat left bottom;
}
a.moreLink {
  border-bottom: 2px dotted #91bb27;
  text-decoration: none;
  margin-bottom: 10px;
}
div#mainContainer {
  margin: auto;
  width: 1004px;
}
div#header {
  height: 112px;
  position: relative;
}
div#mainMenu {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 487px;
  height: 20px;
  text-align: right;
  z-index: 10;
}
div#mainMenu a {
  text-decoration: none;
  font-size: 14px;
  color: #3a3d41;
  float: left;
  background: url('gfx/has_sub.png') no-repeat right top;
  padding-left: 10px;
  padding-right: 14px;
  display: block;
}
div#mainMenu a:hover,
div#mainMenu a.activeSub
{
  color: #91be32;
  background: url('gfx/has_sub.png') no-repeat right -15px;
}
div#mainMenu a.noSubs {
  background: none;
  padding: 0 5px;
}
div#mainMenu #nav_4 {
  background: none;
  padding: 0 5px;
  margin-left: 10px;
}

div#mainMenuBgDiv {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 300;
  width: 465px;
  min-height: 130px;
  padding: 10px;
  background: #fff url('gfx/nav_bg.png') repeat-x bottom;
  text-align: left;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #d8d9dc;
  border-left: 1px solid #d8d9dc;
  border-right: 1px solid #d8d9dc;
}
/* TOP NAV MENU */
#nav {
  z-index: 1200;
  position: relative;
  height: 36px;
  right: 0;
}
/* deeper nav level items */
#nav .navLevel a {
  display: block;
  width: 168px; /* width - own padding - padding of #nav .navLevel */
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  padding: 2px 4px 2px 3px;
  margin-right: 0;
  border: none;
  letter-spacing: normal;
  line-height: 14px;
  color: #333;
  background: none;
}
#nav .navLevel a:hover {
  color: #fff;
  background: none;
  background-color: #91BE32;
}
#nav .navLevel a.hasChilds {
  background: url('gfx/bullet_arrow_right.png') no-repeat center right;
}
#nav .navLevel a.hasChilds:hover {
  color: #fff;
  background: #91BE32 url('gfx/bullet_arrow_right_hover.png') no-repeat center right;
}

/* second level items */
#nav .navLevel {
  display: none;
  width: 180px;
  padding: 5px 0 0 10px;
  position: absolute;
  margin: 0;
  top: 47px;
  line-height: 16px;
  border-left: 4px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  text-align: left;
  left: 25px;
}
#navLevel_1,
#navLevel_2,
#navLevel_3,
#navLevel_4,
#navLevel_5 
{
  left: 10px;
}

/* third level items */
#nav .navLevel .navLevel {
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  top: 0;
  left: 190px; /* width + padding of #nav .navLevel */
  border-left: 1px solid #cdcdcd;
  padding-left: 5px;
}
div#header div.directContact {
  height: 50px;
  width: 250px;
  position: absolute;
  left: 130px;
  top: 42px;
}
img.logo {
  margin-top: 22px;
}
div.topNav {
  width: 225px;
  height: 26px;
  line-height: 26px;
  background: url('gfx/topnav_bg.png') no-repeat right center;
  position: absolute;
  right: 0;
  top: 24px;
  padding: 0 20px;
  font-size: 12px;
}
div.topNav ul li {
  float: left;
  padding-left: 4px;
  color: #6a6b6c;
}
div.topNav li.readSpeaker {
  padding-left: 14px;
  padding-right: 5px;
  background: url('gfx/readspeaker_icon.png') no-repeat left center;
}
div.topNav li.readSpeaker a {
  color: #6a6b6c;
}
div.topNav li.fontSize {
  font-style: italic;
  font-weight: bold;
  line-height: 27px;
  color: #d1d1d1;
}
div.topNav li.fontSize a {
  color: #c7c7c7;
  cursor: pointer;
}
div.topNav li.fontSize a.normal {
  font-size: 12px;
}
div.topNav li.fontSize a.bigger {
  font-size: 16px;
}
div.topNav li.fontSize a.biggest {
  font-size: 19px;
}
div#subMenu {
  padding: 10px 0;
}
div#subMenu ul {
  margin-top: 18px;
}
div#subMenu ul li {
  line-height: 24px;
}
div#subMenu ul li a {
  font-size: 14px;
  color: #0f1e46;
  text-decoration: none;
}
div#subMenu ul li a.active {
  font-weight: bold;
}
div#subMenu ul li a:hover {
  color: #91be32;
}
div#subMenu ul.secondUL {
  margin-top: 0;
}
div#subMenu ul.secondUL li ul.secondUL li {
  padding-left: 15px;
}
div#subMenu ul.secondUL li a {
  font-size: 12px;
  padding-left: 15px;
  background: url('gfx/bullet_submenu.png') no-repeat left center;
  line-height: 20px;
}
div#subMenu ul.secondUL li a {
  font-size: 12px;
}
div#leftNav {
  float: left;
  width: 687px;
  background-color: #fff;
  border-left: 1px solid #d9dadd;
  border-right: 1px solid #d9dadd;
}
div#content {
  padding: 20px 40px 100px 40px;
  line-height: 20px;
  min-height: 544px;
  color: #616161;
}
div#content td.divider {
  padding: 10px 0;
}
div#content h1 {
  margin-bottom: 20px;
}
div#contentTop {
  height: 64px;
  background: #91be32 url('gfx/content_top_bg.png') no-repeat left top;
  padding: 25px 40px 0 40px;
  color: #fff;
}
div#contentTop a {
  color: #fff;
  text-decoration: none;
}
div#contentTop  h1 {
  margin: 0;
  color: #fff;
  font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
  font-size: 26px;
  letter-spacing: -1px;
}
div#footer {
  height: 144px;
  background-color: #333333;
}
div#footer div.content {
  width: 1004px;
  margin: auto;
  color: #fff;
  font-size: 11px;
}
div#footer div.contact {
  width: 233px;
  float: left;
  margin-top: 25px;
}
div#footer div.links {
  width: 300px;
  float: right;
  text-align: right;
  margin-top: 61px;
}
div#footer div.links a {
  color: #fff;
  text-decoration: none;
}
div#footer div.links a:hover {
  text-decoration: underline;
}
div#rightNav {
  float: right;
  width: 294px;
  line-height: 18px;
  padding-top: 20px;
}
div#rightNav h3 {
  font-size: 20px;
  letter-spacing: -1px;
  font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
}
div.bannerBlock {
  padding: 10px 0 7px 0;
  border-top: 1px dotted #cccccc;
}

/*### TOOLTIPS ###*/
div#libraryDiv {
  position: absolute;
  z-index: 50000;
  background: transparent url('gfx/tooltip-word-bg.gif') center center no-repeat;
  padding: 3px;
  padding-bottom: 20px;
  position: absolute;
  width: 240px;
}
div#infoContent {
  margin: 10px 8px 0px 8px;
  padding: 5px;
  background-color: #fff;
  height: 108px;
  border:1px solid #CFD0D2;
  overflow: auto;
}
div#infoContent p {
  margin: 0 4px 3px 0;
}
div#libraryDiv.libraryDivImage {
  background: transparent url('gfx/tooltip-image-bg.gif') center center no-repeat;
  width: 185px;
}
div#libraryDiv.libraryDivImage div#infoContent {
  height: 155px;
  width: 154px;
  text-align:center;
  vertical-align: middle;
	overflow: hidden;
}
div#libraryDiv.libraryDivImage div#infoContent img {
  margin: auto 0;
	margin-top: -15px;
}
span.tooltipWords {
  background-attachment: scroll;
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-bottom-color: #0066CC;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  cursor: pointer;
}
span.tooltipWords-hover {
  background-color: #CCFFFF;
}

/*
NEWS
*/
div.headLine {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 10px;
}
div.headLine span.date {
  color: #a9a9a9;
}
div.headLine h2 {
  margin-top: 0;
}
div.headLine h2 a {
  color: #101e46;
  font-size: 18px;
  text-decoration: none;
}
div.headLine div.content {
  float: left;
  width: 410px;
}
div.thumb {
  float: right;
  width: 170px;
  height: 100px;
  padding: 2px;
  border: 2px solid #ededed;
}
div.thumb div.inner {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
div.message {
  border-bottom: 1px dotted #cccccc;
  line-height: 28px;
}
div.message span.date {
  color: #666;
  margin-right: 10px;
  font-weight: bold;
}
a.print {
  float: right;
  width: 39px;
  height: 32px;
  background: url('gfx/print_icon.png') no-repeat center center;
  text-indent: -9999px;
}
a.mail {
  float: right;
  width: 39px;
  height: 32px;
  background: url('gfx/mail_icon.png') no-repeat center center;
  text-indent: -9999px;
}
a.backBtn {
  float: left;
  width: 99px;
  height: 27px;
  line-height: 27px;
  background: url('gfx/back_btn.png') no-repeat center bottom;
  color: #fff;
  text-align: center;
  font-family:' Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 5px;
}
.addthis_toolbox {
  float: right;
  margin-top: 10px;
}

/*
Twitter
*/
.twtr-hd {
  display: none;
}

/*### SITEMAP ###*/
div#content ul.sitemap,
div#content ul.sitemap ul
{
  list-style-image: none;
  margin: 0;
}
div#content ul.sitemap li {
  margin: 0;
}
div#content ul.sitemap li a {
  background-color: #f5f6f7;
  color: #101E46;
  font-size: 18px;
  display: block;
  margin: 10px 6px;
  padding: 5px;
}
div#content ul.sitemap li a:hover {
  text-decoration: underline;
}
div#content ul.sitemap ul {
  margin-left: 25px;
}
div#content ul.sitemap ul li a {
  background-color: white;
  color: #333333;
  font-weight: normal;
  font-size: 12px;
  border: 0;
  margin: 1px 0;
  padding: 0;
  padding-left: 8px;
}
span.highlightbold, span.hightlightString {
  color: #101E46;
  font-weight: bold;
}
a.highlightbold {
  font-weight: bold;
}

/* 
Forms
*/
table.contactForm tr.head td {
  font-weight: bold;
  padding-top: 10px;
}
table.contactForm textarea {
  width: 250px;
  height: 100px;
}
table.contactForm input.text {
  width: 255px;
  margin: 2px 0;
}
table.contactForm label.error {
  color: red;
}

/*
Content Image slides
*/
div#contentSlide {
  float: right;
  margin-left: 20px;
  margin-top: 10px;
  width: 260px;
  height: 220px;
}
div#contentImages {
  overflow: hidden;
  position: relative;
  border: 1px solid #d9dadd;
  height: 200px;
}
div.contentImage {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 248px;
  height: 190px;
  overflow: hidden;
}
div#content ul#bullets {
  margin: auto;
  width: 60px;
}
div#content ul#bullets li {
  float: left;
  width: 33%;
  list-style-image: none;
  padding: 0;
}
div#content ul#bullets li a {
  display: block;
  background: url('/layout/default/gfx/project_img_bullets.png') no-repeat center -10px;
}
div#content ul#bullets li a.active {
  background: url('/layout/default/gfx/project_img_bullets.png') no-repeat center 6px;
}

/*
Producten & diensten
*/
div.productBlock {
  float: left;
  width: 291px;
  border-bottom: 1px dotted #c1c1c1;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
div.productBlock h2 {
  font-weight: bold;
}