/*
 * TABLE OF CONTENTS:
 * - CSS reset
 * - HTML elements
 * - Main containers
 * - General classes
 * - Form classes
 * - Page specific classes
 * - Hacks
 */






/*
 * BEGIN CSS RESET (tweaked YUI reset)
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}
html {
  overflow: -moz-scrollbars-vertical !important
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img {
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
em,cite {
  font-style:italic;
}
strong
{
  font-weight:bold;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym {
  border:0;
}

/*
 * END CSS RESET (tweaked YUI reset)
 */






/*
 * HTML ELEMENTS
 */

html {
  height: 100%;
}

body {
  height: 100%;
  padding-bottom: 10px;
  background: #AECBE0 url(../images/body-background.jpg) 0 0 repeat-x;
}

body,
input,
select,
textarea {
  color: #571806;
  font: normal 12px/18px "Trebuchet MS", Helvetica, sans-serif;
}

a:link,
a:visited,
a:active {
  text-decoration: underline;
  color: #344570;
}
a:hover {
  text-decoration: none;
}

table {
  border: 0;
}

* html p {
  margin: 0 0 18px 0;
}
p + p {
  margin: 18px 0 0 0;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  padding: 0 0 0 10px;
  background: url(/images/list.gif) 0 9px no-repeat;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* Paginamanagerstyles */
img[align="left"] {
  margin: 4px 10px 0 0;
  float: left;
}

img[align="right"] {
  margin: 4px 0 0 10px;
  float: right;
}

.paginaManager img {
  border: 2px solid #fff;
}

.paginaManager p {
  margin: 0 0 18px 0;
}

/*
 * END HTML ELEMENTS
 */






/*
 * BEGIN MAIN CONTAINERS
 */

.containerMain {
  width: 960px;
  min-height: 18px;
  margin: 0px auto 0 auto;
  background: #D5DF3B url(../images/content-background.jpg) 0 0 no-repeat;
}
* html .containerMain {
  height: 18px;
}

/*AECBE0*/

.header {
  width: 960px;
  height: 190px;
  position: absolute;
  top: 0;
  background: #000000 url(/images/header-background-simple.jpg) 0 0 no-repeat;
}

.header .logo {
  position: absolute;
  top: 24px;
  left: 11px;
  width: 205px;
  height: 115px;
  text-indent: -9999px;
}

.header .textblock {
  position: absolute;
  left: 241px;
  top: 27px;
  height: 178;
  overflow: hidden;
  width: 400px;
}

.header .textblock h1 {
  margin-bottom: 20px;
  color: #87061D;
  font-size: 18px;
  line-height: 20px;
}

.header .textblock p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.header .video {
  position: absolute;
  left: 654px;
  top: 30px;
  width: 240px;
  height: 179px;
  border: 1px solid #D5DF3B;
  background-position: center;
  background-repeat: no-repeat;
}

.header .video .headingRed {
  margin: 97px 0 0 9px;
}

.header .video h5 {
  float: left;
  clear: both;
  width: 220px;
  margin: 0 0 0 9px;
  background: #fff url(../images/arrow-right.gif) center right no-repeat;
}

.header .video h5 a:link,
.header .video h5 a:hover,
.header .video h5 a:active,
.header .video h5 a:visited {
  display: block;
  padding: 4px 25px 4px 7px;
  color: #B7061D;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
}
.header .video h5 a:hover {
  text-decoration: underline;
}



.content1 {
  width: 960px;
  min-height: 275px;
  margin: 190px 0 0 0;
  background: #D5DF3B url(../images/content-background.jpg) 0 0 no-repeat;
}
* html .content1 {
  height: 275px;
}

.content2 {
  min-height: 18px;
  background: url(../images/menu1-faux-background.png) 0 20px no-repeat;
}
* html .content2 {
  height: 18px;
  background: url(../images/menu1-faux-background-IE6.png) 0 20px no-repeat;
}



/* Begin column1 */
.content1 .column1 {
  float: left;
  width: 195px;
  min-height: 18px;
  margin: 7px 0 0 7px;
  padding: 0 8px 0 8px;
  background: url(../images/menu1-background.png) 0 0 no-repeat;
}
* html .content1 .column1 {
  margin: 13px 0 0 4px;
  height: 18px;
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu1-background.png', sizingMethod='crop')
}

.content1 .column1 .menu {
  background: #B7061D;
}

.content1 .column1 .menu a.lanNL,
.content1 .column1 .menu a.lanEN,
.content1 .column1 .menu a.lanDE {
	float: left;
	display: block;
	margin: -18px 0 0 10px;
	text-indent: -99999px;
	width: 18px;
	height: 22px;
}

* html .content1 .column1 .menu a.lanNL {
	margin-left: 5px;
}

.content1 .column1 .menu a.lanNL:hover,
.content1 .column1 .menu a.lanNLactive {
	background: url(/images/sprite-flags.png) 0 0 no-repeat !important;
}
.content1 .column1 .menu a.lanNL {
	background: url(/images/sprite-flags.png) 0 -22px no-repeat ;
}

.content1 .column1 .menu a.lanEN:hover,
.content1 .column1 .menu a.lanENactive {
	background: url(/images/sprite-flags.png) -28px 0 no-repeat !important;
}
.content1 .column1 .menu a.lanEN {
	background: url(/images/sprite-flags.png) -28px -22px no-repeat;
}

.content1 .column1 .menu a.lanDE:hover,
.content1 .column1 .menu a.lanDEactive {
	background: url(/images/sprite-flags.png) -56px 0 no-repeat !important;
}
.content1 .column1 .menu a.lanDE {
	background: url(/images/sprite-flags.png) -56px -22px no-repeat;
}

/*
.content1 .column1 ul.language {
  margin-left: 10px;
  padding-top: 6px;
}

.content1 .column1 ul.language li {
  display: inline;
  padding: 0 4px 0 0;
  background: none;
}

.content1 .column1 ul.language li a:link,
.content1 .column1 ul.language li a:hover,
.content1 .column1 ul.language li a:active,
.content1 .column1 ul.language li a:visited {
  color: #000;
  padding-top: 3px;
  border-top: 3px solid #B7061D;
  text-decoration: none;
}

.content1 .column1 ul.language li a:hover,
.content1 .column1 ul.language li.selected a:link,
.content1 .column1 ul.language li.selected a:active,
.content1 .column1 ul.language li.selected a:visited {
  border-top: 3px solid #571806;
}
*/

.content1 .column1 ul.links {
  margin-top: 12px;
  background: url(../images/menu1-divider.gif) 0 0 no-repeat
}

.content1 .column1 ul.links li {
  font-size: 14px;
  line-height: 31px;
  background: url(../images/menu1-divider.gif) left bottom no-repeat
}

.content1 .column1 ul.links li a:link,
.content1 .column1 ul.links li a:hover,
.content1 .column1 ul.links li a:active,
.content1 .column1 ul.links li a:visited {
  color: #F9F402;
  text-decoration: none;
}

.content1 .column1 ul.links li a:hover,
.content1 .column1 ul.links li.selected a {
  color: #fff !important;
  text-decoration: underline !important;
}

.content1 .column1 ul.links li.dark a:link,
.content1 .column1 ul.links li.dark a:hover,
.content1 .column1 ul.links li.dark a:active,
.content1 .column1 ul.links li.dark a:visited {
  color: #571806;
}

/* End column 1 */



/* Begin column 2 */
.content1 .column2 {
  float: right;
  width: 720px;
  min-height: 18px;
  margin: 10px 15px 0 0;
}
* html .column2 {
  height: 18px;
  margin-right: 7px !important;
}

.content1 .column2 .zoeken input.text {
  float: right;
  width: 217px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px 0 5px;
  margin-right: 1px;
  border: 0;
  font-size: 14px;
  background: #fff;
}

.content1 .column2 .zoeken input.submit {
  float: right;
  height: 26px;
  line-height: 26px;
  border: 0;
  color: #fff;
  font-size: 14px;
  background: #87061D;
}

.content1 .column2 .menuHolder {
  min-height: 18px;
  width: 760px;
  margin: 4px 0 12px -8px;
}
* html .content1 .column2 .menuHolder {
  height: 18px;
  width: 727px;
}

.content1 .column2 .menu {
  float: left;
  height: 37px;
  padding: 8px 0 0 8px;
  background: url(../images/menu2-shadowLeft.png) 0 0 no-repeat;
}
* html .content1 .column2 .menu {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu2-shadowLeft.png', sizingMethod='crop')
}

.content1 .column2 .menuShadowRight {
  float: left;
  width: 9px;
  height: 37px;
  background: url(../images/menu2-shadowRight.png) 0 0 no-repeat;
}
* html .content1 .column2 .menuShadowRight {
  display: none;
}

.content1 .column2 .menu ul {
  height: 37px;
  background: url(../images/menu2-background.png) 0 0 no-repeat;
}
* html .content1 .column2 .menu ul {
  float: left;
}

.content1 .column2 .menu li {
  display: block;
  float: left;
  width: 143px;
  margin-right: 1px;
  padding: 0;
  background: none;
}
* html .content1 .column2 .menu li {
  position: relative;
  width: 142px;
}

.content1 .column2 .menu a:link,
.content1 .column2 .menu a:hover,
.content1 .column2 .menu a:active,
.content1 .column2 .menu a:visited {
  display: block;
  width: 123px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
* html .content1 .column2 .menu a:link,
* html .content1 .column2 .menu a:hover,
* html .content1 .column2 .menu a:active,
* html .content1 .column2 .menu a:visited {
  width: 122px;
}

.content1 .column2 .menu a:hover,
.content1 .column2 .menu .selected a:link,
.content1 .column2 .menu .selected a:active,
.content1 .column2 .menu .selected a:visited {
  text-decoration: underline;
}

.content1 .column2 .contentColumn1 {
  float: left;
  width: 488px;
  min-height: 18px;
  padding-bottom: 10px;
  background: url(../images/poll-bottomborder.gif) left bottom no-repeat;
}
* html .content1 .column2 .contentColumn1 {
  overflow: hidden
}

.content1 .column2 .contentColumn2 {
  float: left;
  width: 217px;
  min-height: 18px;
  margin-left: 15px;
}
* html .content1 .column2  .contentColumn2 {
  height: 18px;
  margin-left: 12px;
}


.content1 .column2 .links {
  margin-top: 9px;
}
/* End column 2 */

.content1 .column2 .contentColumnNoLine {
  float: left;
  width: 487px;
  min-height: 18px;
  padding-bottom: 10px;
}
* html .content1 .column2 .contentColumnNoLine {
  height: 18px;
}


.mainMasterContainer {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 0px; 
  margin: 0px;
}


.masterKolom1{  /* blockje voor de text */
  width: 239px;
  height: 170px;
  padding: 0px;
  margin: 0 1px 0 0;
  float: left;
}

.masterKolom1 p { /*text preview/teaser */
  margin: 0px;
  padding: 10px 15px 0px 0px;
  color: #98362D;
}

/* arrow right */
.masterKolom1 img {
  float:right;
  margin: 0px;
  padding: 5px 7px;
}

.eggCounter{
  width: 720px;
  height: 25px;
  float: left;
}

.eggCounter .counterText {
  height: 23px;
  float: left;  
  padding: 2px 10px 0px 10px;
  font-size: 14px;
  margin: 0px;
  letter-spacing: 1px;
  color: #87061d;
  background-color:#ffffff;
}

.eggCounter .counter {
  width: 88px;
  height: 24px;
  padding: 4px 0px 0px 5px;
  margin: 0px -3px 0px 2px;
  float: left;
  color: #e5eb84;
  letter-spacing: 12px;
  background:url(../images/counter.png) 0 0 no-repeat;
}

.lowerPart {
  width: 720px;
  float: right;
}

.lowerLeft{
  width: 333px;
  height: 400px;
  float: left;
  background: url(../images/eivandaan.png) 1px 35px no-repeat;
}

.eggFinderContainer { 
  width: 190px;
  height: 105px;
  padding: 0px 10px 0px 15px;
  margin: 138px 10px 0 0px;
  color:  #98362D;
}

.eggFinderContainer .head {
  position: absolute;
  width: 125px;
  margin: -75px 0px 0px 0;
  color: #704A2F;
  font-size: 17px;
}

.lowerRight {
  width: 360px;
  padding-top: 29px;
  float: right;
}

.pollQuestion{
  width: 352px;
  height: 66px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px;
  font-size: 18px;
  font-weight: 400;
  font-style:normal;
  letter-spacing: 0px;
  line-height: 22px;
  color: #2B5400;
  background-color: #ffffff;
}

.pollChoices{
  width: 350px;
  min-height: 112px;
  border: 1px solid #ffffff;
  padding: 4px;
  color: #e5eb84;
  background: url(../images/background-poll.png) 0px 0px no-repeat;
  background-color: #809a1e;
}




.wieiswie_left {
  min-height: 18px;
  width: 500px;
}

* html .wieiswie_left {
  height: 18px;
  width: 500px;
}

.wieiswie_left p {
  margin: -2px 0px 0px 0px;
  font-size:12px;
  font-weight: bold;
  padding-top: 10px;
  color: #fff;
  letter-spacing:0px;
  word-spacing: 0px;
}

.wieiswie_leftPhoto {
  width: 144px;
  padding: 0px;
  margin: 8px 0px 0px 0px;
  float: left;
}

.wieiswie_leftPhotoHeader {
  width: 130px;
  padding: 0px 0px 0px 5px;
  margin: -5px 0px 0px 0px;
}

.wieiswie_leftText {
  width: 320px;
  float: left;
  font-size:12px;
  font-weight: normal;
  padding-top: 5px;
  padding-left: 10px;
  color: #571806;
  letter-spacing:0px;
  word-spacing: 0px;
}

.wieiswie_leftText p {
  color: #571806;
}

.wieiswie_right {
  width: 210px;
}

.wieiswie_right p {
  display: block;
  width: 210px;
  font-size:12px;
  font-weight: bold;
  padding-top: 10px;
  color: #fff;
  letter-spacing:0px;
  word-spacing: 0px;
}

.wieiswie_block {
  width: 210px;
  float: left;
  padding-top: 8px;
  font-size:12px;
  font-weight: bold;
  color: #fff;
  letter-spacing:0px;
  word-spacing: 0px;
  line-height: 18px;
}

.wieiswie_block img {
  margin: 6px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 2px solid #fff;
  float: left;
}

.wieiswie_block h2 {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing:0px;
  word-spacing: 0px;
  border-top: 1px dotted #b7061d;
  padding-top: 8px;
}


.wieiswie_block h3 {
  font-size: 12px;
  font-weight: bold;
  padding-top: 8px;
  color: #b7061d;
  letter-spacing:0px;
  word-spacing: 0px;
  margin: -5px 0px 0px 0px;
}

.wieiswie_block h4 {
  color: #571806;
}

.wieiswie_block a {
  color: #344570;
}



.pollItem .votes {
  float: right;
  padding-right: 22px;
  line-height: 21px;
  font-size: 11px;
  background: url(../images/quote.gif) right 5px no-repeat;
}

.pollItem + .pollItem {
  margin-top: 28px;
}

* html .pollItem {
  margin-bottom: 28px;
}



/* begin float columns */
.floatColumns .block {
  float: left;
  width: 33.2%;
  margin-bottom: 25px;
  overflow: hidden;
}
* html .floatColumns .block {
  width: 240px;
}

.floatColumns .intro {
  float: left;
  width: 66.5%;
  margin-bottom: 25px;
  overflow: hidden;
}
* html .floatColumns .intro {
  width: 480px;
}

.floatColumns div div {
  width: 95%;
  overflow: hidden;
}

.floatColumns ul {
  margin-top: 11px;
}

.floatColumns li {
  padding: 0 0 0 0;
  cursor: pointer;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
}

.floatColumns li a:link,
.floatColumns li a:active,
.floatColumns li a:visited {
  color: #571806;
  text-decoration: none
}

.floatColumns li a:hover {
  text-decoration: underline
}

.floatColumns .iconDoc span,
.floatColumns .iconPpt span,
.floatColumns .iconExcel span,
.floatColumns .iconImage span,
.floatColumns .iconVideo span,
.floatColumns .iconBlank span {
  display: block;
  position: absolute;
  width: 27px;
  height: 21px;
  margin-left: -30px;
}

.iconDoc,
.iconPpt,
.iconExcel,
.iconImage,
.iconBlank,
.iconVideo {
  padding: 0 0 0 30px !important;
}

.floatColumns .iconDoc span {
  background: url(../images/icon-word.png) 0 2px no-repeat;
}
* html .floatColumns .iconDoc span {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon-word.png', sizingMethod='crop')
}

.floatColumns .iconPpt span {
  background: url(../images/icon-ppt.png) 0 2px no-repeat;
}
* html .floatColumns .iconPpt span {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon-ppt.png', sizingMethod='crop')
}

.floatColumns .iconExcel span {
  background: url(../images/icon-excel.png) 0 2px no-repeat;
}
* html .floatColumns .iconExcel span {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon-excel.png', sizingMethod='crop')
}

.floatColumns .iconImage span {
  background: url(../images/icon-image.png) 0 2px no-repeat;
}
* html .floatColumns .iconImage span {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon-image.png', sizingMethod='crop')
}

.floatColumns .iconBlank span {
  background: url(../images/icon-blank.png) 0 2px no-repeat;
}
* html .floatColumns .iconBlank span {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon-blank.png', sizingMethod='crop')
}

.floatColumns .iconVideo span {
  background: url(../images/icon-video.png) 0 2px no-repeat;
}
* html .floatColumns .iconVideo span {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/icon-video.png', sizingMethod='crop')
}
/* end float columns */



.footer {
  min-height: 18px;
  margin-top: 15px;
  text-align: right;
  padding: 5px 5px 6px 15px;
  background: url(../images/footer-background.gif) 0 0 repeat-x;
}
* html .footer {
  min-height: 18px;
  background: url(../images/footer-background.gif) 0 0 repeat-x;
}

.footer li {
  display: inline;
  padding: 0 5px 0 10px;
  font-size: 14px;
  background: none;
}

.footer li {
  background: url(../images/footer-divider.gif) 0 3px no-repeat;
}

.footer li.firstItem {
  background: none;
}

.footer li a:link,
.footer li a:hover,
.footer li a:active,
.footer li a:visited {
  color: #704A2F;
  text-decoration: none;
}

.footer li a:hover {
  color: #704A2F;
  text-decoration: underline
}



#divPopupVideoWindow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  min-height: 180px;
  padding: 10px;
  margin: 46px 0 0 -120px;
  z-index: 101;
  background: #EFD106;
}
* html #divPopupVideoWindow {
  height: 180px;
}


