/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General reset end */

/******************************************************************************/
/* Begin Stylesheet for this website                                          */
/******************************************************************************/
html {
  overflow-y: scroll;
}
body {
  font-size: 13px;
  font-family: arial,calibri,Arial,Helmet,Freesans,sans-serif;
  font-weight: normal;
}

/*
  Structure
*/
body {
  text-align: center;
  margin:0;
  padding: 0px 0px 5px 0px;
  background-color: #D4D0C8;
}


#page-wrapper {
  position: relative;
  text-align: left;
  margin: 0 auto;
  padding: 0px;
  width: 980px;
  background-color: #fefefe;
  color: #555555;
}
html>body #page-container {
}


#page-container {
  position: relative;
  text-align: left;
  margin: 0 auto;
  padding: 0px;
  width: 940px;
  height: 400px;
  background-color: #ffffff;
  color: #555555;
}
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: 155px;
  position: relative;
  background-color: #FFFFFF;
  color: #555555;
  z-index: 1;
/*
  background-image: url(../img/header_koppejan-2.jpg);
*/
  background-image: url(../img/new_website-header.jpg);
  background-repeat: no-repeat;
  background-position: -23px 0px;
  border-bottom: 1px solid #ddd;
  
}
html>body #header-container {
  height: auto;
  min-height: 155px;
}
#static-return { /* back to homepage */
  z-index: 2;
  position: absolute;
  top: 9px;
  left: 0px;
  text-align: center;
}
#static-return a {
  width: 423px;
  height: 115px;
  font-size: 1px;
  text-decoration: none;
  display: block;
}
#static-menu1 {
  z-index: 3;
  position: absolute;
  top: 10px;
  right: 1px;
  height: 23px;
  line-height: 23px;
  text-align: right;
  font-size: 12px;
}
#static-menu1 a {
  color: #555555;  
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 2px;
  display: inline;
}
#static-menu1 a:hover {
  color: #000;  
  text-decoration: underline;
}
#static-menu2 {
  z-index: 3;
  text-align: center;
  font-size: 12px;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}
#static-menu2 a {
  color: #555555;  
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 2px;
  display: inline;
}
#static-menu2 a:hover {
  color: #000;  
  text-decoration: underline;
}
/*
  Main Menu Start
*/
#menu-container {
  z-index: 3;
  position: absolute;
  top: 120px;
  right: 0px;
  z-index: 501;
}
#menu-container ul {
  margin: 0 0 0 0px;
  padding: 0 0 0 0px;
  border: 0 none;
  float: left;
  width: 100%;
}
#menu-container ul li { display: inline; }
#menu-container ul li a {
text-transform: uppercase;
  float: left;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  border: 0 none;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 31px;
  height: 35px;
  text-align: center;
}
#menu-container ul li a {
  color: #777;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-left: 5px;
}
#menu-container ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #029600; /* groen */
}
#menu-container ul li.current a,
#menu-container ul li.active a {
  color: #FFFFFF;
  background-color: #ff7a01; /* oranje */
}
#menu-container ul li.current a:hover,
#menu-container ul li.active a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #029600; /* groen */
}

/* Main Menu End */
#banner-container {
  clear: both;
  float: left;
  margin: 0px;
  padding: 0px;
  border-top: 10px solid #ffffff;  
  line-height: 1;
  width: 100%;
  height: 218px;
  overflow: hidden;
}

#col-container {
  line-height: 1.310em;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  clear: both;
  border-top: 20px solid #ffffff;  
}
#col-container {
  background-image: url(../img/een-pixel-grijs2.png);
  background-repeat: repeat-y;
  background-position: 676px 0px;
}

#col-a {
  float: left;
  margin: 0px;
  padding: 0px;
  width : 655px;
  height: 450px;
}
html>body #col-a {
  height: auto;
  min-height: 450px;
}
#col-b {
  float: left;
  margin: 0px 0 0 45px;
  padding: 7px 0px 0px 0px;
  width : 240px;
  height: 450px;
}
html>body #col-b {
  height: auto;
  min-height: 450px;
}

#footer-container {
  clear: both;
  float: left;
  margin: 15px 0 0 0;
  width : 100%;
  height: 10px;
  padding: 10px 0 20px 0;
  border-top: 1px solid #eeeeee;
}
html>body #footer-container {
  height: auto;
  min-height: 10px;
}
p.footer-text {
  margin: 0px;
  text-align: center;
  font-size: 11px;
  font-family: arial,verdana,sans-serif;
}
.footer-col {
  float: left;
  width: 148px;
  margin: 10px 0px 0px 10px;
  color: #333;
}


