html {
  overflow-y: scroll;
}
/*
  Font sizes:
  
  17px : 17/16*100 = 106.25%
  16px : 16/16*100 = 100%      <== browser default
  15px : 15/16*100 = 93.75%
  14px : 14/16*100 = 87.50%
  13px : 13/16*100 = 81.25%
  12px : 12/16*100 = 75%
  11px : 11/16*100 = 68.75%
  10px : 10/16*100 = 62.50%
*/
body {
  font-size: 81.25%;
  font-size: 87.50%;
  font-size: 84%;

  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
}

/*
  Structure
*/
body {
  text-align: center;
  margin:0;
  padding: 0px 0px 5px 0px;
  background-color: #999999;
}
#page-outer-wrapper {
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  width: 990px;
  background:#999999 url(../img/backdrop.jpg) repeat-y scroll center top;
  position: relative;
}
/*
  Main Menu Start
*/
#menu-container {
  position: absolute;
  top: 75px;
  left: 133px;
  background:transparent url(../img/menubar.png) no-repeat scroll center left;
  z-index: 501;
  width: 848px;
}
#menu-container ul {
  margin: 0 0 0 9px;
  padding: 0 0 0 0px;
  border: 0 none;
  float: left;
  width: 100%;
}
#menu-container ul li { display: inline; }
#menu-container ul li a {
  float: left;
  margin: 0;
  padding: 0 10px;
  border: 0 none;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 31px;
  height: 35px;
}
#menu-container ul li a {
  color: #DDDDDD;
}
#menu-container ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#menu-container ul li.current a,
#menu-container ul li.active a {
  color: #FFFFFF;
}
#menu-container ul li.last a {
  float: right;
  margin: 0 18px 0 0;
}
/* Main Menu End */

#page-container {
  text-align: left;
  margin: 0 auto;
  padding: 0px;
  width: 950px;
  height: 400px;
  color: #0080CC; /* WG blauw */
  color: #333333;
  position: relative;
}
html>body #page-container {
  overflow: auto;
  height: auto;
  min-height: 400px;
}
#header-container {
  clear: both;
  float: left;
  margin: 0 0 0px 0;
  width : 100%;
  height: 125px;
  position: relative;
  
  background:#FFFFFF url(../img/wilde-ganzen-logo.png) no-repeat scroll 0 0;
  color: #E51A1A; /* WG rood  */
  color: #0080CC; /* WG blauw */  
}
html>body #header-container {
  height: auto;
  min-height: 125px;
}
#static-return { /* back to homepage */
  z-index: 500;
  position: absolute;
  top: 9px;
  left: 35px;
  text-align: center;
}
#static-return a {
  width: 332px;
  height: 97px;
  font-size: 1px;
  text-decoration: none;
  display: block;
}
#static-menu1 {
  position: absolute;
  top: 10px;
  right: 4px;
/*
  width: 200px;
*/
  height: 25px;
  line-height: 23px;
  text-align: right;
  font-size: 12px;
}
#static-menu1 a {
  color: #0080CC; /* WG blauw */  
  color: #777;  
  text-decoration: underline;
  font-size: 12px;
  margin: 0px 0px 0px 5px;
  padding: 2px;
}
#static-menu1 a:hover {
  color: #E51A1A; /* WG rood  */
  color: #000;  
  text-decoration: underline;
}
#static-menu1 a.flag {
  text-decoration: none;
  margin:0px;
  padding:0px;
}
#static-menu1 a.flag img {margin:0 0 -4px 5px;}

#col-container {
  float: left;
  margin: 5px 0 0 0;
}
#col-a {
  float: left;
  margin: 0px;
  padding: 0px;
  width : 680px;
  height: 450px;
}
html>body #col-a {
  height: auto;
  min-height: 450px;
}
#col-b {
  float: left;
  margin: 0px;
  padding: 0px;
  width : 270px;
  height: 450px;
}
html>body #col-b {
  height: auto;
  min-height: 450px;
}
#col-c { display:none;
  float: left;
  width : 165px;
  height: 400px;
  padding: 20px 0px 0px 0px;
  background-color: #005588;
}
html>body #col-c {
  height: auto;
  min-height: 400px;
}
#footer-container {
  clear: both;
  float: left;
  margin: 0px 0 0 0;
  width : 100%;
  height: 75px;
  padding: 0 0 10px 0;
  background-color: #333;
}
html>body #footer-container {
  height: auto;
  min-height: 75px;
}
.footer-col {
  float: left;
  width: 148px;
  margin: 10px 0px 0px 10px;
  color: #DDDDDD;
}
/*
  Sub Menu Level 2 Start
*/
ul#navlist2 {
  background-image: url(../img/bg-menu2.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  border: 0 none;
  float: left;
  width: 100%;
}
ul#navlist2 li { 
  display: inline;
}
ul#navlist2 li a {
  background-image: url(../img/bg-menu2.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  float: left;
  margin: 0px;
  padding: 0px 15px 2px 15px;
  border: 0 none;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
}
ul#navlist2 li.last a {
  background-image: url(../img/bg-menu2-right.jpg);
  background-repeat: no-repeat;
  background-position: center right;
}
ul#navlist2 li a {
  color: #DDDDDD;
}
ul#navlist2 li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
ul#navlist2 li.current a,
ul#navlist2 li.active a {
  color: #FFFFFF;
}
/*   Sub Menu Level 2 End */