/*
 * END MAIN CONTAINERS
 */






/*
 * BEGIN GENERAL CLASSES
 */

.br {
  height: 2px;
  overflow: hidden;
  margin: 14px 0 9px 0;
  background: url(../images/footer-background.gif) 0 0 repeat-x
}

a.underlineOnHover:link,
a.underlineOnHover:visited,
a.underlineOnHover:active {
  text-decoration: none
}
a.underlineOnHover:hover {
  text-decoration: underline
}

a.hideUnderlineOnHover:link,
a.hideUnderlineOnHover:visited,
a.hideUnderlineOnHover:active {
  text-decoration: underline
}
a.hideUnderlineOnHover:hover {
  text-decoration: none
}

a.underlineOnHover:link span,
a.hideUnderlineOnHover:link span,
a.underlineOnHover:hover span,
a.hideUnderlineOnHover:hover span,
a.underlineOnHover:active span,
a.hideUnderlineOnHover:active span,
a.underlineOnHover:visited span,
a.hideUnderlineOnHover:visited span {
  text-decoration: none ;
}

.smaller1 {
  font-size: 0.9em;
}

.smaller2 {
  font-size: 0.8em;
}

.safeBox {
  min-height: 18px;
}
* html .safeBox {
  height: 18px;
}

ul.semantic li {
  padding: 0;
  background: none
}