#breadcrumb {
  margin: 0px 0px 10px 0px;
  display: none;
}

/*
  Sub Menu Level 2 Start
*/
ul#navlist2 {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  border: 0 none;
  float: left;
}
ul#navlist2 li { 
  display: inline;
  float: left;
}
ul#navlist2 li a {
  float: left;
  margin: 0px;
  padding: 0px;
  border: 0 none;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
}
ul#navlist2 li.last a {

}
ul#navlist2 li a {
  color: #0072BB;
}
ul#navlist2 li a:hover {
  color: #ff7a01;
  text-decoration: none;
}
ul#navlist2 li.current a,
ul#navlist2 li.active a {
  color: #ff7a01;
}
/*   Sub Menu Level 2 End */




/*
  Elements
*/
h1 {font-size:1.7em;margin-bottom:.200em;}
h2 {font-size:1.3em;margin-bottom:.100em;}
h3 {font-size:1em;margin-bottom:.100em;}


h1.page-title {
  margin-bottom: 15px;
  color: #0072BB;
  line-height: 1.000em;
}

#col-a h2 {}
#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.online-netwerken {
  margin-bottom: 0.350em;
}
.social-media {
  background-color: #ff7a01;
  color: #FFFFFF;
  overflow: auto;
  padding: 10px 0px 5px 0px;
}
.social-media .social-media-title {
  float: left;
  line-height: 31px;
  margin: 0 15px 0 10px;
}

#col-b h2.form-header {
  font-size: 18px;
  letter-spacing: 0.04em;
  border: 0 none;
}

p {
  margin:0 0 .8em 0;
  padding:0;
  text-indent:0;
  border:0 none;
}
a:focus {
  outline: #FFFFFF none 0px;
}
#col-a .steunfoto {
  position: relative;
  clear: both;
  margin: 0px 0px 20px 10px;
  padding: 0px;
  border: 0 none;
  clear: both;
}
#col-a .steunfoto img {
  border: 0 none;
  padding: 0;
  margin:0;
}

#col-a .content-wrapper,
#col-a .element-wrapper {
  position: relative;
  clear: both;
  margin: 0;
  border: 0 none;
  padding: 0px 0px .950em 0px;
  overflow: auto;
}
#col-b .content-wrapper,
#col-b .element-wrapper {
  position: relative;
  clear: both;
  margin: 0;
  border: 0 none;
  padding: 0px 0px 1.500em 0px;
  overflow: auto;
}
#col-a .content-wrapper2, 
#col-b .content-wrapper2 {
  padding: 0px 0px 1.000em 0px;
}

.centered img {
  margin-left: 5px;
  margin-bottom: 10px;
}

/*
  Lists
*/
ul { /* vertical */
  border:medium none;
  list-style-position:outside;
  list-style-type:disc;
  margin:0 0 9px;
  padding:0 0 0 1.26em;
}

ol { /* vertical */
  border:medium none;
  list-style-position:outside;
  list-style-type:decimal;
  margin:0 0 9px;
  padding:0 0 0 1.5em;
}


ul li {
  border:medium none;
  margin:0;
  padding:0 0 0 0;
}


/*
  BUTTONS
*/
.play-button {
  text-decoration: none;
  display: block;
  width: 31px;
  height: 31px;
  position : absolute;
  bottom: 10px;
  right: 12px;
  padding: 0px;
  cursor: pointer;
  
  background-image: url(../img/play-button-small.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: 109px;
  background-image: url(../img/formulier-doneren-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#formulier-doneren .formulier-doneren-middle {
  overflow: auto;
  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*/














#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: 240px;
  margin: 0 auto 10px auto;
  position : relative;
  color: #000000;
}
#formulier-tip .formulier-tip-top {
  height: 10px;
  background-color: #C9C9C9;
  background-repeat: no-repeat;
  background-position: center top;
}
#formulier-tip .formulier-tip-middle {
  overflow: hidden;
  padding: 0px 10px;
  background-color: #C9C9C9;
  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-color: #C9C9C9;
  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: 215px;
}
#formulier-tip .knop-verstuur {
  clear: both;
  margin: 10px 0 10px 0;
  cursor: pointer;
  background-color: #ff7a01;
  color: #FFFFFF;
}
#formulier-tip h3 {
    margin:15px 0 5px;
}
#formulier-tip h2 {
    font-size: 14px;
    margin:0;
}
#formulier-tip .attention {
    clear: both;
    color: #666;
}
#formulier-tip ul{
    list-style: none;
    margin:0;
    padding:0;
    overflow: hidden;
}
#tx_tipafriend_button  {
	background-color:#E0E0E0;
	border:1px solid black;
	float:left;
	font-weight:bold;
	margin:0;
	padding:3px;
	text-align:center;
}
.tx_tipafriend_formfield {
  clear:left;
  margin:4px 0;
  overflow:hidden;
}

