﻿/* ----- Stijlen: Algemeen ----- */

html, body, form {
  margin: 0px;
  padding: 0px;
}

body {
  background: #585858 url(/interface/images/bg_body.gif) repeat-x left top;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #231f20;
}

a img {
  border: none;
}

#site {
  width: 926px;
  margin: 0px auto;
  position: relative;
}

.divider {
  clear: both;
  line-height: 0px;
}


/* ----- Stijlen: Top ----- */

div.topfoto {
  float: left;
  width: 926px;
  height: 304px;
  margin-bottom: 22px;
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(/interface/images/topfoto.jpg);
  display: inline;
}

#logo {
  display: block;
  width: 302px;
  height: 304px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent url(/interface/images/logo2.png) no-repeat;
}

* html #logo {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/interface/images/logo2.png',sizingMethod='scale');
  cursor: pointer;
}


/* ----- Stijlen: Navigatie ----- */

#nav { /* Container div om het menu*/
  position: absolute;
  top: 0px;
  right: 4px;
}

* html #nav {  /* IE6 hover fix */
  behavior: url(/scriptlibrary/csshover.htc);
}

#nav ul { /* Hoofdmenu */
	float: left;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

#nav ul li { /* Hoofdmenu-items */
	float: left;
	list-style: none;
	min-height: 1%;
}

* html #nav ul li {
  height: 1%;
}

#nav ul li a { /* Hoofdmenu-item links */
  display: block;
  height: 35px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: relative;
  z-index: 2;
}

#nav ul li:hover a { /* Hoofdmenu-item links hover of actief */
  background-position: 0px -35px;
}

#nav li.active a {
  background-position: 0px -35px;
}

#nav ul li ul { /* Submenu */
  position: absolute;
  float: none;
  left: -9001px;
  top: 29px;
	padding: 0px;
	margin: 0px;
	width: 164px;
	height: auto;
	z-index: 1;
}

#nav ul li:hover ul { /* Submenu actief */
  left: auto;
}

#nav ul li.last:hover ul { /* Submenu actief (last) */
  left: auto;
  margin-left: -87px;
}

#nav ul li ul li.first { /* Submenu afgerond boven */
  line-height: 13px;
  height: 14px;
  overflow: hidden;
  padding: 0px;
  background: url(/interface/images/nav_sub_first.png) no-repeat left top;
}
* html #nav ul li ul li.first {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/interface/images/nav_sub_first.png',sizingMethod='scale');
	background-image: none;
}

#nav ul li ul li.last { /* Submenu afgerond onder */
  line-height: 0px;
  height: 14px;
  padding: 0px;
  background: url(/interface/images/nav_sub_last.png) no-repeat left top;
}

* html #nav ul li ul li.last {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/interface/images/nav_sub_last.png',sizingMethod='scale');
	background-image: none;
}

#nav ul li ul li { /* Submenu items */
	list-style: none;
	margin: 0px;
	padding-left: 1px;
	height: auto;
	float: left;
	clear: both;
	width: 164px;
	font-size: 11px;
  background: url(/interface/images/nav_sub_bg.gif) repeat-y left top;
}

#nav ul li ul li a { /* Submenu item links */
  display: block;
  height: auto;
  width: 140px;
  padding: 5px 8px 5px 14px;
  color: #231f20;
  background: #ffffff;
  text-decoration: none;
  position: static;
}

#nav ul li ul li:hover a { /* Submenu item links hover */
  color: #f36f21;
}
#nav ul li ul li a:hover {
  text-decoration: underline;
}

#nav ul li:hover ul li ul,
#nav ul li.last:hover ul li ul { /* Sub-submenu */
  top: auto;
  left: -9001px;
  min-height: 1%;
  margin-left: 155px;
  margin-top: -35px;
}

#nav ul li ul li:hover ul { /* Sub-submenu geopend */
  left: auto;
}

#nav ul li.last ul li:hover ul {
  left: auto;
  margin-left: -158px;
}

#nav ul li ul li:hover ul li a { /* Sub-submenu item link */
  color: #231f20;
  text-decoration: none;
}

#nav ul li ul li ul li a:hover { /* Sub-submenu item link hover */
  color: #f36f21;
  text-decoration: underline;
}


/* ----- Stijlen: Sidebar ----- */

#sidebar {
  float: left;
  width: 313px;
  padding-bottom: 175px;
}

#actueel {
  float: left;
  width: 300px;
  height: 225px;
  line-height: 12px;
  padding-bottom: 28px;
  margin-right: 13px;
  display: inline;
}
#actueel .titel {
  z-index: 2;
  position: relative;
}