/*
  Elements
*/
h1 {font-size:1.7em;margin-bottom:.4em; line-height: .9em;}
h2 {font-size:1.3em;margin-bottom:.2em;}
h3 {font-size:1em;margin-bottom:.1em;}

#col-a h2 {border-bottom: 1px solid #ccc; padding-bottom: .2em;}
#col-a .listitem .title h2 {border:0 none;}
#col-a .countryname h2 {border:0 none;}
#col-a #project-van-de-week h2 {border:0 none; line-height: 1.1em;}

#col-b h2 {border-bottom: 1px solid #ccc; padding-bottom: .2em;}

#col-b h2.form-header {
  font-size: 18px;
  letter-spacing: 0.04em;
  border: 0 none;
}

#col-a .first h2 {
  border: 0 none;
  padding: 10px 0px 0px 0px;
}


p {
  margin:0 0 .8em 0;
  padding:0;
  text-indent:0;
  border:0 none;
  line-height: 18px;
}
a:focus {
  outline: #FFFFFF none 0px;
}
#col-a .steunfoto {
  position: relative;
  clear: both;
  margin: 0px 0px 9px 10px;
  padding: 0px;
  border: 0 none;
  clear: both;
}
#col-a .steunfoto img {
  border: 0 none;
  padding: 0;
  margin:0;
  display: block;
}

#col-a .content-wrapper,
#col-a .element-wrapper {
  position: relative;
  clear: both;
  margin: 0;
  border: 0 none;
  padding: 0px 20px .950em 20px;
  
  overflow: auto;
}
#col-b .content-wrapper,
#col-b .element-wrapper {
  position: relative;
  clear: both;
  margin: 0;
  border: 0 none;
  padding: 0px 10px .7em 10px;
}
#col-a .element-wrapper p {line-height: 1.2em;}
#col-b .element-wrapper p {line-height: 1.2em;}


.centered img {
  margin-left: 5px;
  margin-bottom: 10px;
}

/*
  Lists
*/
ul, ol { /* vertical */
  border:medium none;
  list-style-position:outside;
  list-style-type:disc;
  margin:0 0 9px;
  padding:0 0 0 1.26em;
}
ul li {
  border:medium none;
  margin:0;
  padding:0 0 0 0;
}


