/* reset thanks to Eric Meyer */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

/* general classes */
.clear {
  clear: both;
}
.leesmeer {
  text-align: right;
  background: right 20% no-repeat url(bullet-leesmeer.png);
  margin: 0;
}
.leesmeer a {
  text-decoration:none;
  padding-right: 15px;
}
  .leesmeer a:hover {
    text-decoration: underline;
  }
#content .leesmeer a:hover {
  color: #84B43A;
}
#sidebar .leesmeer a {
  color:#e98000;  
}
p.date {
  color:#999;
  padding-bottom: 0px;
}
/* Self-clear floats */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* layout of main elements */

body {
  background-color: #f3f3f0;
}
  #container {
    margin: 0 auto;
    padding-left:25px;
	width: 960px;
  }

/* horizontal menus */

.horizontalmenu ul,
.horizontalmenu ol {
  margin: 0px;
  list-style-image: none;
}
  .horizontalmenu li {
    display: inline;
    padding: 0 10px;
    background: top left no-repeat url(divider-horizontalmenu.png);
  }
  .horizontalmenu li:first-child {
    padding: 0 10px 0 0;
    background: none;
  }
    .horizontalmenu a {
      text-decoration: none;
    }
    .horizontalmenu a:hover,
    .horizontalmenu .selected a {
      text-decoration: underline;
      color: #ed8c22;
    }
    .horizontalmenu a:hover {
      text-decoration: underline;
    }
  
/* color of text */

body {
  color: #333;
}
#subnavigation a {
  color: #666;
}
#header p,
.horizontalmenu a,
#breadcrumb a{
  color: #999;
}


/* skip link */

#skip a, 
#skip a:hover,
#skip a:visited {
  position:absolute;
  left:0px;
  top:-500px;
  width:1px;
  height:1px;
  overflow:hidden;
}
#skip a:active, 
#skip a:focus {
  position:static;
  width:auto;
  height:auto;
} 

/* header */

#header {
  height: 78px;
  width: 965px;
  width: 960px;
  position: relative;
}
  #logo {
    display: block;
    float:left;
    width: 164px;
    height: 32px;
    margin: 8px 0 0 3px;
  }
  #headertop {
    width: 775px;
    height: 50px; 
    float: left;
  }
    #header .horizontalmenu {
      height: 18px;
      float:left;
      padding: 15px 0 0 0;
      margin: 0px;
      width: 504px;
      text-align: right;
    }

/* dropdown menu */
.menu {
  background: top left transparent no-repeat url(mainnavigation-bg.png);
  height: 30px;
  list-style-type:none;
  list-style-image: none;
  margin:0px;
  padding:0px; 
  position:relative;
  float:left;
  width: 660px;
  z-index: 1;
}
.menu ul {
  list-style-image: none;
}
  .menu li {
    float:left; 
    position:relative;
    border-right: 1px solid #dcdbdb;
  }
    .menu li a, 
    .menu li a:visited {
      color:#84b43a;
      display:block; 
      float:left; 
      height:22px;
      padding-top:8px;
      letter-spacing: 1px;
      text-align: center;
      text-decoration:none; 
      width:140px; 
    }
    .menu li a.menu-maincategory {
      cursor: default;
    }
    * html .menu li a, 
    .menu li a:visited {
      width:140px;
    }
      .menu li ul {
        list-style-type:none; /* for Firefox */
        list-style-image: none;
        margin:0; 
        padding:0; 
        height:0;
        left:0;
        overflow:hidden;
        position:absolute; 
        top:2.5em;
        visibility:hidden;
      }
    .menu table {
      margin:-1px; 
      border-collapse:collapse; 
      font-size:1.1em; /* font size for IE5.5 */
    }
	
	.menu li a.selected {
		color: #ED8C22;
	}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu li:hover a,
.menu li a:hover {
  border:none;
  background: top left no-repeat url(mainnavigation-li-hover.png);
  color:#FFF;
}

