/*** algemeen ***/
body {
  margin: 0;
  padding: 0;
  background: #f1f1f1;
  position: relative;
}

body, input, table, textarea, select, pre {
  font: 12px/1.5em Arial, Helvetica, sans-serif;
  color: #666666;
}

#page {
  width: 959px;
  margin: 0 auto;
}

#header {
  height: 194px;
  position: relative;
  background: url(gfx/header-bg.gif) 0 0 repeat-x;
  z-index: 10;
}
#logo {
  position: absolute;
  left: 19px;
  top: 27px;
  z-index: 10000; /* extra hoog zodat slideshow nooit overlapt... */
}
#logo img {
  width: 240px;
  height: 90px;
}

#header form {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 2px;
  top: 140px;
  width: 178px;
  height: 29px;
  background: url(gfx/search-bg.gif) 0 0 no-repeat;
}
#header form input {
  background: 0;
  border: 0;
  font-size: 10px;
  color: #888;
  width: 145px;
  position: absolute;
  left: 8px;
  top: 3px;
  margin: 0;
  padding: 5px 0 0 0;
}
#header form input.button {
  width: 28px;
  height: 22px;
  left: 153px; 
  top: 4px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}

#langswitch {
  position: absolute;
  right: 3px;
  top: 4px;
  z-index: 10000; /* extra hoog zodat slideshow nooit overlapt... */
}
#langswitch, #langswitch li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#langswitch li {
  padding: 0 1px;
}
#langswitch li {
  float: left;
}
#langswitch a {
  display: block;
  width: 22px;
  height: 22px;
  background: url(/gfx/trans.gif) 0 0 no-repeat;
}
#langswitch img {
  width: 22px;
  height: 24px;
}
#langswitch .current a,
#langswitch a:hover {
  background-position: 0 -24px;
}

#menu {
  position: absolute;
  left: 0;
  top: 146px;
}
#menu ul, #menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  float: left;
  padding: 0 12px 5px 10px;
  background: url(gfx/menu-dot.gif) 100% 8px no-repeat;
  position: relative;
}
#menu li.li-last {
  padding-right: 10px;
  background: 0;
}
#menu a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
#menu a:hover {
  text-decoration: underline;
}
#menu a.current {
  color: #97C02C;
}

#menu ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 23px;
  width: 186px;
  background: url(gfx/submenu-bg.gif) 0 100% no-repeat;
}
#menu ul li:hover ul {
  display: block;
}
#page #menu ul ul li {
  float: none;
  background: #f1f1f1;
  padding: 5px 10px;
  margin: 0 1px;
  border-bottom: 1px solid #d6d6d6;
}
#page #menu ul ul li.li-last {
  margin-bottom: 1px;
  border: 0;
}
#page #menu ul ul a {
  color: #666;
  text-decoration: none;
  display: block;
  width: 100%;
}
#page #menu ul ul li:hover,
#page #menu ul ul li:hover a {
  background: #a1c4e0;
  color: white;
  text-decoration: none;
}
#page #menu ul ul ul {
  display: none;
}

#left {
  float: left;
  width: 221px;
  background: url(gfx/column-221.gif) 0 100% no-repeat;
}

.blocktitle {
  height: 30px;
  background: url(gfx/green-top.gif) 0 0 no-repeat;
  position: relative;
  color: #424242;
  font-weight: bolder;
  font-size: 14px;
  line-height: 25px;
  padding: 0 25px 0 21px;
}
#page .nl,
#page .green-nl .blocktitle {
  background-image: url(gfx/green-top-nl.gif);
}
.blue .blocktitle {
  background-image: url(gfx/blue-top.gif);
}
.blue-nl .blocktitle {
  background-image: url(gfx/blue-top-nl.gif);
}

.blocktitle a {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#page .blocktitle img {
  width: 25px;
  height: 25px;
  margin: 0;
}
#left #news {
  padding: 0 0 35px 0;
}
#left .newsitem {
  padding: 15px 23px 26px;
  background: url(gfx/end-bullet.gif) 50% 100% no-repeat;
  color: #666666;
}
#left .newsitem a {
  color: #0066CC;
}

#cnextlevel {
  padding: 13px 21px 0 21px;
  line-height: 20px;
}
#cnextlevel li.first {
  display: none;
}
#cnextlevel ul, #cnextlevel li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cnextlevel a {
  color: #0066CC;
}
#cnextlevel a:hover,
#cnextlevel a.current {
  color: #666;
}
#cnextlevel ul ul li {
  background: url(gfx/dash.gif) 0 9px no-repeat;
  padding: 0 0 0 8px;
}