img.inline {
  float: left;
  margin: 4px 10px 5px 0;
}

.clear {
  height: 0;
  overflow: hidden;
  clear: both;
}

div.horizontalRule {
  clear: both;
  height: 1px;
  margin: 10px 0 10px 0;
  padding: 0;
  background-color: #7FD6F7;
  overflow: hidden;
}

.replaceText {
  position: absolute;
  left: -99999px;
  background: no-repeat top left;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.rightAlign {
    text-align: right
}

.leftAlign {
    text-align: left
}



/* headers */
.headingRed {
  float: left;
  clear: both;
  padding: 2px 7px 3px 7px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background-color: #B7061D;
}

.headingRed2 {
  min-height: 18px;
}
* html .headingRed2 {
  height: 18px;
}

.headingRed2 span {
  padding: 2px 7px 3px 7px;
  display: block;
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background-color: #B7061D;
}

.headingRed2Span {
  padding: 2px 7px 3px 7px;
  display: block;
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background-color: #B7061D;
}

.headingDefault {
  font-size: 18px;
  color: #fff;
}

.headingDefault a:link,
.headingDefault a:hover,
.headingDefault a:active,
.headingDefault a:visited {
  color: #fff;
  text-decoration: none;
}
.headingDefault a:hover {
  text-decoration: underline;
}

.headingBold {
  color: #fff;
  font-weight: bold;
}

.red {
  color: #87061D
}

.white {
  color: #fff !important
}



.subHeading {
  display: block;
  padding: 7px 0 6px 0;
  color: #fff;
}

.headingRed.date {
  position: absolute;
  margin-top: 10px;
  font-size: 11px;
  line-height: 17px;
}



.articleList {
  margin: 2px 0 4px 0;
  background: url(../images/poll-bottomborder.gif) 0 0 no-repeat;
  padding-top: 2px;
}

.articleList .title {
  font-size: 16px !important;
  color: #fff !important;
  text-decoration: none !important;
}

.articleList li {
  padding: 4px 0 7px 0;
  background: url(../images/poll-bottomborder.gif) bottom left no-repeat;
}

.articleList span {
  line-height: 16px
}

.articleList .goto {
  white-space: nowrap;
}



.questions {
  background: url(../images/poll-bottomborder.gif) left bottom no-repeat;
  padding-bottom: 3px;
}

.questions li {
  width: 530px;
  height: 22px;
  padding-left: 15px;
  background: url(../images/arrow-right-light.gif) 0 5px no-repeat;
}

.questions .stats {
  position: absolute;
  width: 140px;
  border: 2px solid #fff;
  margin: -3px 0 0 560px;
  text-indent: -40px;
  color: #B7061D;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  background: #fff;
}

* html body.home .questionsHome .stats {
  text-indent: -0px;
}

* html body.home .questionsHome span {
  position: relative;
  left: -40px;
  color: #fff;
}

* html .questions .stats {
  text-indent: -0px;
}

* html .questions span {
  position: relative;
  left: -40px;
}

.questions .stats div {
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  overflow: hidden;
  background: #B7061D;
}

.questions .stats div {
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  overflow: hidden;
  background: #B7061D;
}



/* begin extranet */
#divExtranetPopupBackground {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  opacity:.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  z-index: 100;
  background: #000000;
}
* html #divExtranetPopupBackground {
  position: absolute;
}