#actueel .inner {
  padding: 0px 13px;
  background: #ffffff url(/interface/images/actueel_bg.gif) repeat-y left top;
  height: 164px;
  overflow: hidden;
  margin-top: -1px;
}

#actueel .inner a {
  display: block;
  font-size: 11px;
  padding-top: 6px;
  margin-bottom: 7px;
  text-decoration: none;
  color: #231f20;
  height: 41px;
  border-top: 1px solid #525252;
  overflow: hidden;
}

#actueel .inner a:hover { /* IE6 fix */
  background: transparent;
}

#actueel .inner a span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #f36f21;
  padding-bottom: 4px;
  height: 12px;
  cursor: pointer;
  overflow: hidden;
}

#actueel .inner a:hover span {
  text-decoration: underline;
}

#actueel .onder {
  width: 300px;
  height: 30px;
  background: url(/interface/images/actueel_onder.gif) no-repeat left top;
  position: relative;
}

#actueel .onder a {
  position: absolute;
  top: 7px;
  right: 0px;
}

#contact {
  position: absolute;
  padding-left: 11px;
  left: 0px;
  bottom: 0px;
  width: 300px;
  height: 175px;
  color: #ffffff;
}

#contact p {
  margin: 0px;
  padding: 0px 0px 8px 0px;
}

#contact a {
  color: #ffffff;
}


/* ----- Stijlen: Main-deel Home ----- */

#main {
  float: left;
  width: 613px;
  padding-bottom: 40px;
}

div.actie {
  width: 300px;
  float: left;
  display: inline;
  margin: 0px 13px 28px 0px;
}

#folder {
  float: left;
  margin-bottom: 28px;
  display: inline;
}

#folder a, #folder img, #folder span {
  display: block;
}

#folder a {
  width: 264px;
  height: 173px;
  background: url(/interface/images/folder_home_bg.gif) no-repeat left top;
  color: #231f20;
  text-decoration: none;
  padding: 12px 18px;
  font-size: 11px;
}

#folder span {
  width: 116px;
  cursor: pointer;
}

#folder .titel {
  font-weight: bold;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 4px;
  width: 135px;
}

div.welkom {
  float: left;
  /* width: 613px; */
  width: 589px;
  background: url(/interface/images/welkom_home_bg.gif) no-repeat left top;
  min-height: 215px;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 30px;
  padding-left: 24px;
  padding-top: 3px;
  display: inline;
}

* html div.welkom {
  height: 215px;
}

div.welkom .titel, #faq .titel, #werken_bij .titel, div.extranet_login .titel {
  display: block;
  font: italic 
}

div.welkom .tekst {
  line-height: 16px;
  background: #ffffff;
  display: inline;
}

div.welkom .rechts {
  float: right;
  display: inline;
  margin: 14px 14px 0px 10px;
  width: 149px;
  height: 204px;
}

div.welkom a {
  color: #f36f21;
}

div.welkom .handtekening {
  margin-top: 4px;
  clear: left;
  float: left;
  display: inline;
}

div.welkom .onder {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

* html div.welkom .onder {
  bottom: -1px;
}

#home_onder {
  float: left;
  display: inline;
  width: 606px;
  margin-left: 7px;
  background: url(/interface/images/home_onder_bg.gif) no-repeat bottom left;
}

.home_onder_margin {
  width: 613px;
  float: left;
  display: inline;
  margin-top: 57px;
  line-height: 0px;
}

* html .home_onder_margin {
  margin-top: 59px;
}

#faq {
  float: left;
  display: inline;
  width: 280px;
  margin-left: 16px;
  color: #ffffff;
  padding-bottom: 8px;
  line-height: 17px;
  height: 255px;
}

#faq .vraag {
  font-weight: bold;
  height: 34px;
}

#faq .antwoord {
  margin-top: 10px;
  height: 156px;
  overflow: hidden;  
  margin-bottom: 10px;
}

#faq .antwoord .titelklein {
  display: block;
  color: #f36f21;
  font-weight: bold;
}

#faq .link, #werken_bij .link, div.extranet_login .link {
  float: right;
  margin: 5px 5px 0px 0px;
}

#werken_bij {
  float: right;
  display: inline;
  width: 275px;
  margin: 0px 3px 15px 0px;
  padding-bottom: 17px;
  border-bottom: 1px solid #a7a7a7;
  color: #ffffff;
  line-height: 16px;
}

#werken_bij p {
  background: red;
}