#cnextlevel ul li.accordion a,
#cnextlevel ul li.accordion li.accordion a {
  background: url(gfx/plusteken.gif) 100% 4px no-repeat;
  width: 179px;
  display: block;
  color: #666;
  text-decoration: none;
}
#cnextlevel ul li.accordion li a,
#cnextlevel ul li.accordion li a:hover {
  background: none;
  width: 171px;
}
#cnextlevel ul li.accordion a:hover,
#cnextlevel ul li.accordion li.accordion a:hover {
  background: url(gfx/plusteken-over.gif) 100% 4px no-repeat;
}
#cnextlevel ul li.accordion a.open,
#cnextlevel ul li.accordion li.accordion a.open {
  background: url(gfx/minteken.gif) 100% 4px no-repeat;
}
#cnextlevel ul li.accordion a.open:hover,
#cnextlevel ul li.accordion li.accordion a.open:hover {
  background: url(gfx/minteken-over.gif) 100% 4px no-repeat;
}

#cnextlevel ul li.accordion li.accordion a {
  font-weight: bold;
  width: 171px;
}
#cnextlevel ul li.accordion li.accordion li {
  padding: 0 0 0 24px;
  background: url(gfx/menu-dot.gif) 11px 8px no-repeat;
}
#cnextlevel ul li.accordion li.accordion li a {
  font-weight: normal;
  color: #0066CC;
  text-decoration: underline;
  width: 155px;
}

#cnextlevel ul li.accordion li.accordion li a,
#cnextlevel ul li.accordion li.accordion li a:hover  {
  background: 0;
  width: 145px;
}

#cnextlevel ul.bottom {
  padding: 0 0 20px 0;
  margin: 0 0 15px 0;
  background: url(gfx/end-bullet.gif) 5px 100% no-repeat;
}


/*
#cnextlevel ul ul li.hassub a:hover {
  background-image: url(gfx/plusteken-over.gif);
}
#cnextlevel ul ul li.hassub a.current {
  background-image: url(gfx/minteken.gif);
}
#cnextlevel ul ul li.hassub a.current:hover {
  background-image: url(gfx/minteken-over.gif);
}
#cnextlevel ul ul ul li {
  padding: 0 21px 0 30px;
  background: url(gfx/cnextlevel-bullet.gif) 17px 8px no-repeat;
}
#page #cnextlevel ul ul ul li a {
  color: #0066CC;
  text-decoration: underline;
  width: 128px;
  background: 0;
}
*/

#left img {
  margin: 27px 0 32px 34px;
}
#left.linklist img {
  margin: 17px 0 14px 34px;
}
#linklist {
  padding: 0 25px 20px 21px;
  line-height: 20px;
}
#linklist ul, #linklist li{
  margin: 0;
  padding: 0;
  list-style: none;
}
#linklist a {
  color: #0066CC;
}
#linklist a:hover,
#linklist a.current {
  color: #666;
}

#right {
  float: left; 
  width: 221px;
  padding: 0 0 0 0px;
}
#right .block {
  background: url(gfx/column-221.gif) 0 100% no-repeat;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#right .blocktitle {
  margin-bottom: 13px;
}
#right .blocktext {
  padding: 0 21px;
}
#right .blocktext a {
  color: #0066CC;
}
#right .blocktext p {
  margin: 0 0 15px;
}

#footer {
  padding: 15px 0 0;
  clear: both;
}
#footer ul, #footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul {
  text-align: center;
}
#footer li {
  display: inline;
  padding: 0 5px 0 10px;
  background: url(gfx/footer-bullet.gif) 0 5px no-repeat;
}
#footer li.li-first {
  padding-left: 0;
  background: 0;
}
#footer a {
  color: #666;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#slideshow {
  position: relative;
  overflow: hidden;
  width: 959px;
  height: 140px;
  left: 1px;
}
#content #slideshow {
  border-bottom: 10px solid #f1f1f1;
}
#canvas0, #canvas1 {
  position: absolute;
  width: 959px;
  height: 140px;
  filter: alpha(opacity=10);
  -moz-opacity: 10;
}
#content #slideshow,
#content #canvas0, #content #canvas1 {
  width: 467px;
  height: 248px;
}
#canvas1 {
  visibility: hidden;
}

#content {
  width: 492px;
  padding: 0 0px 20px 25px;
  float: left; 
  position: relative;
}
#span #content {
  width: 713px;
}
* html #span #content {
  padding-right: 0;
}
#full #content {
  width: 100%;
  padding: 0;
}

#cl {
  position: absolute;
  left: 467px;
  top: 0;
  background: url(gfx/blue-link.gif) 0 0 no-repeat;
  display: block;
  width: 25px;
  height: 250px;
}
#span #cl {
  left: 713px;
}
html > body #cf {
  margin-top: -12px;
}
#hb img {
  margin: 20px 0 0;
  margin: 0 0 10px;
}
#home #cf {
  height: 1px;   
  width: 468px;
  border-bottom: 1px solid #cacaca;
  float: left;
  margin-top: 0px;
}