#divPopupExtranet {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 640px;
  height: 246px;
  margin: 0 0 0 -320px;
  padding: 69px 0 0 0;
  z-index: 101;
  background: url(../images/extranet-login-background1.png) 0 0 repeat-x;
}
* html #divPopupExtranet {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/extranet-login-background1.png', sizingMethod='crop')
}

#divPopupExtranet .content {
  padding: 30px 15px 10px 15px;
  background: #D5DF3B url(../images/extranet-login-background2.jpg) 0 0 repeat-x;
}

#divPopupExtranet .headingDefault {
  margin: 8px 0 8px 0;
  color: #2B5400
}

#divPopupExtranet li {
  float: left;
  clear: none;
  margin: 0 15px 0 0;
  width: 228px;
}

#divPopupExtranet input.text {
  width: 217px;
}

#divPopupExtranet label,
#divPopupExtranet span.label {
  font-size: 12px;
}


#onthoudmijclass {
	width: 471px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding: 0px;
	display: block;
}

#Onthoudmij {
	margin-bottom: 0px;
	
}

/* end extranet */



/* begin paging */
.paging.top {
  margin: 15px 0;
}

.paging .backward {
  float: left
}

.paging .forward {
  float: right
}

.paging .numbers {
  text-align: center
}

.paging .numbers a.selected {
  font-weight: bold;
}