/*
  BUTTONS
*/
.play-button {
  text-decoration: none;
  display: block;
  width: 62px;
  height: 62px;
  position : absolute;
  top: 70px;
  left: 94px;
  padding: 0px;
  
  background-image: url(../img/play-button.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.nu-doneren {
  text-decoration: none;
  display: block;
  width: 170px;
  height: 90px;
  position : absolute;
  bottom: -10px;
  right: 50px;
  padding: 0px;
  
  background-image: url(../img/button-nu-doneren.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.nu-doneren-groot {
  text-decoration: none;
  display: block;
  width: 258px;
  height: 110px;
  margin: 0 auto 10px auto;
  padding: 0px;
  
  background-image: url(../img/button-nu-doneren-groot.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.nu-doneren-smal {
  text-decoration: none;
  display: block;
  width: 256px;
  height: 59px;
  margin: 0 auto 10px auto;
  padding: 0px;
  
  background-image: url(../img/button-nu-doneren-smal.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ja-doneren {
  text-decoration: none;
  display: block;
  width: 184px;
  height: 53px;
  margin: 0px;
  padding: 0px;
  
  background-image: url(../img/button-ja-doneren.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ja-periodiek-schenken {
  text-decoration: none;
  display: block;
  width: 184px;
  height: 53px;
  margin: 0px;
  padding: 0px;
  
  background-image: url(../img/button-ja-periodiek-schenken.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ja-fonds-op-naam {
  text-decoration: none;
  display: block;
  width: 184px;
  height: 53px;
  margin: 0px;
  padding: 0px;
  
  background-image: url(../img/button-ja-fonds-op-naam.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ja-geld-nalaten {
  text-decoration: none;
  display: block;
  width: 184px;
  height: 53px;
  margin: 0px;
  padding: 0px;
  
  background-image: url(../img/button-ja-geld-nalaten.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ja-meehelpen {
  text-decoration: none;
  display: block;
  width: 196px;
  height: 44px;
  margin: 0px;
  padding: 0px;
  
  background-image: url(../img/button-ja-meehelpen.png);
  background-repeat: no-repeat;
  background-position: center center;
}


/*
  BLOKJES
*/
#formulier-tussenstand {
  width: 250px;
  margin: 0 auto 10px auto;
  position : relative;
  color: #FFFFFF;
}
#formulier-tussenstand .formulier-tussenstand-top {
  height: 11px;
  background-image: url(../img/formulier-tussenstand.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#formulier-tussenstand .formulier-tussenstand-middle {
  overflow: auto;
  height: 100px;
  padding: 0px 10px 0px 14px;
  background-image: url(../img/formulier-middle.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  font-size: 13px;
  line-height: 16px;
}
html>body #formulier-tussenstand .formulier-tussenstand-middle {
  height: auto;
  min-height: 100px;
}
#formulier-tussenstand .formulier-tussenstand-middle p {
  margin: 0 0 0.4em 0;
}
#formulier-tussenstand .formulier-tussenstand-bottom {
  height: 9px;
  background-image: url(../img/formulier-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#formulier-tussenstand .knop-gegevens-opvragen {
/*  position : absolute;
  bottom: 10px;
  right: 10px; */
    float: right;
  margin: 15px 0 0 0;

}
#formulier-tussenstand .veld-activiteitnummer {
  margin: 0px;
  width: 150px;
}
#formulier-tussenstand .veld-toegangscode {
  margin: 0px;
  width: 150px;
}

#formulier-premiecalculator {
  width: 250px;
  margin: 0 auto 10px auto;
  position : relative;
  color: #FFFFFF;
}
#formulier-premiecalculator .formulier-premiecalculator-top {
  height: 35px;
  height: 11px;
  background-image: url(../img/formulier-premiecalculator-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#formulier-premiecalculator .formulier-premiecalculator-middle {
  overflow: auto;
  height: 100px;
  padding: 0px 10px 0px 14px;
  background-image: url(../img/formulier-middle.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  font-size: 13px;
  line-height: 16px;
}
html>body #formulier-premiecalculator .formulier-premiecalculator-middle {
  height: auto;
  min-height: 100px;
}
#formulier-premiecalculator .formulier-premiecalculator-middle p {
  margin: 0 0 0.4em 0;
}

#formulier-premiecalculator .formulier-premiecalculator-middle #verberg-bedragen {
  display: none;
  display: block;
}
#formulier-premiecalculator .formulier-premiecalculator-bottom {
  height: 9px;
  background-image: url(../img/formulier-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#formulier-premiecalculator .veld-bedrag {
  margin: 0px;
  width: 150px;
}
#formulier-premiecalculator .veld-inc-premie {
  margin: 0px;
  width: 150px;
}
#formulier-premiecalculator .veld-inc-ncdo {
  margin: 0px;
  width: 150px;
}
#formulier-premiecalculator .knop-bereken-bedrag {
/*
  position : absolute;
  bottom: 10px;
  right: 10px;
*/
  float: right;
  margin: 15px 0 0 0;
}


#formulier-doneren {
  width: 341px;
  margin: -3px auto 10px auto;
  position : relative;
  color: #000000;
}
#formulier-doneren .formulier-doneren-projectdetails-top { 
  height: 90px;
  background-image: url(../img/formulier-doneren-projectdetails-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#formulier-doneren .formulier-doneren-top {
  height: 113px;
  background-image: url(../img/formulier-doneren-top.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#formulier-doneren .formulier-doneren-middle {
  overflow: hidden;
  height: 145px;
  padding: 0px 25px 0px 25px;
  background-image: url(../img/formulier-doneren-middle.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  font-size: 13px;
  line-height: 16px;
}
html>body #formulier-doneren .formulier-doneren-middle {
  height: auto;
  min-height: 145px;
}

#formulier-doneren p {
  margin:0 0 4px 0;
  padding: 0px;
  line-height: 22px;
}
#formulier-doneren label {
  float: left;
  width: 125px;
  color: #111111;
  font-weight: bold;
}
#formulier-doneren .tekst {
  margin:0px;
  padding: 0px 0px 0px 3px;
  width: 160px;
  height: 20px;
  border: 1px solid #cdcdcd;
}

#formulier-doneren span.tussentekst {
  display:block;font-size:11px;line-height:1em;padding:3px 0px;color:#777777;
}
#formulier-doneren span.tussentekst2 {
  font-size:11px;line-height:1em;padding:3px 0px;color:#777777;
}

#formulier-doneren .veld-postcode1234.tekst {
  width: 35px;
}
#formulier-doneren .veld-postcodeab.tekst {
  width: 24px;
  text-transform: uppercase;
}
#formulier-doneren .veld-huisnummer.tekst {
  width: 68px;
}
#formulier-doneren .veld-geboortedatum.tekst {
  width: 70px;
}
#formulier-doneren .radio {
  margin:0px;
}