/*** div tekst ***/
#addthis_button, 
#comments,
#tekst {
  width: 426px;
  padding: 0 21px 10px 21px;
  margin: 0;
  background: url(gfx/tekst-bg.gif) 0 0 repeat-y;
}

#span #addthis_button, 
#span #comments,
#span #tekst {
  width: 671px;
  background-image: url(gfx/tekst-bg-span.gif);
}
#span #page .nobg {
  background: 0!important;
  width: 713px;
  padding: 0 0 10px 0!important;
}
#full #tekst {
  width: 100%;
  padding: 0;
  background: 0;
}
#tekst #datum {
  display: none;
}

#tekst table.bgp1 {
  border-collapse: collapse;
}
#tekst table.bgp1, #tekst table.bgp1 td, #tekst table.bgp1 th {
  border: 1px solid #66be29;
}

#tekst h1,
#comments h3 {
  color: #424242;
  font-weight: bolder;
  font-size: 14px;
  line-height: 25px;
  background: url(gfx/h1-bg.gif) 0 0 no-repeat;
  padding: 0 25px 0 21px;
  width: 421px;
  margin: 0 0 19px -21px;
}
#tekst h1 strong {
  font-weight: normal;
}
#span #tekst h1,
#span #comments h3 {
  width: 667px;
  background-image: url(gfx/h1-bg-span.gif);
  margin-right: -25px;
}

#tekst h2 {
  font-size: 14px;
  color: #1089C8;
  font-weight: bolder;
}
#tekst h3 {
  font-size: 12px;
  color: #666666;
  font-weight: bolder;
}

#tekst a {
  color: #0066CC;
}

#comments h3 span {
  font-size: 10px;
  float: right;
}
#comments_form {
  display: none;
}
#comments .item {
  clear: both;
  padding: 0 0 1em 0;
}
#comments p.info {
  padding: 0 0 1em 0;
  clear: both;
}
#comments p.info a {
  color: #000;
  text-decoration: none;
}
#comments p.info a:hover {
  text-decoration: underline;
}
#comments .item span {
  background: black;
  color: white;
  font-size: 13px;
  display: block;
  min-width: 16px;
  max-width: 16px;
  text-align: center;
  line-height: 1.2em;
  float: left;
  margin: 0 4px 0 0;
}
* html #comments .item span {
  width: 16px;
  display: inline-block;
  float: none;
  margin: 0;
}
#comments p {
  margin: 0;
}
#comments .item div {
  padding: 2px;
}

/*** search pages ***/
#sq {
  text-align: center;
}

.searchquery {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.google {
  width: 260px;
}
.searchquery label, .searchquery input, .searchquery select {
  width: auto;
  display: block;
  vertical-align: middle;
}
.searchquery label {
  padding: 6px 0 0;
  margin:0;
}

.searchmode {
  display: none;
}

.searchheader {
}

.searchrow {
  padding-bottom: 1em;
}

.searchinfo {
  font-size: 80%;
}
.searchinfo a {
  font-size: 125%;
}

/*** forms ***/
form {
  padding-bottom: 10px;
}

label, .input {
  width: 12em;
  margin: 6px 0;
  vertical-align: top;
}

label, input, .input, textarea, select {
  display: block;
  float: left;
  margin-bottom: 6px;
}
input, textarea, select {
  margin-top: 4px;
  width: 250px;
}
select, .input {
  width: auto;
}

/*** newsletters/news ***/
#datum {
  font-weight: bold;
  display: block;
  text-align: right;
}

.more {
}
.more:hover {
}
.more img {
  vertical-align: middle;
  margin: 0!important;
  border: 0!important;
}

/*** print ***/
.printonly {
  display: none;
}

.button {
  width: auto;
}


/*** lists ***/
#tekst .list {
  float: left;
  width: 221px;
  margin: 0 0 0 24px;
  padding: 0 0 32px;
  background: url(gfx/column-221.gif) 0 100% no-repeat;
}
#tekst .list p {
  margin: 0;
  padding: 0 0 2px;
}
#tekst .list .lo {
  line-height: 1.5em;
}
#tekst .first {
  margin: 0;
}
#tekst .list .blocktitle {
  /*background: url(gfx/column-221.gif) 0 100% no-repeat;*/
}
#tekst .listitem img {
  margin: 15px 0 10px 34px;
}
#tekst .list .items {
  padding: 15px 21px 0;
  line-height: 1.2em;
}
#tekst .list .listitem .descr_br {
  display: none;
}

#page #tekst .xcms_edit {
  border: 0;
  background: 0;
}

#xcms_vac_back {
  position: absolute;
  left: 30px;
  top: 30px;
}
#xcms_vac_apply {
  position: absolute;
  right: 30px;
  top: 30px;
}
#xcms_vac_details h1 {
  position: absolute;
  left: 46px;
  top: 0;
}
#xcms_vac_details {
  padding-top: 30px;
}