.paging a:link,
.paging a:hover,
.paging a:active,
.paging a:visited {
  color: #87061D;
  text-decoration: none
}

.paging a:hover {
  text-decoration: underline
}
/* end paging */



#map {
  width: 284px;
  height: 284px;
  border: 2px solid #fff;
  margin: 12px 0;
  overflow: hidden;
  color: #000;
}

#map strong {
  font-size: 16px
}

#map div {
  height: 18px;
  min-height: 18px;
}

* html #map p {
  margin: 0 0 10px 0;
}
#map p + p {
  margin: 10px 0 0 0;
}



#divPopupExtranet li.submit {
  width: 10px;
  padding: 23px 0 0 0;
}

#divPopupExtranet form {
  padding: 13px 0 0 0;
}


#divPopupExtranet input.text,
#divPopupExtranet input.submit {
  margin-top: 5px;
}

#divPopupExtranet a.fancyLink {
  color: #87061D;
  padding-right: 12px;
  margin-right: 45px;
  background: url(../images/arrow-right-light.gif) right center no-repeat;
}

/*
 * END GENERAL CLASSES
 */






/*
 * BEGIN FORMS
 */

label {
  cursor: pointer;
}

.formSubmit {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

#formSubmitJs {
  display: none;
}



.defaultFormHolder fieldset {
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
  border: 0;
}
* html .defaultFormHolder fieldset {
  position: relative;
  margin-top: 0.6em;
}

