* {
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none;
}

html {
  width: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 100%;
  background: url('/images/bg_body.gif') repeat-y center 0px #e9e6dc;
}

div#container {
  width: 980px;
  padding-top: 305px;
  margin: 0px auto;
}

/* HEADER */
div#header {
  position: absolute;
  height: 293px;
  top: 0px;
  width: 980px;
}

#shadow_left {
  width: 13px;
  height: 296px;
  position: absolute;
  margin-left: -13px;
  top: 0px;
  background: url('/images/shadow_left.png') no-repeat 0px 0px;
}

#shadow_right {
  width: 13px;
  height: 296px;
  position: absolute;
  margin-left: 980px;
  top: 0px;
  background: url('/images/shadow_right.png') no-repeat 0px 0px;
}

.whiteline {
  position: absolute;
  height: 277px;
  width: 18px;
  top: 29px;
  z-index: 999;
  background: url('/images/header_whiteline_straight.png') 0px 0px no-repeat;
}

#home .whiteline {
  background: url('/images/header_whiteline.png') 0px 0px no-repeat;
}

.whiteline_1 {
  margin-left: 236px;
}

.whiteline_2 {
  margin-left: 482px;
}

.whiteline_3 {
  margin-left: 722px;
}

#logo {
  top: 29px;
  position: absolute;
}

#visual {
  position: absolute;
  top: 29px;
  margin-left: 245px;
  background: url('/images/header_visual1.jpg') no-repeat;
  width: 735px;
  height: 277px;
}

#mainchoices {
  position: absolute;
  z-index: 999;
  top: 269px;
  margin-left: 257px;
}

.mainchoice {
  margin-right: 11px;
  width: 229px;
  float: left;
}

.mainchoice p {
  background: url('/images/mainchoice_whitetop.gif') no-repeat left top white;
  margin-top: -7px;
  padding: 9px 12px 5px 12px;
  margin-bottom: 6px;
  color: #777777;
}

.mainchoice a,.mainchoice a:visited {
  display: block;
  height: 37px;
  color: white;
  font-size: 15px;
  line-height: 33px;
  font-family: arial, helvetica;
  text-decoration: none;
  padding-left: 12px;
  font-weight: bold;
  cursor: pointer;
}

.mainchoice a:hover {
  text-decoration: underline;
}

.mainchoice .green {
  background: url('/images/mainchoice_green.png') 0px 0px no-repeat;
}

.mainchoice a.green,.mainchoice a.green:visited {
  color: white;
}

.mainchoice .blue {
  background: url('/images/mainchoice_blue.png') 0px 0px no-repeat;
}

.mainchoice a.blue,.mainchoice a.blue:visited {
  color: white;
}

.mainchoice .red {
  background: url('/images/mainchoice_red.png') 0px 0px no-repeat;
  color: #b93e29;
}

.mainchoice a.red,.mainchoice a.red:visited {
  color: white;
}

#logolink {
  position: absolute;
  margin-left: 140px;
  width: 100px;
  top: 40px;
  z-index: 9999;
}

#logolink img {
  height: 23px;
  width: 100px;
}

#logolink a,#logolink a:visited {
  display: block;
  height: 23px;
  width: 100px;
}

/* TOP MENU */
div#mainmenu {
  display: none;
}

div#metamenu {
  height: 17px;
  width: 980px;
  position: absolute;
  top: 6px;
}

div#metamenu ul {
  list-style: none;
  float: right;
}

div#metamenu ul li {
  display: inline;
}

div#metamenu ul li a,div#metamenu ul li a:visited {
  color: #757575;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
  padding: 0px 9px;
  display: block;
  float: left;
  height: 17px;
  line-height: 17px;
  border-right: 1px solid #ccc;
  letter-spacing: 1px;
}

div#metamenu ul li a:hover {
  text-decoration: underline;
  color: black;
}

div#metamenu ul li.active a,div#metamenu ul li.active a:visited {
  text-decoration: underline;
}

div#metamenu ul li a.last {
  border-right: none;
}

/* CONTENT */
div#content {
  width: 980px;
  line-height: 18px;
  display: table;
}

#center {
  width: 444px;
  margin: 0px auto;
  text-align: left;
  color: #444;
}

#center table {
  text-align: left;
}

#left {
  width: 245px;
  min-height: 350px;
  height: auto !important;
  height: 350px;
  float: left;
}

#right {
  width: 245px;
  float: right;
  min-height: 350px;
  height: auto !important;
  height: 350px;
}

/* LEFT MENU */
div#submenu {
  margin-bottom: 15px;
}

div#submenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