#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 .title {
  margin: 10px 0 0 10px;
  color: #FFFFFF;
  width: 307px;
}
#project-van-de-week .body {
  margin: 15px 0 0 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 15px 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: 0.4em 10px 0px 10px;
  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 {
  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.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: #333;
  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: .35em;
  border: 1px dotted #0072BB;
  border: 1px dotted #F26522;
  
  display: block;
  text-align: center;
}
.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: 1px solid #efefef;
}
.tx-wgprojects-pi1 .listview .listitem.first {
  border: 1px solid #dedede;
  background-color: #EFEFEF;
  margin-top: 20px;
}
.tx-wgprojects-pi1 .listview .listitem .header-image {
  margin: 0px 10px 0px 0px;
  padding: 0px;
  border: 0 none;
  float: left;
}
.tx-wgprojects-pi1 .listview .listitem .title {
  float: left;
  width: 325px;
  margin: 5px 0px 5px 0px;
}
.tx-wgprojects-pi1 .listview .listitem .description {
  float: left;
  width: 325px;
  line-height: 1.2em;
}
.tx-wgprojects-pi1 .listview .listitem a {
  font-weight: bold;
  color: #0072BB;
  text-decoration: none;
  font-size: .8em;
}
.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: 0px;
  top: 31px;
  font-weight: bold;
}
.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 5px 0px 0px;
  border:  0px solid #006699;
  overflow: auto;
}
.news-list-container .news-list-item {
  margin: 5px 0px 15px 0px;
  padding: 5px;
  border: 1px solid #EFEFEF;
  overflow: auto;
}

.news-list-container.short .news-list-item {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 39px;
  border: 0px solid #EFEFEF;
  
  background-image: url(../img/icon32.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  
}
.news-list-container.short .news-list-item p {
  margin: 0px;
  padding: 0px;
  border: 0px solid #EFEFEF;
}
.news-list-container.short .news-list-item p a {
  margin: 0px;
  padding: 0px;
  border: 0 none;
  text-decoration: none;
  font-weight: bold;
}
.news-list-container.short .news-list-item .subheader {
  font-size: .880em;
  line-height: 14px;
}
.news-list-container.short .news-list-item .subheader p {
  margin-right: 69px;
}

.news-list-container .news-list-item img {
  margin: .1em 10px 0px 0px;
  padding: 0px;
  border: 0 none;
  display: inline;
  float: left;
}
.news-list-container .news-list-item p {
  padding-right: 80px;
}
#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: bold;
  color: #555555;
  font-size: .850em;
}
.news-list-container .news-list-item .news-list-morelink a {
  font-weight: bold;
  color: #0072BB;
  text-decoration: none;
  font-size: .9em;
  margin-left: .45em;
}
.news-list-container .news-list-item .news-list-morelink a:hover {
  text-decoration: underline;
  color: #F26522;
}





/* 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: bold;
  color: #555555;
  font-size: .7em;
}
.news-single-item  .news-single-imgcaption {
  text-align: left;
  padding-left: 10px;
  font-size: .9em;
}
.news-single-item .news-single-backlink a {
  font-weight: bold;
  color: #0072BB;
  text-decoration: none;
  font-size: .9em;
}
.news-single-item .news-single-backlink a:hover {
  text-decoration: underline;
  color: #F26522;
}
/****************************************************************************/
/* Nieuws en Angenda END                                                    */
/****************************************************************************/