.defaultFormHolder legend {
  font-weight: bold;
}

.defaultFormHolder fieldset ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
* html .defaultFormHolder legend {
  position: relative;
  left: -7px;
  top: -0.75em;
}

.defaultFormHolder fieldset ol ol {
  float: left;
  margin: 0;
  padding: 0;
}

.defaultFormHolder fieldset li li {
  padding: 0;
}

.defaultFormHolder fieldset li {
  width: 100%;
  min-height: 28px;
  float: left;
  clear: left;
  padding: 0;
  background: none;
}

.defaultFormHolder fieldset.submit {
  text-align: right;
  margin-top: 2px;
}

.defaultFormHolder label,
.defaultFormHolder span.label {
  display: block;
  position: relative;
  float: left;
  width: 160px;
  margin: 4px 1em 0 0;
  font-size: 14px;
}

.defaultFormHolder label span,
.defaultFormHolder span.label span {
  position: absolute;
  left: 160px;
}

.defaultFormHolder ol ol label {
  display: inline;
  position: static ;
  float: none;
  width: auto;
  margin-right: auto;
}

/* fix for IE7 and lower */
*:first-child+html .defaultFormHolder input[type="radio"],
*:first-child+html .defaultFormHolder input[type="checkbox"],
* html .defaultFormHolder input[type="radio"],
* html .defaultFormHolder input[type="checkbox"] {
  margin: -5px;
}