div.extranet_login {
  float: right;
  clear: right;
  display: inline;
  width: 275px;
  margin-right: 3px;
  padding-bottom: 8px;
}

div.extranet_login input {
  float: left;
}

div.extranet_login input.text, div.extranet_login input.text_focus {
  width: 236px;
  height: 13px;
  color: #ffffff;
  font-size: 11px;
  background: #9b9b9b;
  border: none;
  padding: 3px 9px;
  margin-bottom: 5px;
}

div.extranet_login input.text_focus {
  color: #ec6f1d;
  background: #ffffff;
}

div.extranet_login .info_tag_link {
  display: block;
  width: 12px;
  height: 19px;
  background: url(/interface/images/extranet_login_info_tag_link.gif) no-repeat left top;
  position: relative;
  text-decoration: none;
  float: left;
  clear: right;
  margin-bottom: 5px;
  z-index: 100;
}

div.extranet_login .info_tag_link:hover {  /* IE6 fix */
 background: url(/interface/images/extranet_login_info_tag_link.gif) no-repeat left 0px;
}

div.extranet_login .info_tag_link .info_tag {
  display: block;
  width: 200px;
  position: absolute;
  top: 5px;
  left: -9001px;
  background: #ffffff;
  font-size: 11px;
  color: #231f20;
  border: 1px solid #999999;
  padding: 10px;
  z-index: 100;
}

div.extranet_login .info_tag_link:hover .info_tag {
  right: 16px;
  left: auto;
  
}

div.extranet_login label {
  font-size: 10px;
  color: #ffffff;
  padding-top: 3px;
  float: left;
}


/* ----- Stijlen: Vervolgpagina's ----- */

#sidebar #actie {
  margin-right: 0px;
}

#breadcrumb {
  float: left;
  height: 19px;
  color: #ffffff;
  font-size: 11px;
  padding: 8px 0px 0px 12px;
}

#breadcrumb span {
  color: #f36f21;
}

#breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#content {
  float: left;
  width: 613px;
  line-height: 16px; 
  padding-bottom: 20px;
}

#content .titel {
  margin-bottom: 6px;
}

#content #content_boven, #content #content_onder {
  float: left;
  width: 613px;
  height: 7px;
  line-height: 7px;
  background: url(/interface/images/content_boven.gif) no-repeat left top;
}

#content #content_onder {
  background: url(/interface/images/content_onder.gif) no-repeat left top;
}

#content .inner {
  float: left;
  width: 563px;
  padding: 12px 25px 20px 25px;
  background: #ffffff url(/interface/images/content_bg.gif) repeat-y left top;
  min-height: 550px;
}

* html #content .inner {
  height: 550px;
}

#content p {
  margin: 0px 0px 16px 0px;
  padding: 0px;
}

#content td p {
  margin: 0px;
}

#content a {
  color: #f36f21;
}

#content ul {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  list-style: none;
}

#content li {
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 2px 0px;
  background: url(/interface/images/bullet.gif) no-repeat left 5px;
  min-height: 1px;
}

* html #content li {
  height: 1px;
}

#content h2 {
  font-size: 14px;
  color: #f36f21;
  padding: 0px;
  margin: 0px 0px 7px 0px;
}

.image_right {
  float: right;
  margin: 0px 0px 10px 10px;
  display: inline;
  clear: right;
}

#imgbottom {
  display: inline;
  width: 573px;
  margin-right: -13px;
  float: left;
  margin-top: 15px;
}
#imgbottom a {
  float: left;
  width: 180px;
  margin: 0px 10px 12px 0px;
  color: #918f8f;
  font-size: 11px;
  text-align: right;
  text-decoration: none;
  display: inline;
}

#content a img {
  display: block;
}


/* ----- Stijlen: Footer ----- */

#footer {
  position: absolute;
  left: 320px;
  bottom: 23px;
  width: 600px;
  height: 27px;
  padding-left: 12px;
  color: #ffffff;
  border-left: 1px solid #acacac;
  font-size: 11px;
}

#footer .tsjil {
  padding-left: 5px;
}

#footer a {
  color: #9b9b9b;
  text-decoration: none;
}

#footer a:hover {
  color: #ffffff;
}

h1.sifr {
  font-size: 22px;
  margin: 0px;
  padding: 0px;
  line-height: 33px;
  color: #f36f21;
}

div.actie a {
  display: inline;
  width: 300px;
  height: 225px;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
}

div.home {
  float: left;
  width: 926px;
}