#formulier-doneren .formulier-doneren-junction {
  height: 38px;
  background-image: url(../img/formulier-doneren-junction.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#formulier-doneren .formulier-doneren-bottom {
  height: 82px;
  background-image: url(../img/formulier-doneren-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#formulier-doneren .formulier-doneren-bottom  .knop-verder {
  position : absolute;
  bottom: 16px;
  right: 13px;
}
#formulier-doneren table.doneren-bedrag {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0px solid #FF0000;
}
#formulier-doneren table.doneren-bedrag td {
  margin: 0;
  padding: 3px 0;
}
#formulier-doneren table.doneren-bedrag td.frequentie-tekst {
  width: 100px;
}
#formulier-doneren p.betaalfrequentie,
#formulier-doneren p.betaalwijze {
  border-bottom: 1px solid #F26927;
  margin-top: 10px;
}
#formulier-doneren a#button-maand,
#formulier-doneren a#button-eenmalig,
#formulier-doneren a#button-ideal,
#formulier-doneren a#button-machtiging {
  background-color: #F26927;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 5px 3px 5px;
  margin: 0px 10px 0px 0px;
}
#formulier-doneren #tekst-ideal {
  display: none;
}
#formulier-doneren #tekst-machtiging {
  display: none;
}
#formulier-doneren #tekst-machtiging div.checkbox {
  float:left;margin:0 10px 0 0;padding:1px 0px 0px 0px;height: 6em;
}
#formulier-doneren #tekst-machtiging p {
  line-height: 1.3em;
}
/*formulier doneren*/

/* bevestiging machtiging start */
table.bevestiging {
  border-collapse: collapse;
}
table.bevestiging td {
  font-weight: bold;
  padding: 0px 0 2px 0px;
}
table.bevestiging td.rubriek {
  font-weight: normal;
}
/* bevestiging machtiging end */













#formulier-zoek-project {
  width: 250px;
  margin: 0 auto 10px auto;
  position : relative;
  color: #FFFFFF;
}
#formulier-zoek-project .formulier-zoek-project-top {
  height: 35px;
  background-image: url(../img/formulier-zoek-project-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#formulier-zoek-project .formulier-zoek-project-middle {
  overflow: auto;
  height: 100px;
  padding: 0px 10px 0px 14px;
  background-image: url(../img/formulier-middle.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  font-size: 13px;
  line-height: 16px;
}
html>body #formulier-zoek-project .formulier-zoek-project-middle {
  height: auto;
  min-height: 100px;
}
#formulier-zoek-project .formulier-zoek-project-middle p {
  margin: 0 0 0.4em 0;
}

#formulier-zoek-project .formulier-zoek-project-middle #verberg-bedragen {
  display: none;
  display: block;
}
#formulier-zoek-project .formulier-zoek-project-bottom {
  height: 9px;
  background-image: url(../img/formulier-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#formulier-zoek-project .veld-trefwoord {
  margin: 0px;
  width: 220px;
  background-color: #dedede;
}
#formulier-zoek-project option {
  margin: 0px;
  width: 220px;
}
#formulier-zoek-project .veld-land {
  margin: 0px;
  width: 220px;
}
#formulier-zoek-project .veld-thema {
  margin: 0px;
  width: 220px;
}
#formulier-zoek-project .knop-zoek {
/*
  position : absolute;
  bottom: 10px;
  right: 10px;
*/
  float: right;
  margin: 15px 0 0 0;
}









#formulier-tip {
  width: 250px;
  margin: 0 auto 10px auto;
  position : relative;
  color: #FFFFFF;
}
#formulier-tip .formulier-tip-top {
  height: 60px;
  background-image: url(../img/formulier-tip-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#formulier-tip .formulier-tip-middle {
  overflow: auto;
  height: 50px;
  padding: 0px 10px 0px 14px;
  background-image: url(../img/formulier-middle.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  font-size: 13px;
  line-height: 16px;
}
html>body #formulier-tip .formulier-tip-middle {
  height: auto;
  min-height: 50px;
}
#formulier-tip .formulier-tip-middle p {
  margin: 0 0 0.4em 0;
}

#formulier-tip .formulier-tip-bottom {
  height: 9px;
  background-image: url(../img/formulier-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#formulier-tip .veld-uw-bericht,
#formulier-tip .veld-uw-naam,
#formulier-tip .veld-uw-email,
#formulier-tip .veld-geadresseerde-naam,
#formulier-tip .veld-geadresseerde-email {
  margin: 0px;
  width: 220px;
}
#formulier-tip .knop-verstuur {
  clear: both;
  margin: 10px 0 10px 0;
  float: right;
}