.defaultFormHolder input.text,
.defaultFormHolder textarea {
  border: 0;
  width: 232px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px 0 5px;
  font-size: 14px;
  background: #fff;
}
* html .defaultFormHolder input.text,
* html .defaultFormHolder textarea {
  width: 215px;
}

.defaultFormHolder textarea {
  height: 98px;
}

.defaultFormHolder input.submit {
  height: 26px;
  line-height: 26px;
  border: 0;
  color: #fff;
  font-size: 14px;
  background: #87061D
}
* html .defaultFormHolder input.submit {
  margin-right: 16px;
}



body.contact .defaultFormHolder {
  margin-top: 2px;
}

body.contact .contentColumn1 {
  width: 416px !important;
}

body.contact .content1 .column2 .contentColumn2 {
  width: 288px;
}




.sitemap ul ul {
  padding-left: 20px;
}

.button-resultaat:hover, 
.button-resultaat:active, 
.button-resultaat:visited, 
.button-resultaat:link,
.button-resultaat {
	color:#FFFFFF; 
	display:block;
	background: #006600; 
	border:none;
	margin: 24px 0px 0px 95px; 
	width:99px; 
	padding: 3px 0px 0px 3px;
	height:25px;
	text-decoration:none;
	color:white;
}

.hoofdpagina a:link,
.hoofdpagina a:hover,
.hoofdpagina a:visited,
.hoofdpagina a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.hoofdpagina a:hover {
	text-decoration:underline;
}

.subpagina a:link,
.subpagina a:hover,
.subpagina a:visited,
.subpagina a:active {
	color:#571806;
	text-decoration:none;
	font-weight:normal;
}

.subpagina a:hover {
	text-decoration:underline;
}

/*
 * END FORM
 */






/*
 * BEGIN PAGE CONTAINERS
 */

body.hideMenu2 .column2 .menuHolder {
  height: 0;
  min-height: 0;
  margin-bottom: 19px;
  overflow: hidden;
}

body.hideMenu2 .content1 {
  background: url(../images/content-background-noMenu.jpg) 0 0 no-repeat;
}





body.home .headingDefault {
  padding-right: 35px;
}

body.home .headingRed { /* used to make spacing  (actueel)*/
  margin: 0 0 10px 0;
  float: left;
}



.column2 ul.links li {
  padding: 0 0 10px 0;
}

.column2 ul.links li a {
  display: block;
}



.home .questionsHome li {
  width: 210px;
  padding-bottom: 5px;
}

body.home .questionsHome .stats {
  position: absolute;
  width: 80px;
  border: 2px solid #fff;
  margin: 1px 0 0 260px;
  text-indent: -40px;
  color: #B7061D;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  background: #fff;
}