a.lnkfolder {
  float: left;
  width: 142px;
  height: 184px;
  display: inline;
  background-color: transparent;
  background-repeat: no-repeat;
  padding: 41px 140px 0px 18px;
  cursor: pointer;
  background-image: url(/interface/images/folder.png);
  color: #ffffff;
  font-size: 12px;
  font-family: Arial, Sans-serif;
  font-weight: bold;
  text-decoration: none;
  line-height: 16px;
}

a.lnkfolder span {
  color: #231f20;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  padding-right: 35px;
  margin-top: 3px;
  display: block;
}

* html a.lnkfolder {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/interface/images/folder.png',sizingMethod='scale');
}

div.parkeercam {
  background: transparent url(/interface/images/parkeercam_bg.gif) no-repeat;
  width: 287px;
  height: 390px;
  padding-top: 14px;
  padding-left: 13px;
  float: left;
  display: inline;
  margin-right: 13px;
  padding-bottom: 178px;
}

div.nieuwsoverzicht {
  line-height: normal;
}

#content div.nieuwsoverzicht a {
  
  text-decoration: none;
  color: #231f20;
  margin-bottom: 15px;
  float: left;
  width: 500px;
  display: inline;
  cursor: pointer;
}

#content div.nieuwsoverzicht a span {
  height: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  font-weight: bold;
  display: block;
  color: #f36f21;
}
div.nieuwsoverzicht a:hover {
  background: transparent;
}
div.nieuwsoverzicht a:hover span {
  text-decoration: underline;
}

div.nieuwsoverzicht div {
  float: left;
  width: 60px;
  clear: left;
  padding-top: 1px;
  font-weight: bold;
}

#content .faqoverzicht a {
  text-decoration: none;
  display: block;
  font-weight: bold;
}

#content .faqoverzicht li a {
  display: inline;
}

#content .faqoverzicht li {
  background: none;
  list-style-type: decimal;
  margin-left: 25px;
  padding-left: 0px;
}

#content .faqoverzicht a:hover {
  text-decoration: underline;
}

#content .faqdetail a.titel {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 0px;
  clear: both;
}

div.welkomtitel {
  width: 415px;
  float: left;
  margin: 17px 0px 3px 0px;
  display: inline;
}

#formulier .regel {
  height: auto;
  margin: 3px 0px 3px 0px;
  float: left;
  width: 493px;
}
#formulier label {
  float: left;
  display: inline;
  text-align: right;
  width: 160px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  margin-top: 2px;
  line-height: 14px;
  clear: left;
  margin: 0px;
}

#formulier .verplicht label {
  font-weight: bold;
}

#formulier .verplicht .radio label {
  font-weight: normal;
}

#formulier .radio label {
  text-align: left;
  width: auto;
  clear: none;
  line-height: normal;
  margin: 0 8px 0 2px;
}

#formulier input {
  width: 228px;
  height: 18px;
  border: 0px;
  padding: 0px;
  line-height: 18px;
  margin: 0px 0px 0px 12px;
  background: #e6e6e6;
  float: left;
  display: inline;
}

table.radio, table.radio tr, table.radio td {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

table.radio {
  float: left;
  margin-left: 12px;
  display: inline;
}

#formulier .radio input {
  width: auto;
  height: auto;
  background: transparent;
  line-height: normal;
  padding: 0;
  margin: 0;
}

#formulier input.kort {
  width: 100px;
}

#formulier input.telefoon {
  width: 160px;
}

#formulier input.lang {
  width: 318px;
}

#formulier textarea {
  width: 228px;
  border: 0px;
  padding: 0px;
  line-height: 18px;
  margin: 0px 0px 0px 12px;
  background: #e6e6e6;
  float: left;
  display: inline;
  overflow: auto;
}

#formulier .geenlabel textarea {
  margin: 0;
  width: 400px;
}

#formulier h2 {
  clear: both;
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0;
  color: #f36f21;
}

#formulier #fbtnLink {
  width: 400px;
  padding-top: 12px;
}
#fbtnLink img {
  float: right;
  
}

#content #foutmeldingen {
  display: none;
  clear: both;
  padding-top: 12px;
  margin-bottom: 0px;
}

div.hidden {
  display: none;
  padding-top: 15px;
  clear: both;
  float: left;
  width: 560px;
}

a.meer {
  display: block; 
  clear: both;
  margin-bottom: 15px;
  margin-left: 172px;
}

a.overzichtlink {
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
  float: left;
  clear: both;
  display: inline;
}

a.overzichtlink:hover {
  text-decoration: underline;
}

a.naartop {
  float: right;
  clear: both;
  margin-bottom: 10px
}