/****************************************************************************/
/* CSS FileLinks END                                                        */
/****************************************************************************/
div.css-filelinks p {
  font-size: 11px;
  margin: 0px;
  line-height: 20px;
}
div.css-filelinks img {
  margin-top: 2px;
  float: left;
}
div.css-filelinks a {
  margin-left: 5px;
  font-weight: bold;
  color: #0072BB;
  text-decoration: none;
}
div.css-filelinks a:hover {
  text-decoration: underline;
  color: #ff7a01;
}
/****************************************************************************/
/* 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 {
}


.standpunten-menu.drie {
  width: 702px;
  margin: 0 auto;
  overflow: auto;
}

.standpunten-menu .menu-item {
  width: 226px;
  height: 210px;
  float:left;
  margin: 0px 12px 12px 0px;
  text-align: left;
  overflow: auto;
}
.standpunten-menu .menu-item .title {
  font-size: 12px;
  line-height: 13px;
  padding: 5px;
}
.standpunten-menu.klein .menu-item {
  width: 100%;
  height: auto;
  float:left;
  margin: 0px 0px 6px 0px;
  text-align: left;
  overflow: auto;
}
.standpunten-menu.klein .menu-item .title {
  font-size: 12px;
  line-height: 13px;
  padding: 0px;
  margin: 6px 0 0 0;
}
.standpunten-menu.klein .menu-item .title p {
  margin: 0px;
}
.standpunten-menu .last .menu-item {
  margin: 0px 0px 12px 0px;
}
.standpunten-menu.klein .last .menu-item {
  margin: 0px 0px 6px 0px;
}
.standpunten-menu .menu-item a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  overflow: auto;
}
.standpunten-menu .menu-item .menu-item-image {
  position: relative;
}
.standpunten-menu .menu-item .menu-item-image img {
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px;

  padding: 3px;
  border: 1px solid #b9b9b9;

}
.standpunten-menu.klein  .menu-item .menu-item-image {
  /* float: left;
  margin: 0px 10px 0px 0px; */
}
.standpunten-menu.klein  .menu-item .menu-item-image img {
  margin: .3em 0px 0px 0px;
  padding: 3px;
  border: 1px solid #b9b9b9;

  margin: .3em 10px 0px 0px;
  float: left;
  
}


.standpunten-menu.homepage .menu-item {
  width: 151px;
  height: 180px;
  float:left;
  margin: 0px 18px 1px 0px;
  text-align: left;
  overflow: auto;
}
.standpunten-menu.homepage .last .menu-item {
  margin: 0px 0px 12px 0px;
}
.standpunten-menu.homepage h2 {
  margin: 0px 0 5px 0;
}
.standpunten-menu.homepage .menu-item .title {
  padding: 5px;
  font-size: 11px;
  line-height: 1.2em;
}

.standpunten-menu.homepage .menu-item .menu-item-image img {
  padding: 3px;
  border: 1px solid #b9b9b9;
}



.standpunten-menu.media-homepage .menu-item {
  width: 128px;
  height: auto;
  float:left;
  margin: 0px 18px 1px 0px;
  text-align: left;
  overflow: auto;
  
}
.standpunten-menu.media-homepage .last .menu-item {
  margin: 0px 0px 12px 0px;
}
.standpunten-menu.homepage h2 {
  margin: 0px 0 5px 0;
}
.standpunten-menu.media-homepage .menu-item .title {
  padding: 5px 5px 1px 5px;
  font-size: 11px;
  line-height: 1.2em;
}
.standpunten-menu.media-homepage .menu-item .title p {
  margin:0;
}
.standpunten-menu.media-homepage .menu-item .menu-item-image img {
  padding: 3px;
  border: 1px solid #b9b9b9;
}



.tx-jkpoll-pi1 {
  margin: 0px 0px 25px 0px;
  padding: 10px;
  border:1px solid #C0C0C0;
  background-color: #e8e9ea;
}
.tx-jkpoll-pi1 #jk_poll_comment{
  background-color: #ffffff;
  padding:5px;
}
.tx-jkpoll-pi1 .jk_poll_image{
  float:left;
  margin-top:3px;
  margin-right:10px;	
}
.tx-jkpoll-pi1 .jk_poll_content{
 
}
.tx-jkpoll-pi1 .jk_poll_result{
 clear:both
}

.zeelandblijft_wrapper{
  background-color: #E8E9EA;
  padding: 15px;
  margin: 0px;
  border:  1px solid #c0c0c0;
}

#ctl00_c_cphMain_petition_address, #ctl00_c_cphMain_petition_email, #ctl00_c_cphMain_petition_name{
  width: 97%;
  padding: 2px;
  margin-bottom: 5px
}



p.csc-header-date {margin:0px;font-size:11px;}

#col-a h2 a {
  text-decoration: none;
  color: #555;
}
#col-a h2 a:hover {
  text-decoration: underline;
  color: #0072BB;
}

.blokje-groen {
  color: #F1F1F1;
  background-color: #029600;
  padding: 10px;
}
.blokje-groen a {
  color: #FFFFFF;
}


.poll-list-link a {
  text-decoration: none;
  font-weight: bold;
}
.poll-list-link a:hover {
  text-decoration: underline;
}
.tweets_header{
  clear:both;
  overflow:auto;
}
.tweets_header h2{
  margin-top:15px;
}
.tweets_header img{
   float:left;
   margin-right:5px
}
.twtr-hd{display:none;}