#formulier-ja-ik-help-mee {
  width: 170px;
  height: 156px;
  margin: 0px;
  position : absolute;
  bottom: 25px;
  left: 270px;
  background-image: url(../img/formulier-ja-ik-help-mee.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#formulier-ja-ik-help-mee .veld-naam {
  position : absolute;
  top: 56px;
  left: 13px;
  width: 138px;
}
#formulier-ja-ik-help-mee .veld-radio {
  position : absolute;
  top: 83px;
  left: 13px;
  width: 138px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  font-family: verdana;
}
#formulier-ja-ik-help-mee .knop-verder {
  position : absolute;
  bottom: 10px;
  right: 10px;
}
/*
  Project of the week on the homepage START
*/
#project-van-de-week {
  width: 670px;
  height: 215px;
  margin: 0 0 15px 10px;
  background-image: url(../img/project-van-de-week.png);
  background-repeat: no-repeat;
  background-position: center top;
  position : relative;
  overflow: auto;
  font-size: 13px;
  line-height: 15px;
}
#project-van-de-week .image {
  margin: 0px;
  padding: 0px;
  border: 1px solid #EEEEEE;
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  top: 23px;
}
#project-van-de-week .image img {
  margin: 0px;
  padding: 0px;
  border: 0 none;
  display: block;
}
#project-van-de-week .title {
  margin: 10px 0 0 10px;
  color: #FFFFFF;
  width: 307px;
}
#project-van-de-week .title h2{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#project-van-de-week .country {
  margin: 3px 0px 7px 10px;
  color: #FFFFFF;
  width: 255px;
  font-weight:bold;
  font-size: 1.1em;
}
#project-van-de-week .body {
  margin: 0px 0px 0px 10px;
  color: #FFFFFF;
  width: 255px;
}
#project-van-de-week .body a {
  color: #FFFFFF;
}
/*
  Project of the week on the homepage END
*/
/*
  Project of the week in the sidebar START
*/
#project-van-de-week-sidebar {
  width: 250px;
  margin: 0 auto 10px auto;
}
#project-van-de-week-sidebar .project-van-de-week-sidebar-top {
  height: 22px;
  background-image: url(../img/project-van-de-week-sidebar-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#project-van-de-week-sidebar .project-van-de-week-sidebar-body {
  color: #FFFFFF;
  overflow: auto;
  height: auto;
  padding: 0.4em 10px 0px 10px;
  background-image: url(../img/project-van-de-week-sidebar-middle.png);
  background-repeat: repeat-y;
  background-position: 0 0;
}
#project-van-de-week-sidebar .project-van-de-week-sidebar-body h2 {
  border: 0px solid #ababab;
  padding: 0px;
}
#project-van-de-week-sidebar .project-van-de-week-sidebar-body img {
  margin: 0 auto 8px auto;
  padding: 0;
  border: 1px solid #ababab;
}
#project-van-de-week-sidebar .project-van-de-week-sidebar-bottom {
  height: 10px;
  background-image: url(../img/project-van-de-week-sidebar-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
/*
  Project of the week in the sidebar END
*/

/*
  Project of the week in the sidebar VideoLink START
*/
#bekijk-uitzending-van-de-week {
  width: 250px;
  margin: 0 auto 10px auto;
}
#bekijk-uitzending-van-de-week .bekijk-uitzending-van-de-week-top {
  height: 30px;
  background-image: url(../img/bekijk-uitzending-van-de-week-top.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#bekijk-uitzending-van-de-week .bekijk-uitzending-van-de-week-body {
  color: #FFFFFF;
  overflow: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  background-image: url(../img/bekijk-uitzending-van-de-week-body.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  position: relative;
}
#bekijk-uitzending-van-de-week .bekijk-uitzending-van-de-week-body img {
  margin: 0px;
  padding: 0px;
  border: 0px solid #ababab;
  display: block;
}
/*
  Project of the week in the sidebar VideoLink START
*/