div#submenu ul ul {
  background: url('/images/bg_subsubmenu.gif') 0px 0px repeat-y;
  margin-left: 5px;
  margin-bottom: 5px;
}

div#submenu li a,div#submenu li a:visited {
  background: url('/images/arrow_gray.gif') 6px 6px no-repeat #fcfcfc;
  padding-left: 25px;
  border-bottom: 1px solid #ebebeb;
  min-height: 20px;
  font-size: 12px;
  color: #000000;
  height: auto !important;
  height: 20px;
  display: block;
  padding-top: 2px;
  text-decoration: none;
}

div#submenu li.directnaar a,div#submenu li.directnaar a:visited {
  font-style: italic;
}

div#submenu li a:hover {
  text-decoration: underline;
}

div#submenu li.active a,div#submenu li.active a:visited {
  background: url('/images/arrow_orange.gif') 6px 6px no-repeat #fcfcfc;
  color: #ea7c1e;
}

div#submenu li.hassub a,div#submenu li.hassub a:visited {
  background: url('/images/arrow_orange_down.gif') 6px 6px no-repeat #fcfcfc;
}

div#submenu li li a,div#submenu li li a:visited {
  padding: 1px 7px 0px 30px;
  min-height: 16px;
  height: auto !important;
  height: 16px;
  font-size: 11px;
}

div#submenu li.active li a,div#submenu li.active li a:visited {
  font-weight: normal;
  background: none;
  color: black;
  border-bottom: 1px solid #eee;
  background: url('/images/arrow_gray.gif') 11px 4px no-repeat;
}

div#submenu li.active li.active a,div#submenu li.active li.active a:visited {
  color: white;
  background: url('/images/arrow_orange.gif') 11px 4px no-repeat #ea7c1e;
}

/* ZOEKFORMULIER BASIS (!=HOME) */
#search {
  margin-top: 11px;
  height: 103px;
  width: 244px;
  margin-bottom: 0px;
  background: url('/images/bg_search_light.gif') no-repeat 0px 0px;
}

#search h3 {
  font-family: "Arial Narrow", arial, helvetica;
  color: black;
  padding-left: 12px;
  padding-top: 12px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
}

#search form#zoekForm {
  padding: 4px;
  height: 30px;
}

form#zoekForm input#SearchString {
  background: none;
  color: #555555;
  width: 185px;
  position: absolute;
  float: left;
  margin-left: 12px;
  margin-top: 9px;
}

#home form#zoekForm input#SearchString {
  
}

form#zoekForm input#ZoekButton {
  background: none;
  width: 27px;
  height: 22px;
  margin-top: 5px;
  float: right;
  cursor: pointer;
}

a#advancedsearch,a#advancedsearch:visited {
  color: #333;
  font-size: 10px;
  margin-left: 12px;
}

/* CONVERSIEBLOKKEN BASIS OPMAAK + GEEFMENING BLOCK HOMEPAGE */
.conversion,.rightBlock {
  width: 244px;
  margin-bottom: 5px;
  color: #535353;
  margin-top: 10px;
  display: block;
  background: url('/images/conversion_bg_light.gif') repeat-y;
}

.conversion ul {
  margin-left: 10px;
}

.conversion h5 {
  font-size: 12px;
  padding-top: 0px;
}

.conversion .stapNummer {
  font-weight: bold;
}

.conversion li {
  padding: 2px 0px;
}

.conversion h3 {
  height: 40px;
  line-height: 35px;
  font-family: "Arial Narrow", arial, helvetica;
  color: white;
  padding-left: 12px;
  font-size: 16px;
  margin-bottom: 9px;
}

.geefmening h4,.conversion h4,.rightBlock h4 {
  height: 32px;
  padding-left: 12px;
  font-family: arial, helvetica;
  color: white;
  padding-right: 5px;
  font-size: 13px;
  overflow: hidden;
  line-height: 32px;
  background: url('/images/conversion_top_light_orange.gif') 0px 0px no-repeat;
  margin-bottom: 9px;
}

.geefmening h4,.conversion h4,.rightBlock h4 {
  color: #f27500;
}

.geefmening h4 {
  margin-bottom: 0px;
  margin-top: 12px;
}

#home .geefmening h4 {
  margin-top: -13px;
}

.conversion p,.geefmening p {
  padding-left: 12px;
  padding-right: 12px;
}

#home .conversion p {
  color: #535353;
}

.geefmening p {
  background: url('/images/geefmening_bg.gif') no-repeat 0px 0px;
  width: 220px;
  height: 66px;
  padding-top: 107px;
  color: #535353;
}

#home .geefmening p {
  background: url('/images/geefmening_bg-small.gif') no-repeat 0px 0px;
  padding-top: 8px;
}