.menu li.right:hover a,
.menu li.right a:hover {
  background: top left no-repeat url(mainnavigation-li-hover-normal.png);
}

  .menu li.right:hover ul,
  .menu li:hover ul,
  .menu li.right a:hover ul,
  .menu li a:hover ul {
    visibility:visible;
    height:auto; 
    width:140px; 
    left:0; 
    top:30px;
    overflow:visible;
    padding-bottom: 5px;
    background: bottom left no-repeat url(mainnavigation-submenuitem-bottom.png);
  }
    .menu li li {
      border: none;
    }
      .menu li.right:hover ul li a,
      .menu li.right a:hover ul li a,
      .menu li:hover ul li a,
      .menu li a:hover ul li a {
    border:none;
        color:#FFF; 
        display:block; 
        background:top left repeat-y url(background-submenuitem.png); 
        text-decoration:none; 
        padding-top: 5px;
        height:21px;
        letter-spacing: 0px;
        width:140px;
      }
        * html .menu li a:hover ul li a {
          width:140px;
        }
      .menu li:hover ul li.last a,
      .menu li a:hover ul li.last a {
      }
      .menu li:hover ul li a:hover,
      .menu li a:hover ul li a:hover {
        text-decoration:underline;
      }


/* supportive menu in header */

#header form {
  display: block;
  position: absolute;
  right: 20px;
  top: 11px;
  background: top left no-repeat url(searchbox.png);
  height: 20px;
  width: 250px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
  #header form input {
    border: none;
    background: transparent none;
  }
  #searchtext {
    float: left;
    width: 218px;
    padding: 0;
    color:#4e4e4e;
    border: none;
    position: absolute;
    top: 3px;
    left: 7px;
  }
  #header form input[type=submit] {
    background: top left no-repeat url(searchbutton.png);
    float: right;
    height: 20px;
    width: 23px;
    overflow: hidden;
    text-indent: -1000px;
    color: transparent;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 227px;
    cursor: pointer;
  }

/* contentwrapper */

#contentwrapper {
  width: 660px;
  float: left;
  margin: 21px 0px 37px 0px;
  position:relative;
}
  #contentwrapper-top {
    background: top left no-repeat url(content-top-bottom.png);
    height: 4px;
    overflow:hidden
  }
  #contentwrapper-content {
    background: top left repeat-y url(content-bg.png);
  }
  #contentwrapper-bottom {
    background: 0px -4px no-repeat url(content-top-bottom.png);
    height: 4px;
    overflow:hidden;
  }
  #content-bottom {
    padding: 0 25px;
    margin-top:421px;
  }
    #content-bottom p {
      line-height: 2em;
    }

/* breadcrumbs */

#breadcrumbs {
  padding: 4px 0 18px 5px;
}
  #breadcrumbs li {
    background: center right no-repeat url(breadcrumb-divider.png);
    padding: 0 18px 0 10px;
  }
  #breadcrumbs .last {
    background:none;
  }
    #breadcrumbs a:hover {
      color:#84b43a;
    }

/* subnavigation in maincontent */

#leftbar {
  position: absolute;
  width: 171px;
  left:-21px;
}
#subnavigation {
  background: 0 100% repeat-y url(subnavigation-content.png);
  width: 100%;
}
  #subnavigation ul {
    margin: 0px;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
  }
    #subnavigation li {
      margin: 0 4px;
      padding: 0;
    }
    #subnavigation li.selected,
    #subnavigation li:hover {
      background: 0% 50% repeat-x url(subnavigation-hoverlarge.png);
      color: #FFF;
    }
      #subnavigation li a {
        display: block;
        text-decoration: none;
        padding: 10px 13px 10px 26px;
        background: 13px 14px no-repeat url(bullet.png);
        width: 125px;
        color:#666;
      }
      #subnavigation li:hover a,
      #subnavigation li.selected a {
        background: 13px 14px no-repeat url(bullet-white.png); 
        color:#FFF;
      }