/*
  Quotes in the sidebar START
*/
#wat-anderen-zeggen {
  width: 250px;
  margin: 0 auto 15px auto;
}
#wat-anderen-zeggen .wat-anderen-zeggen-top {
  height: 30px;
  background-image: url(../img/wat-anderen-zeggen-top.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
#wat-anderen-zeggen .wat-anderen-zeggen-body {
  color: #FFFFFF;
  overflow: auto;
  height: auto;
  padding: 10px 20px;
  background-image: url(../img/wat-anderen-zeggen-body.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
}
/*
  Quotes in the sidebar END
*/
a {
  color: #111111;
  color: #0072BB;
}
a:hover {
  text-decoration: underline;
  color: #F26522;
}



.blokje-grijs {
  width: 250px;
  margin: 0 auto 10px auto;
}
.blokje-grijs .blokje-grijs-top {
  height: 10px;
  background-image: url(../img/blokje-grijs-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.blokje-grijs .blokje-grijs-middle {
  overflow: hidden;
  height: auto;
  padding: 0px 10px 0px 15px;
  background-image: url(../img/blokje-grijs-middle.png);
  background-repeat: repeat-y;
  background-position: 0 0;
}
.blokje-grijs .blokje-grijs-bottom {
  height: 10px;
  background-image: url(../img/blokje-grijs-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.blokje-oranje {
  width: 250px;
  margin: 0 auto 10px auto;
}
.blokje-oranje,
.blokje-oranje a {
  color: #FFFFFF;
}
#col-a .blokje-oranje h2,
#col-b .blokje-oranje h2 {
  border-bottom: 0px solid #FFFFFF;
}

.blokje-oranje .blokje-oranje-top {
  height: 10px;
  background-image: url(../img/blokje-oranje-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.blokje-oranje .blokje-oranje-middle {
  overflow: auto;
  height: auto;
  padding: 0.4em 10px 0px 10px;
  background-image: url(../img/blokje-oranje-middle.png);
  background-repeat: repeat-y;
  background-position: 0 0;
}
.blokje-oranje .blokje-oranje-bottom {
  height: 10px;
  background-image: url(../img/blokje-oranje-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
/****************************************************************************/
/* Vertical menu START                                                      */
/****************************************************************************/
.vmenu ul {
  margin:  0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
  list-style-position: outside;
  border-right: 0px solid #DDD;
}
.vmenu ul li {
  line-height: 18px;
  margin:  0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.vmenu ul li a {
  font-weight: normal;
  color: #BBBBBB;
  text-decoration: none;
}
.vmenu ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.vmenu ul li.current a {
/*
  color: #FFFFFF;
  font-weight: bold;
*/
}
.vmenu ul li a.strong {
  font-weight: bold;
  color: #DDDDDD;
}
.vmenu ul li.header {
  color: #DDD;
  font-weight: bold;
}
.vmenu ul li.current.CUR a,
.vmenu ul li.current.ACT a {
/*
  color: #FFFFFF;
  font-weight: bold;
*/
}
#footer-container .contactinformatie,
#footer-container .vmenu ul {
  color: #BBBBBB;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
}

#footer-container .contactinformatie a {
  font-weight: normal;
  color: #BBBBBB;
  text-decoration: none;
}
#footer-container .contactinformatie a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}



/****************************************************************************/
/* Vertical menu END                                                        */
/****************************************************************************/

.image-left {
  float: left;
  display: inline;
  margin: .2em .7em 0 0;
  padding: 0;
  border: 0 none;
}
.image-right {
  float: right;
  display: inline;
  margin: .2em 0 0 .7em;
  padding: 0;
  border: 0 none;
}

/** Fontsizer Start **/
#fontsizer-menu {
  position: absolute;
  top: 35px;
  right: 10px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  font-family: verdana;
}
#fontsizer-menu p, #fontsizer-menu a {
  margin:0;
  padding:0;
  border:0 none;
}
#fontsizer-menu a {
  cursor:pointer;
  font-weight:normal;
  text-decoration:underline;
  color:#777;
}
#fontsizer-menu a:hover{
  color: #000;
  text-decoration:underline;
}
#fontsizer-menu a#fontdown  {font-size:11px;padding: 0px 2px 0px 4px;}
#fontsizer-menu a#fontreset {font-size:13px;padding: 0px 2px 0px 2px;color:#006699;}
#fontsizer-menu a#fontup    {font-size:14px;padding: 0px 4px 0px 2px;}
.smallest {font-size: 60%;}
.small    {font-size: 70%;}
.normal   {font-size:81.25%; font-size:87.50%; font-size:84%;/* MUST BE THE SAME AS YOUR BODY declaration */}
.large    {font-size: 90%;}
.largest  {font-size: 100%;}
/** Fontsizer End **/


.blokjetest {
  width: 200px;
  height: auto;
  background-color: #cc9900;
  background:#cc9900 url(../img/rode_gradient.gif) repeat-x scroll 0 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;  
}
.blokje-doneren-formulier-klein {
  width: 145px;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
  background-color: #003366;
  position: absolute;
  right: 20%;
  top: 1%;
  z-index: 10;  
}
.blokje-doneren-formulier-klein form {
  margin: 5px;
  padding: 5px;
  border: 1px solid #FFFFFF;
}
.blokje-doneren-formulier-klein form #frm_achternaam {border: 1px dotted #999999; margin: 5px 0 0 0;}




/*
  Extension: wg_projects
*/
.tx-wgprojects-pi1 .detailview {
  margin: 0 0 0px 10px;
  padding: 0px;
  border: 0 none;
}
.tx-wgprojects-pi1 .detailview .title {
  margin: 0px;
  padding: 0px;
  border: 0 none;
}
.tx-wgprojects-pi1 .detailview .header-image {
  margin: 0px;
  padding: 0px;
  border: 0 none;
  float: left;
  width: 289px;
  height: 193px;
}
.tx-wgprojects-pi1 .detailview #map {
  margin: 0px 0px 0px 1px;
  padding: 0px;
  border: 1px solid #999999;
  float: left;
  width: 286px;
  height: 191px;
  background-color: #ababab;
  font-size: 10px;
}
.tx-wgprojects-pi1 .detailview .countryname {
  margin: 0px 5px 20px 5px;
  padding: 5px 0px 5px 0px;
  border: 0 none;
  clear: both;
  height: 20px; 
}
.tx-wgprojects-pi1 .detailview .countryname h2 {
  text-align: right;
  float: right;
}
.tx-wgprojects-pi1 .detailview .countryname .thema {
  float: left;
  font-weight: bold;
}
.tx-wgprojects-pi1 .detailview .extra-images {
  padding-top: 1.6em;
  float: right;
  margin-left: 15px;
  width: 200px;
  text-align: center;
  font-size: 12px;
}
.tx-wgprojects-pi1 .detailview .extra-images img {
  margin:0px 0px 1px 0px;
  padding:0px;
  border: 0 none;
  display: block;
}

.tx-wgprojects-pi1 .detailview .body {
  clear: both;
  margin: 0px;
  padding: 0px 0px .95em 5px;
  border: 0 none;
}
.tx-wgprojects-pi1 .detailview .doneren-toegestaan {
  padding: .700em;
  border: 1px dotted #0072BB;
  border: 1px dotted #F26522;
  
  display: block;
  text-align: center;
  clear: both;
}
.tx-wgprojects-pi1 .detailview .navigation {
  margin: 1em 0 0 0;
  padding: 0px;
  border: 0 none;
}
.tx-wgprojects-pi1 .listview {
  margin: 0 0 30px 20px;
  padding: 0px;
  border: 0 none;
}
.tx-wgprojects-pi1 .listview .listitem {
  position: relative;
  overflow: hidden;
  height: auto;
  margin: 5px 0px 15px 0px;
  padding: 5px;
  border: 0px solid #efefef;
}
.tx-wgprojects-pi1 .listview .listitem.first {
  border: 1px solid #dedede;
  background-color: #0072BB;
  color: #EFEFEF;
  margin-top: 20px;
}
.tx-wgprojects-pi1 .listview .listitem.first a{
  color: #EFEFEF;
}
.tx-wgprojects-pi1 .listview .listitem.first a:hover{
  color: #FFFFFF;
}
.tx-wgprojects-pi1 .listview .listitem.first .uitzenddatum {
  background: none;
}
.tx-wgprojects-pi1 .listview .listitem .header-image {
  margin: 0px 10px 0px 0px;
  padding: 0px;
  border: 0 none;
  float: left;
}
.tx-wgprojects-pi1 .listview .listitem .header-image img {
  margin: 0px;
  padding: 0px;
  border: 1px solid #d1d1d1;
  display: block;
}

.tx-wgprojects-pi1 .listview .listitem .title {
  float: left;
  width: 325px;
  margin: 5px 0px 5px 0px;
}
.tx-wgprojects-pi1 .listview .listitem .title h3 a{
  font-size: 1em;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.tx-wgprojects-pi1 .listview .listitem.first .title h3 a{
  color: #FFF;
}
.tx-wgprojects-pi1 .listview .listitem .title h3 a:hover{
  text-decoration: underline;
}
#col-a .tx-wgprojects-pi1 .listview .listitem .title h2 {
  margin:0px;
  padding: 0px;
}


.tx-wgprojects-pi1 .listview .listitem .description {
  float: left;
  width: 325px;
  line-height: 1.2em;
}
.tx-wgprojects-pi1 .listview .listitem a {
  font-weight: normal;
  color: #0072BB;
  text-decoration: underline;
  font-size: 1em;
}
.tx-wgprojects-pi1 .listview .listitem a:hover {
  color: #0072BB;
  text-decoration: underline;
}

.tx-wgprojects-pi1 .listview .listitem .countryname {
  position: absolute;
  right: 5px;
  top: 10px;
  font-weight: bold;
}
.tx-wgprojects-pi1 .listview .listitem .button {
  position: absolute;
  right: 1px;
  top: 37px;
  font-weight: bold;
}
.tx-wgprojects-pi1 .listview .listitem .uitzenddatum {
  position: absolute;  
  border: 0px solid #800;
  right: 5px;
  top: 3px;
  height: 27px;
  line-height: 35px;
  font-weight: bold;
  padding: 0px 33px 0 0;
  background-image: url('../img/menu-gansje-blauw.png');
  background-repeat: no-repeat;
  background-position: right top;
}
.tx-wgprojects-pi1 .listview .listitem .gansje {
display: none;
  position: absolute;
  top: 105px;
  left: 10px;
  width: 34px;
  height: 27px;
  background-image: url('../img/menu-gansje-blauw.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  z-index: 900;
}

.tx-wgprojects-pi1 .listview hr {
  margin: -3px 0px 5px 0px;
  padding: 0px;
  border: 0px solid #FFFFFF;
  border-top: 1px solid #999999;
}

/****************************************************************************/
/* Smoelenboek START                                                        */
/****************************************************************************/
.tx-bzdstaffdirectory-pi1 {
}
.smoelenboek-wrapper {
  /*width: 630px;*/
  overflow: hidden;
  border: 0px solid #00B8DB; /* blue */
}
.smoelenboek-item {
  background-color: inherit;
  float: left;
  display:inline-block;
  overflow:visible;
  text-align: center;
  margin: 0px 18px 18px 0px;
  padding: 0px;
  border: 0px solid #96BC33; /* green */
  width: 140px;
  height: 155px;
  font-size: 12px;
  line-height: 1em;
}
.smoelenboek-item img {
  margin: 0px auto 5px auto;
  padding: 0px;
  border: 0 none;
  display: block;
  cursor: help;  
}
.smoelenboek-item p.tx_bzdstaffdirectory_teamlist_person_name {
  margin: 5px auto;
  padding: 0px;
  border: 0 none;
  font-weight: bold;
}
.smoelenboek-item p.tx_bzdstaffdirectory_teamlist_person_function {
  font-size: 11px;
  margin: 0px auto;
  padding: 0px;
  border: 0 none;
  font-weight: normal;
}
table.tx_bzdstaffdirectory_detail,
table.tx_bzdstaffdirectory_detail-items {
  margin: 0px;
  padding: 0px;
  border: 0 none;
  border-collapse: collapse;
}
table.tx_bzdstaffdirectory_detail td.header p.name {
  color: #00B8DB; /* blue */
  font-size: 28px;
  line-height: 1.12em;
  font-weight: bold;
}

table.tx_bzdstaffdirectory_detail td,
table.tx_bzdstaffdirectory_detail-items td {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #FF0000;
  vertical-align: top;
  text-align: left;
}
table.tx_bzdstaffdirectory_detail-items td {
  padding: 0px 0px 0px 1em;
}
/* Contactpersons "BOX" per page: */
.tx_bzdstaffdirectory_box {
  float:left;
  margin: 0px 10px 10px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #FF0000;
  text-align: left;
}
.tx_bzdstaffdirectory_box a img {
  border: 1px solid #96BC33; /* green */
}
.tx_bzdstaffdirectory_box a:hover img {
  border: 1px solid #00B8DB; /* blue */
}

/****************************************************************************/
/* Smoelenboek END                                                          */
/****************************************************************************/

/****************************************************************************/
/* Nieuws en Angenda START                                                  */
/****************************************************************************/
/* List View */
.news-list-container {
  margin:  0px;
  padding: 0px;
  border:  0px solid #006699;
  overflow: auto;
}
.news-list-container .news-list-item {
  margin: 5px 0px 15px 0px;
  padding: 5px;
  border: 0px solid #EFEFEF;
  overflow: auto;
}
.news-list-container .news-list-item img {
  margin: .1em 10px 0px 0px;
  padding: 0px;
  border: 1px solid #d1d1d1;
  display: inline;
  float: left;
}
.news-list-container .news-list-item .no-image img {
  border: 1px solid #FFFFFF;
}

#col-a .news-list-container .news-list-item h2 {
  border: 0 none;
}
.news-list-container .news-list-item h2 a {
  text-decoration: none;
  color: #000000;
}
.news-list-container .news-list-item .news-list-date {
  float: right;
  font-weight: normal;
  color: #555555;
  font-size: 10px;
}
.news-list-container .news-list-item .news-list-morelink a {
  font-weight: bold;
  color: #0072BB;
  text-decoration: underline;
  font-size: .8em;
}
/* Single View */
.news-single-item  h2 {
  margin-bottom: 10px;
}
.news-single-item  .news-subheader {
  margin-bottom: 1.5em;
}
.news-single-item .news-single-timedata {
  float: right;
  font-weight: normal;
  color: #555555;
  font-size: 10px;
}
.news-single-item  .news-single-imgcaption {
  text-align: left;
  padding-left: 10px;
  font-size: .9em;
}
/****************************************************************************/
/* Nieuws en Angenda END                                                    */
/****************************************************************************/

/****************************************************************************/
/* CSS FileLinks END                                                        */
/****************************************************************************/
div.css-filelinks p {
  line-height: 1.100em;
}
div.css-filelinks a {
  font-weight: bold;
  color: #0072BB;
  text-decoration: none;
}
div.css-filelinks a:hover {
  text-decoration: underline;
}
/****************************************************************************/
/* CSS FileLinks START                                                      */
/****************************************************************************/



/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	margin: 0 auto;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.simple_overlay .info  {
  border-top:1px solid #999999;
  bottom:0;
  background-color:#777777;
  color:#FFFFFF;
  font-size:11px;
  left:0;
  padding:10px 15px;
  position:absolute;
}


#add-this-button {
  position: absolute;
  top: 39px;
  right: 60px;
}

#col-a .content-wrapper.moneymaker {
}




.passe-partout {
  width: 670px;
  height: 220px;
  position: absolute;
  top: 0px;
  left: 0px;
  background:url(../img/passe-partout-670x220.png) no-repeat scroll 0 0;
}


/* Searchresults Page Navigation */
ul.browsebox {
	margin:10px auto 10px auto;
	padding:0;
	border:0;
	text-align:center;
}
ul.browsebox li.browseboxInfo {
	display:block;
	margin:1em;
	padding:0 3px 0 0;
	border:0;
	list-style-position:inside;
	list-style-type:none;	
}
ul.browsebox li {
	display: inline;
	margin:0;
	padding:0 3px 0 0;
	border:0;
	list-style-position:inside;
	list-style-type:none;
}
ul.browsebox li a , ul.browsebox li span {
  color:#FF0000;
  color:#000000;
  background-color:#EFEFEF;
  border:1px solid #dedede;
  border:1px solid #000000;
  padding: 1px 3px;
  padding: 3px 6px;
  margin:0;
  text-decoration:none;
}
.news-list-browse {
  text-align:center;
  overflow: hidden;
}