.conversion a,.conversion a:visited {
  display: block;
  text-align: center;
  width: 182px;
  height: 27px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 27px;
  color: white;
  font-weight: bold;
  font-family: "Arial Narrow", arial, helvetica;
  margin: 10px auto 5px auto;
  background: url('/images/conversion_button_orange.gif') 0px 0px no-repeat;
}

.conversion a:hover {
  text-decoration: underline;
}

.geefmening a,.geefmening a:visited {
  color: #f27500;
  text-decoration: underline;
}

.geefmening a:hover {
  color: black;
}

.conversion_footer {
  background: url('/images/conversion_bottom_light.gif') 0px 0px no-repeat;
  height: 13px;
}

/* KRUIMELPAD */
div#breadCrumb {
  width: 712px;
  height: 33px;
  font-size: 10px;
  line-height: 33px;
  padding-left: 268px;
  background: url('/images/bg_breadcrumb.gif');
}

#breadCrumb a,#breadCrumb a:visited {
  color: #555555;
}

/* DISCLAIMER */
div#footer {
  width: 980px;
  min-height: 60px;
  height: auto !important;
  height: 60px;
  padding-top: 25px;
  background: url('/images/bg_footer.gif') 0px 0px no-repeat;
  margin-left: 0px;
  position: relative;
  font-size: 10px;
  /*padding-left: 267px;*/
  line-height: 16px;
  color: white;
}

#footer_left {
  width: 255px;
  height: 60px;
  float: left;
}

#footer_left a,#footer_left a:visited {
  display: block;
  width: 100%;
  height: 100%;
}

#footer_middle {
  padding-left: 12px;
  padding-top: 2px;
  float: left;
  width: 450px;
}

#footer_right {
  float: left;
  width: 250px;
  height: 50px;
}

#footer_right img {
  width: 250px;
  height: 50px;
}

#footer a,#footer a:visited {
  font-variant: small-caps;
  color: white;
}

#footer_bottom {
  font-size: 10px;
  margin-top: 10px;
  color: #626262;
}

#logos {
  position: relative;
  width: 203px;
  margin-left: 120px;
  float: left;
  display: inline;
}

#logos img {
  margin-right: 10px;
}

/* LanguageSelector */
ul.languageSelector {
  font-size: 10px;
  float: right;
  margin: 0px;
}

ul.languageSelector li {
  display: inline;
  padding: 2px;
}

ul.languageSelector li.active a,ul.languageSelector li.active a:visited {
  text-decoration: none;
  font-weight: bold;
}

fieldset {
  border: none;
}

div.vraag {
  display: block;
  padding-bottom: 15px;
  font-family: Arial, helvetica;
  font-size: 17px;
  color: #EA7C1E;
}

div.stap {
  clear: both;
  float: left;
  margin: 10px 0px;
}

div.stap.selector {
  display: none;
}

.striped {
  background: #cccccc;
}

ul .stapNummer {
  float: left;
  padding-right: 10px;
}

div.antwoord input[type="radio"] {
  margin-right: 5px;
  vertical-align: -1px;
}

div.antwoord table.DataBoundDetailTable th {
  padding: 0px !important;
}

/* GIDS AANVRAGEN */
div.stap {
  width: 440px;
}

span.counter {
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
}

div.expander,div.expander a {
  width: 15px;
  height: 11px;
}

div.expander a {
  display: block;
  margin-top: 4px;
}

div.tree {
  margin-top: 5px;
  float: left;
  width: 440px;
}

div.brochureNode {
  clear: both;
}

div.brochureNode div.expander,div.brochureNode div.nodename {
  float: left;
}

div.brochureNode div.checkDiv {
  float: right;
}
div.brochureNode div.checkDiv,div.brochureNode div.expander,div.brochureNode div.nodename{
  height:20px;
  }
div.brochureNode>div.children {
  display: none;
  clear: both;
}

div.brochureNode.open>div.children {
  padding-left: 10px;
}

div.expander a {
  background: url("/images/arrow_gray.gif") no-repeat scroll 0px 0px #FCFCFC;
}

div.brochureNode.childrenSelected>div.expander a {
  background: url("/images/arrow_orange.gif") no-repeat scroll 0px 0px #FCFCFC;
}

div.brochureNode.open>div.expander a {
  background: url("/images/arrow_green_down.gif") no-repeat scroll 0px 0px #FCFCFC;
}

div.brochureNode.open>div.children {
  display: block;
}

.indent0 {
  font-weight: bold;
  font-size: 12px;
}

.indent1 {
  font-weight: normal
}

.indent2 {
  font-weight: normal;
  font-size: 11px;
}