#subnavigation-top {
  background: top left no-repeat url(subnavigation-top.png);
  padding-top: 21px;
}
  #subnavigation-bottom {
    background: bottom left no-repeat url(subnavigation-bottom.png);
    padding-bottom: 26px;
  }
    
.rss {
  height:17px;
  padding: 3px 20px;
  background: top left no-repeat url(rss.png);
  margin: 13px 13px 13px 34px;
  text-decoration:none;
  color:#7d7879;
  position: relative;
}
.rss:hover {
  text-decoration:underline;
}
    
/* content */
#content {
  width: 434px;
  float: left;
  padding: 0 25px 25px 170px;
  min-height: 350px;
}
  #content h1 {
    margin-bottom: 1em;
  }  
  
/* home */
.home {
  background: #F3F3F0 50% 64px no-repeat;
}
.home #carrousel-container {
  position: absolute;
  z-index: 1;
  top: -55px;
  left: -15px;
}
.home #carrousel-container p {
  margin: 0;
  position: relative;
  height: 402px;
}
.home #carrousel-container img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home #header {
  z-index: 2;
}
.home #sidebar {
  position: relative;
  z-index: 2;
}

  
/* forms in maincontent area */
#content form {
}
  #content form li {
    list-style-type: none;
    list-style-image: none;
    float: left;
    width: 100%;
    margin: 0 0 1em 0;
  }
  #content label {
    width: 125px;
    display:block;
    float: left;
  }
  #content input[type=text] {
    background: top left no-repeat url(textfield-large.png);
    width: 276px;
    float: left;
  }
  #content form li li {
    /* Radio choices */
    width: auto;
    float:left;
    margin: 0 1em 0 0;
  }
  #content form ul.errorlist li {
    width: 290px;
    display: block;
    margin-left: 125px;
  }

.smallbutton {
  background: 0 3px no-repeat url(smallbutton.png);
  display:block;
  height: 24px;
  width: 93px;
  border:none;
  color: #FFF;
  margin-top: 1em;
  text-align: left;
  padding-left:5px;
}
  .smallbutton:hover {
    color: #000;
    cursor:pointer;
  }

p.note {
  display:block; 
  clear: both;
  width: 100%;
  color: #999;
  margin-top: 1em;
}
p.note + .smallbutton {
  margin: 0 0 0 125px;
}
/* optionsmenu in content */
#optionsmenu {
  text-align: right;
  margin: 0 0 1em 1em;
  float:right;
  display: inline;
}
  #optionsmenu li {
    display: inline;
    background-position: left 50%;
    background-repeat: no-repeat;
    padding: 0 6px 0 20px;
  }
    #email {
      background-image: url(mail.png);
    }
    #share {
      background-image: url(share.png);
    }
    #print {
      background-image: url(print.png);
    }
    #delicious {
        display: block;
        padding-left: 26px;
        background: top left url(delicious.png) no-repeat;
    }
    #linkedin {
        display: block;
        padding-left: 26px;
        background: top left url(linkedin.png) no-repeat;
    }
    #twitter {
        display: block;
        padding-left: 26px;
        background: top left url(twitter.png) no-repeat;
    }
  #optionsmenu a {
    text-decoration: none;
    color: #7d7879;
  }
    #optionsmenu a:hover {
      text-decoration: underline;
      color:#84b43a;
    }
  #optionsmenu form,
  .tellafriend_form {
    background: none;
  }
    #optionsmenu input[type=text],
    .tellafriend_form input[type=text] {
      width: 272px;
    }
    .tellafriend_form input[type=text] {
      margin: 0.25em 0 1em 0;
      clear: both;
    }
    #optionsmenu label,
    .tellafriend_form label {
      width: 272px;
      float:none;
    }
    #optionsmenu .largebutton,
    .tellafriend_form .largebutton {
      margin-top: 1em;
      width:290px;
      border: none;
      height:22px;
      text-align: left;
      color:#FFF;
      float:left;
      padding-left: 10px;
      cursor: pointer;
    }
    #optionsmenu .largebutton input,
    .tellafriend_form .largebutton input{
      height:20px;
    }
    .tellafriend_form .formfield-text {
      margin-bottom: 0.25em;
      float: left;
      width: 100px;
    }
    .tellafriend_form .error {
      margin-bottom: 0.25em;
      float: right;
      text-align: right;
      color: #ed8c22;
      font-weight: bold;
    }