body.home .questionsHome .stats div {
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  overflow: hidden;
  background: #B7061D;
}

body.home .questionsHome .stats div {
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  overflow: hidden;
  background: #B7061D;
}

body.home .pollRadio {
  padding: 4px;
}

* html body.home .pollRadio {
  padding: 0 5px 0 0;
}

* html body.home td {
  padding: 2px 0 0 0;
}




/*
 * END PAGE CONTAINERS
 */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/*
 * BEGIN CODE HOLGER
 */


.productenLeft {
  width: 500px;
}

.productenLeft p {
  margin: -2px 0px 0px 0px;
  font-size:12px;
  font-weight: bold;
  padding-top: 10px;
  color: #fff;
  letter-spacing:0px;
  word-spacing: 0px;
}

.productenLeftImg {
  border: 3px solid #ffffff;
  margin-top:5px;
  margin-bottom: 5px;

}

.productenLeftText {
  width: 480px;
  float: left;
  font-size:12px;
  font-weight: normal;
  padding-top: 5px;
  padding-left: 0px;
  padding-bottom: -10px;
  color: #571806;
  letter-spacing:0px;
  word-spacing: 0px;
}

.productenLeftText p {
  color: #571806;
}

.productenRight {
  width: 220px;
}

.productenRight p {
  /*width: 220px;*/
  padding-top: 6px;
  /*padding-bottom: 6px;*/
  /*display: block;*/
  font-weight: bold;
  color: #fff;
  letter-spacing:0px;
  word-spacing: 0px;
}

.productenRight .divider {
  width: 220px;
  float: left;
  height: 1px;
  margin-top: 7px;
  background: url(../images/poll-bottomborder.gif) no-repeat;
}

.producten_block {
  width: 215px;
  float: left;
  font-size:12px;
  font-weight: bold;
  color: #fff;
  letter-spacing:0px;
  word-spacing: 0px;
  line-height: 18px;
  margin-bottom: 5px;
}

.producten_block img {
  margin: 6px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 2px solid #fff;
  float: left;
}

.producten_block h3 {
  font-size: 12px;
  font-weight: bold;
  padding-top: 8px;
  color: #b7061d;
  letter-spacing:0px;
  word-spacing: 0px;
  margin: -5px 0px 0px 0px;
}

.producten_block h3 a:link,
.producten_block h3 a:hover,
.producten_block h3 a:active,
.producten_block h3 a:visited {
  color: #b7061d;
  text-decoration: none;
}

.producten_block h4 {
  color: #571806;
  font-weight: bold;
}

.producten_block a {
  color: #344570;
  font-weight: bold;
}

/*Video Elements */
#divPopupBackground {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  opacity:1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  background:  #AECBE0;
}

* html #divPopupBackground {
  position: absolute;
}


#divPopupWindow {
  width: 340px;
  height: 259px;
  position: absolute;
  visibility:hidden;
  top: 50%;
  left: 50%;
  margin: -170px 0 0 -130px; 
  z-index: 105;
  opacity:1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  background: #ffffff;
}

#divPopupWindow div {
  position: relative;
}

/* FAQ Elements */

.animMasterBlock {
  width: 720px;
  min-height: 18px;
  padding: 0px;
  margin: 3px 0px 0px 0px;
  background-position: top right;
  background-repeat:no-repeat;
}
* html .animMasterBlock {
  height: 18px;
}

.animMasterHeader {
  width: 210px;
  padding: 2px 4px 3px 4px;
  margin: 0px;
  color:  #fff;
  float: left;
  font-weight: bold;
  line-height: 18px;
  background:#B7061d;
}

.animTextBlock {
  width: 475px;
  padding: 5px 15px 15px 0px;
  margin: 0px;
  float: right;
  overflow:hidden;
  color:  #5400000
}

/*
 * END CODE HOLGER
 */









/* HACK -> 'Display-Table'-vervanger */
.containerMain:after,
.safeBox:after,
.content1:after,
.content2:after,
.column1:after,
.column2:after,
.contentColumn1:after,
.contentColumn2:after,
.menuHolder:after,
.headingRed2:after,
.footer:after,
#divPopupVideoWindow:after,
.animMasterBlock:after
 {
  content: "";
  display: block;
  height: 0;
  clear: both;
}



/* Styles voor de print variant */
@media print
{
    .NoPrint {
      display: none;
    }
}