/* popup */
.active {
  position:relative;
}
.afsluiten {
  display: block;
  width: 20px;
  height: 20px;
  background: top left no-repeat url(close.png);
  text-indent: -1000px;
  overflow: hidden;
}
.popup {
  display: none;
}
.active .popup {
  display: block;
}
  .popup form {
    padding-bottom: 2em;
    clear: both;
  }
  .active .popup  {
    background-color: #FFF;
    border: 1px solid #999;
    left:-50%;
    margin:0px;
    padding: 10px;
    position:absolute;
    top: 1.5em;
    width:auto;
    text-align: left;
    color: #666666;
  }
  .popup ul,
  .article-share {
    margin: 1em 0 0 0;
    clear: both;
    padding-top: 5px;
  }
  .article-share {
    margin: 0;
    list-style-image: none;
    background: none;
  }
    #optionsmenu .popup li,
    .article-share li {
      display: block;
      padding: 0px;
      text-align: left;
      margin-bottom: 0.5em;
      background: none;
      list-style-image: none;
    }
    .popup li a,
    .article-share li a {
      display: block;
      white-space:nowrap;
    }
    .article-share li a {
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      width: 70px;
      color: #7d7879;
      text-decoration: none;
    }
    .article-share li a:hover {
      color: #84b43a;
      text-decoration: underline;
    }

/* sidebar backgrounds */
#sidebar {
  float: left;
  color:#666666;
  margin: -30px 0 0 0;
  padding: 0 0 0 30px;
  width: 268px;
}
  .section-top {
    padding: 4px 0 0 0;
    background: top left no-repeat url(section-top.png);
    width: 251px;
    margin-bottom: 10px;
  }
    .section-bottom {
      padding: 0 0 4px 0;
      background: bottom left no-repeat url(section-bottom.png);
     width: 251px;
    }
      .section-content {
        width: 251px;
        background: top left repeat-y url(section-content.png);
      }
        .section-gradient {
          width: 230px;
          background: bottom left no-repeat url(section-gradient.png);
          padding: 6px 20px 11px 11px;
        }
     
      
/* newsletter section sidebar */
.newsletter form {
  clear: both;
}
#newslettersubmit {
    text-align: right;
}
#newslettersubmit .smallbutton {
    display: inline;
}
      
/* contact section sidebar */
#contact {
  background: top left repeat-y url(contact-content.png);
}
  #contact-bottom {
    background: bottom left no-repeat url(contact-bottom.png);
  }
    #contact-content {
      background: top left no-repeat url(contact-top.png);
      min-height:100px;
      padding:34px 35px 60px 26px;
      }

.largebutton {
  display: block;
  background: top left no-repeat url(largebutton.png);
}
  .largebutton input {
    border:none;
    background-color: transparent;
    height: 23px;
    width: 172px;
    color: #FFF;
    text-align: left;
    cursor:pointer;
    margin: -1px 0 0 0;
    padding-left:5px;
  }
#contact .largebutton {
  color: #FFF;
  height: 21px;
  width: 201px;
  padding: 1px 0 0 10px;
  cursor:pointer;
  text-decoration: none;
}
  #contact .largebutton:hover,
  #optionsmenu .largebutton:hover input{
    color:#000;
  }

input[type=text] {
  border: none;
  width: 214px;
  height: 14px;
  padding: 3px 8px;
  background: top left transparent no-repeat url(textfield.png);
}
textarea {
  border: none;
  background: top left no-repeat url(textarea.png);
  height: 150px;
  width: 280px;
  padding: 5px;
}

.errorlist {
  margin: 0px;
  list-style: none;
  list-style-image: none;
}
  .errorlist li {
    color:red;
    font-weight:bold;
  }

#sidebar .person {
  font-size: 0.9em;
  line-height: 1.2em;
}
  #sidebar .person span {
    display:block;
  }

#sidebar .leesmeer {
  height: 21px;
  text-align: right;
  background: bottom right no-repeat url(leesmeer-sidebar.png);
  margin-top: 1em;
  padding: 0;
}
  #sidebar .leesmeer a{
    color: #ED8C22;
    cursor:pointer;
    font-weight:bold;
    text-decoration:none;
    padding: 0px 30px 0 0;
  }
    #sidebar .leesmeer a:hover {
      text-decoration: underline;
    }

/* footer */

#footer {
  padding: 11px 0 0 0;
  background: top left no-repeat url(footer-bg.png);
  width: 100%;
  clear: both;
  color:#999;
  font-size:0.9em;
}
  #footer-bottom {
    background-color:#FFF;
  }
    #footer-content {
      padding-bottom: 10px;
    }
      #footer ul {
        margin: 0 10px;
        float:left;
      }
        #footer .horizontalmenu li {
          background: top right no-repeat url(divider-horizontalmenu-footer.png);
          padding: 0 7px;
        }
          #footer li a:hover {
            color:#84b43a;
          }

/* news overview : images (91px x 91px) */

.newsitem {
  clear:both;
  padding: 18px 0 0 0;
  margin: 18px 0 0 0;
  background: top left no-repeat url(hr-content.png);
}
  .newsitem img {
    float: left;
    display: block;
    margin: 5px 10px 18px 0;
  }
  .newsitem p {
    margin: 0 0 1.5em;
  }
  .newsitem .date {
    padding-left: 0px;
    margin: 0;
  }
#optionsmenu + .newsitem {
  margin: 0px;
  padding: 0px;
  background: none;
}

/* typography */


h1, 
#sidebar h2,
#topmenu li a { 
  letter-spacing: 1px;
}


body {font-size: 75%;color: #333;font-family: Arial, sans-serif;}
#content,
#subnavigation,
#sidebar{
  line-height: 1.5em;
}


/* Headings */

h1,.h1, h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {font-weight: normal; color: #111;}
h3,.h3,h4,.h4,h5,.h5,h6,.h6 {font-family: arial;letter-spacing:1px;}

h1, .h1 { font-size: 1.7em; line-height: 1; margin-bottom: 1em; color:#4e4e4e;}
h2, .h2 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.5em; color:#333333;}
h3, .h3 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h4, .h4 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h1, .h1 {
  color:#84b43a;
}

/* Text elements */

p           { padding: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
#content img,
#sidebar img { margin-bottom: 1em;}
#sidebar p { padding:0;}

a:focus, 
a:hover     { color:#84b43a; }
a           { color:#000;text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists */ 

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-image: url(bullet.png); }
ol          { list-style-type: decimal; }

form ul     { list-style-image: none; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #EDEDED; }
th,td       { padding: 4px 10px 4px 5px; border: 1px solid #84B43A; text-align: left;}
tfoot       { font-style: italic; }
caption     { font:size: 1.2em; font-weight:bold; color:#84B43A;padding-bottom:0.5em; }

/* Lightbox */

#lightbox,
.lightbox {
    display: none;
}
#lightbox_trigger,
.lightbox_trigger {
    display: none;
}
#inner_lightbox,
.inner_lightbox {
    background-color: #fff;
    color: #333;
    height: 100%;
    width: 100%;
    position: relative;
}
#inner_lightbox h3,
.inner_lightbox h3 {
    font-size: 15px;
    color: #333;
    margin: 0 0 0.8em 0;
}



#naar_dactique,
#naar_teletop {
    position: absolute;
    bottom: 0;
}
#naar_teletop {
    right: 0;
}

/* Search */

#searchresult li {
    margin: 1em 0 1em 0;
}
#searchresult h3 {
    margin: 0;
}
