/* Stylesheet voor GroenOnderwijs.nl. (c) Speak. Alle rechten voorbehouden. */

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Algemeen ---------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

html, body, form {
    margin: 0px;
    padding: 0px;
}

body {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #111;
  background: url(styleimages/body-bg.gif) repeat-x left 199px;
}

img { border: 0px; display: block; }
p { margin: 0px 0px 18px 0px; }

.clearfix {
  height: 0px;
  overflow: hidden;
  clear: both;
  line-height: 0px;
  font-size: 0px;
}

#site {
  width: 930px;
  margin: 0px auto;
  background: url(styleimages/site-bg.gif) repeat-y; 
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Header ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */

#header {
  width: 100%;
  height: 241px;
  background: url(styleimages/header-bg.gif) no-repeat;
  position: relative;
  z-index: 5;
}

#header .logo {
  position: absolute;
  right: 44px;
  top: 35px;
  width: 317px;
  height: 42px;
  z-index: 5;
}

#header .slogan {
  position: absolute;
  right: 31px;
  top: 145px;
  width: 304px;
  height: 33px;
  text-indent: -9001px;
  background: url(styleimages/slogan-bg.gif);
}

#header .photo-header {
  position: absolute;
  left: 27px;
  top: 33px;
  width: 537px;
  height: 147px;
}

#header .search {
  position: absolute;
  right: 40px;
  top: 94px;
  width: 205px;
  height: 32px;
  overflow: hidden;
  background: url(styleimages/search-bg.gif) no-repeat;
}

#header .search label {
  position: absolute;
  left: -9001px;
  top: 0px;
}

#header .search #searchfield {
  float: left;
  width: 122px;
  margin: 6px 0px 0px 8px;
  padding: 2px;
  border: 0px;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  color: #00879e;
  background: none;
}

#header .search .submit {
  float: right;
  width: 55px;
  height: 32px;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  border: 0px;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: url(styleimages/search-button-bg.gif);
}

#header .search .submit:hover {
  background-position: left bottom;
}

#header .label-outside {
  position: absolute;
  left: -18px;
  top: 275px;
  width: 28px;
  height: 165px;
  overflow: hidden;
  text-indent: -9001px;
  background: url(styleimages/label-bg.gif);
}

#header #nav {
  position: absolute;
  left: 10px;
  top: 199px;
  width: 702px;
  height: 41px;
  margin: 0px;
  padding: 1px 15px 0px 15px;
  list-style: none;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  background: url(styleimages/nav-bg.gif);
}

#header #nav li {
  float: left;
  height: 41px;
  margin: 0px;
  padding: 0px 2px 0px 0px;
  background: url(styleimages/nav-item-bg.gif) no-repeat right center;
}

#header #nav li.last {
  background: none;
}

#header #nav li a {
  float: left;
  height: 21px;
  margin: 0px;
  padding: 10px 11px 10px 13px;
  color: #fff;
  text-decoration: none;
}

#header #nav li a:hover {
  text-decoration: underline;
}

#header #nav li.active a {
  color: #a1d8e1;
}

#header #nav li.last a {
  padding-right: 0px;
}

#header .rss {
  position: absolute;
  right: 41px;
  top: 238px;
  width: 26px;
  height: 27px;
  text-indent: -9001px;
  background: url(styleimages/rss.gif);
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Main -------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main {
  width: 850px;
  min-height: 374px;
  overflow: hidden;
  margin-top: -42px;
  padding: 52px 40px 15px 40px;
  background: url(styleimages/main-bg.gif) no-repeat;
  position: relative;
}

#main .breadcrumb {
  width: 100%;
  margin-bottom: 11px;
  clear: both;
  color: #7e7e7e;
  font-size: 11px;
}
#main .breadcrumb a { color: #7e7e7e; }
#main .breadcrumb a:hover { color: #007f94; }
h1 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
}
h2 {
  margin: 0px 0px 6px 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 19px;
}
h3,
h4,
h5,
h6 {
  margin: 0px 0px 2px 0px;
  padding: 0px;
  font-size: 13px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; }
#main .nomargin {
  margin: 0px;
}
p.bijschrift    {
    font-size:11px;
    font-style:italic;
}
#main table {
  width: 100%;
  margin-bottom: 17px;
  padding: 0px;
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}
#main td {
  padding: 2px 0px;
  border: 0px;
  vertical-align: top;
}
#main ul {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none;
}
#main li {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 16px;  
  background: url(styleimages/bullet.gif) no-repeat left 7px;
  background:color:#fffff;  
}
#main li ul {
  margin: 5px 0px 8px 0px;
}
#main #content {
  float: left;
  width: 484px;
}
#main .contentbox {
  width: 99.2%;
  margin-bottom: 15px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#main .box-narrow {
  width: 230px;
}
#main .contentbox .box-inner {
  width: 443px;
  padding: 15px 14px 20px 27px;
  background-repeat: no-repeat;
  font-size: 12px;
}
#main .box-narrow .box-inner {
  width: 193px;
}
#main #content .contentbox img {
    margin-left: 10px;
}
#main .contentbox .titlebar {
  width: 263px;
  margin: -15px -14px 10px -14px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#main .contentbox .titlebar h2 {
  margin: 0px;
  padding: 9px 5px 9px 33px;
  color: #fff;
  background-repeat: no-repeat;
}
#main .box-narrow .titlebar {
  width: 208px;
}
#main .link-more {
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: left 4px;
  white-space: nowrap;
}
#main #content .content-column-left {
  float: left;
  width: 234px;
}
#main #content .content-column-right {
  float: right;
  width: 234px;
}
#main #content .title-contentnav {
  font-size: 14px;
  margin-bottom: 5px;
}
#main #content .contentnav {
  position: relative;
  width: 208px;
  margin: 0px 0px 5px -15px;
}
#main #content .contentnav li {
  margin-bottom: 6px;
  padding: 0px;
  background: none;
}
#main #content .contentnav a {
  display: block;
  padding: 3px 7px 4px 13px;
  background: none;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#main #content .contentnav a:hover {
  text-decoration: underline;
}
#main #content .contentbox .links-2columns {
  width: 100%;
  overflow: hidden;

}
#main #content .contentbox .links-2columns li {
  float: left;
  width: 49%;
  background: none;
  padding: 0px;
}

#main #content .contentbox .links-big-2columns {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}

#main #content .contentbox .links-big-2columns li {
  float: left;
  width: 49%;
  background: none;
  padding: 0px;
}
 

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Sidebars ---------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .sidebar {
  padding-bottom: 10px;
}

#main #sidebar-left {
  float: left;
  width: 203px;
  margin-right: 16px;
}

#main #sidebar-left .contentbox .box-inner {
  width: 178px;
  padding-left: 11px;
}

#main #sidebar-left .titlebar {
  width: 188px;
  margin-left: 0px;
}

#main #sidebar-left .contentbox .subnav {
  font-size: 12px;
  line-height: 18px;
}

#main #sidebar-left .contentbox img {
  margin: 0px 0px 6px 17px;
}

#main #sidebar-right {
  float: right;
  width: 128px;
}

#main #sidebar-right .contentbox .box-inner {
  width: 106px;
  padding: 10px 11px 7px 11px;
}

#main #sidebar-right .contentbox p,
#main #sidebar-right .contentbox ul {
  margin-bottom: 10px;
}

#main #sidebar-right .contentbox li {
  background-position: left 4px;
}

#main #sidebar-right .contentbox h2 {
  font-size: 26px;
  line-height: 30px;
}

#main #sidebar-right .contentbox img {
  margin-bottom: 5px;
}

#main #sidebar-right .contentbox .h2-smaller {
  font-size: 20px;
  line-height: 24px;
}

#main #sidebar-right .box-nopadding .box-inner {
  width: 125px;
  padding-left: 1px;
  padding-right: 2px;
}

#main #sidebar-right .logo-right {
  display: block;
  margin-bottom: 30px;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Content afbeeldingen ---------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main #content .image {
  display: block;
  margin-bottom: 20px;
}

#main #content .image span {
  display: block;
  padding-left: 20px;
  font-size: 11px;
  background: url(styleimages/zoom.gif) no-repeat left 2px;
}

#main #content .image-left {
  float: left;
  clear: left;
  margin: 0px 14px 14px 0px;
}

#main #content .image-right {
  float: right;
  clear: right;
  margin: 0px 0px 14px 14px;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Home -------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .news {
  width: 179px;
  padding: 0px 12px 10px 12px;
  clear: both;
  background: url(styleimages/news-inner-bg.gif) repeat-x;
}

#main .news h2 {
  width: 167px;
  margin: 0px -12px;
  padding: 10px 10px 11px 26px;
  color: #fff;
  background: url(styleimages/news-title-bg.gif) no-repeat right top;
}

#main .news ul {
  width: 179px;
  margin-bottom: 10px;
  padding-top: 2px;
}

#main .news li {
  width: 178px;
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px dotted #cd071e;
  background: none;
}

#main .news li p {
  margin: 0px;
}

#main .news a {
  color: #cd071e;
}

#main .news .link-more {
  padding-left: 12px;
  background-image: url(styleimages/bullet-red.gif);
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Uiklapmenus ------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
#main #content .title-contentnav {
  font-size: 14px;
  margin-bottom: 5px;
}
#main #content .contentnav {
  position: relative;
  width: 208px;
  margin: 0px 0px 5px -15px;
}
#main #content .contentnav li {
  margin-bottom: 6px;
  padding: 0px;
  background: none;
}
#main #content .contentnav a {
  display: block;
  padding: 3px 7px 4px 13px;
  background: none;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  outline: 0px none;
}
#main #content .contentnav a:hover {
  text-decoration: underline;
}
#main #content .contentnav li ul {
  position: absolute;
  left: -9001px;
  top: 0px;
  padding-left: 12px;
  line-height: 14px;
}
#main #content .contentnav li ul li {
  margin: 0px;
  padding: 0px;
}
#main #content .box-narrow-blue .contentnav li ul li a {
  padding: 3px 0px 3px 14px;
  background: none;
  color: #00648e;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  background: no-repeat left 7px;
}
#main #content .box-narrow-green .contentnav li ul li a,
#main #content .box-narrow-light-green .contentnav li ul li a {
  padding: 3px 0px 3px 14px;
  background: none;
  color: #667200;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  background: no-repeat left 7px;
}
#main #content .box-narrow-purple .contentnav li ul li a, 
#main #content .box-narrow-dark-purple .contentnav li ul li a {
  padding: 3px 0px 3px 14px;
  background: none;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  background: no-repeat left 7px;
}

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Footer ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */

#footer {
  width: 910px;
  padding: 20px 10px 10px 10px;
  color: #00879E;
  font-size: 11px;
  background: #fff url(styleimages/footer-bg.gif) no-repeat center top;
}

#footer p {
  margin: 0px;
}

#footer a {
  color: #00879E;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Specifieke kleuren ------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */

/* Algemene kleuren links en titels */
#main .content-blue a, #main .content-blue h1, #main .content-blue h2, #main .content-blue h3, #main .content-blue h4, #main .content-blue h5, #main .content-blue h6 { color: #0090cc; }
#main .content-green a, #main .content-green h1, #main .content-green h2, #main .content-green h3, #main .content-green h4, #main .content-green h5, #main .content-green h6 { color: #667200; }
#main .content-orange a, #main .content-orange h1, #main .content-orange h2, #main .content-orange h3, #main .content-orange h4, #main .content-orange h5, #main .content-orange h6 { color: #C95500; }
#main .content-green a, #main .content-green h1, #main .content-green h2, #main .content-green h3, #main .content-green h4, #main .content-green h5, #main .content-green h6 { color: #667200; }
#main .content-purple a, #main .content-purple h1, #main .content-purple h2, #main .content-purple h3, #main .content-purple h4, #main .content-purple h5, #main .content-purple h6 { color: #7D4073; }
#main .content-pink a, #main .content-pink h1, #main .content-pink h2, #main .content-pink h3, #main .content-pink h4, #main .content-pink h5, #main .content-pink h6 { color: #E2007A; }

/* Kleuren contentboxes algemeen + narrow, titlebars, en titels/links binnen boxes */
#main .box-blue { background-image: url(styleimages/contentbox-blue-bg.gif);}
#main .box-blue .box-inner { background-image: url(styleimages/contentbox-inner-blue-bg.gif);}
#main .box-narrow-blue { background-image: url(styleimages/contentbox-narrow-blue-bg.gif);}
#main .box-narrow-blue .box-inner { background-image: url(styleimages/contentbox-narrow-inner-blue-bg.gif);}
#main .box-blue li, #main .box-narrow-blue li, #main .box-blue .link-more, #main .box-narrow-blue .link-more { background-image: url(styleimages/bullet-blue.gif);}
#main .box-blue a, #main .box-narrow-blue a, #main .box-blue h3, #main .box-blue h4, #main .box-blue h5, #main .box-blue h6, #main .box-narrow-blue h3, #main .box-narrow-blue h4, #main .box-narrow-blue h5, #main .box-narrow-blue h6 { color: #00648e;}
#main .box-blue td.header {background-color: #0090cc; align:left; font-size:14px; font-weight:bold; color:#fff}
#main .box-blue td.footer {background-color: #0090cc; align:left; font-size:12px; font-weight:bold; color:#fff}
#main .box-blue .titlebar { background-image: url(styleimages/titlebar-blue-bg.gif); }
#main .box-narrow-blue .titlebar { background-image: url(styleimages/titlebar-narrow-blue-bg.gif); }
#main .box-blue .titlebar h2 { background-image: url(styleimages/titlebar-inner-blue-bg.gif); }
#main .box-narrow-blue .titlebar h2 { background-image: url(styleimages/titlebar-narrow-inner-blue-bg.gif); }

#main .box-purple { color: #fff; background-image: url(styleimages/contentbox-purple-bg.gif);}
#main .box-purple .box-inner { background-image: url(styleimages/contentbox-inner-purple-bg.gif);}
#main .box-narrow-purple { color: #fff; background-image: url(styleimages/contentbox-narrow-purple-bg.gif);}
#main .box-narrow-purple .box-inner { background-image: url(styleimages/contentbox-narrow-inner-purple-bg.gif);}
#main .box-purple li, #main .box-narrow-purple li, #main .box-purple .link-more, #main .box-narrow-purple .link-more { background-image: url(styleimages/bullet-purple.gif);}
#main .box-purple a, #main .box-narrow-purple a, #main .box-purple h3, #main .box-purple h4, #main .box-purple h5, #main .box-purple h6, #main .box-narrow-purple h3, #main .box-narrow-purple h4, #main .box-narrow-purple h5, #main .box-narrow-purple h6 { color: #fff;}
#main .box-purple .titlebar { background-image: url(styleimages/titlebar-purple-bg.gif); }
#main .box-narrow-purple .titlebar { background-image: url(styleimages/titlebar-narrow-purple-bg.gif); }
#main .box-purple .titlebar h2 { background-image: url(styleimages/titlebar-inner-purple-bg.gif); }
#main .box-narrow-purple .titlebar h2 { background-image: url(styleimages/titlebar-narrow-inner-purple-bg.gifif); }

#main .box-dark-purple { color: #fff; background-image: url(styleimages/contentbox-dark-purple-bg.gif);}
#main .box-dark-purple .box-inner { background-image: url(styleimages/contentbox-inner-dark-purple-bg.gif);}
#main .box-narrow-dark-purple { color: #fff; background-image: url(styleimages/contentbox-narrow-dark-purple-bg.gif);}
#main .box-narrow-dark-purple .box-inner { background-image: url(styleimages/contentbox-narrow-inner-dark-purple-bg.gif);}
#main .box-dark-purple li, #main .box-narrow-dark-purple li, #main .box-dark-purple .link-more, #main .box-narrow-dark-purple .link-more { background-image: url(styleimages/bullet-purple.gif);}
#main .box-dark-purple a, #main .box-narrow-dark-purple a, #main .box-dark-purple h3, #main .box-dark-purple h4, #main .box-dark-purple h5, #main .box-dark-purple h6, #main .box-narrow-dark-purple h3, #main .box-narrow-dark-purple h4, #main .box-narrow-dark-purple h5, #main .box-narrow-dark-purple h6 { color: #fff;}
#main .box-dark-purple td.header {background-color: #e2007a; align:left; font-size:14px; font-weight:bold}
#main .box-dark-purple td.footer {background-color: #e2007a; align:left; font-size:12px; font-weight:bold}
#main .box-dark-purple .titlebar { background-image: url(styleimages/titlebar-dark-purple-bg.gif); }
#main .box-narrow-dark-purple .titlebar { background-image: url(styleimages/titlebar-narrow-dark-purple-bg.gif); }
#main .box-dark-purple .titlebar h2 { background-image: url(styleimages/titlebar-inner-dark-purple-bg.gif); }
#main .box-narrow-dark-purple .titlebar h2 { background-image: url(styleimages/titlebar-narrow-inner-dark-purple-bg.gif); }

#main .box-green { background-image: url(styleimages/contentbox-green-bg.gif);}
#main .box-green .box-inner { background-image: url(styleimages/contentbox-inner-green-bg.gif);}
#main .box-narrow-green { background-image: url(styleimages/contentbox-narrow-green-bg.gif);}
#main .box-narrow-green .box-inner { background-image: url(styleimages/contentbox-narrow-inner-green-bg.gif);}
#main .box-green li, #main .box-narrow-green li, #main .box-green .link-more, #main .box-narrow-green .link-more { background-image: url(styleimages/bullet-green.gif);}
#main .box-green a, #main .box-narrow-green a, #main .box-green h3, #main .box-green h4, #main .box-green h5, #main .box-green h6, #main .box-narrow-green h3, #main .box-narrow-green h4, #main .box-narrow-green h5, #main .box-narrow-green h6 { color: #667200;}
#main .box-green .titlebar { background-image: url(styleimages/titlebar-green-bg.gif); }
#main .box-narrow-green .titlebar { background-image: url(styleimages/titlebar-narrow-green-bg.gif); }
#main .box-green .titlebar h2 { background-image: url(styleimages/titlebar-inner-green-bg.gif); }
#main .box-narrow-green .titlebar h2 { background-image: url(styleimages/titlebar-narrow-inner-green-bg.gif); }

#main .box-light-green { background-image: url(styleimages/contentbox-light-green-bg.gif);}
#main .box-light-green .box-inner { background-image: url(styleimages/contentbox-inner-light-green-bg.gif): }
#main .box-narrow-light-green { background-image: url(styleimages/contentbox-narrow-light-green-bg.gif);}
#main .box-narrow-light-green .box-inner { background-image: url(styleimages/contentbox-narrow-inner-light-green-bg.gif);}
#main .box-light-green li, #main .box-narrow-light-green li, #main .box-light-green .link-more, #main .box-narrow-light-green .link-more { background-image: url(styleimages/bullet-green.gif);}
#main .box-light-green a, #main .box-narrow-light-green a, #main .box-light-green h3, #main .box-light-green h4, #main .box-light-green h5, #main .box-light-green h6, #main .box-narrow-light-green h3, #main .box-narrow-light-green h4, #main .box-narrow-light-green h5, #main .box-narrow-light-green h6 { color: #667200;}
#main .box-light-green .titlebar { background-image: url(styleimages/titlebar-light-green-bg.gif); }
#main .box-narrow-light-green .titlebar { background-image: url(styleimages/titlebar-narrow-light-green-bg.gif); }
#main .box-light-green .titlebar h2 { background-image: url(styleimages/titlebar-inner-light-green-bg.gif); }
#main .box-narrow-light-green .titlebar h2 { background-image: url(styleimages/titlebar-narrow-inner-light-green-bg.gif); }

#main .box-orange { color: #fff; background-image: url(styleimages/contentbox-orange-bg.gif);}
#main .box-orange .box-inner { background-image: url(styleimages/contentbox-inner-orange-bg.gif);}
#main .box-narrow-orange { color: #fff; background-image: url(styleimages/contentbox-narrow-orange-bg.gif);}
#main .box-narrow-orange .box-inner { background-image: url(styleimages/contentbox-narrow-inner-orange-bg.gif);}
#main .box-orange li, #main .box-narrow-orange li, #main .box-orange .link-more, #main .box-narrow-orange .link-more { background-image: url(styleimages/bullet-orange.gif);}
#main .box-orange a, #main .box-narrow-orange a, #main .box-orange h3, #main .box-orange h4, #main .box-orange h5, #main .box-orange h6, #main .box-narrow-orange h3, #main .box-narrow-orange h4, #main .box-narrow-orange h5, #main .box-narrow-orange h6 { color: #fff;}
#main .box-orange .titlebar { background-image: url(styleimages/titlebar-orange-bg.gif); }
#main .box-narrow-orange .titlebar { background-image: url(styleimages/titlebar-narrow-orange-bg.gif); }
#main .box-orange .titlebar h2 { background-image: url(styleimages/titlebar-inner-orange-bg.gif); }
#main .box-narrow-orange .titlebar h2 { background-image: url(styleimages/titlebar-narrow-inner-orange-bg.gif); }

#main .box-light-orange { background-image: url(styleimages/contentbox-light-orange-bg.gif);}
#main .box-light-orange .box-inner { background-image: url(styleimages/contentbox-inner-light-orange-bg.gif);}
#main .box-narrow-light-orange { background-image: url(styleimages/contentbox-narrow-light-orange-bg.gif);}
#main .box-narrow-light-orange .box-inner { background-image: url(styleimages/contentbox-narrow-inner-light-orange-bg.gif);}
#main .box-light-orange li, #main .box-narrow-light-orange li, #main .box-light-orange .link-more, #main .box-narrow-light-orange .link-more { background-image: url(styleimages/bullet-light-orange.gif);}
#main .box-light-orange a, #main .box-narrow-light-orange a, #main .box-light-orange h3, #main .box-light-orange h4, #main .box-light-orange h5, #main .box-light-orange h6, #main .box-narrow-light-orange h3, #main .box-narrow-light-orange h4, #main .box-narrow-light-orange h5, #main .box-narrow-light-orange h6 { color: #c95500;}
#main .box-light-orange .titlebar { background-image: url(styleimages/titlebar-light-orange-bg.gif); }
#main .box-narrow-light-orange .titlebar { background-image: url(styleimages/titlebar-narrow-light-orange-bg.gif); }
#main .box-light-orange .titlebar h2 { background-image: url(styleimages/titlebar-inner-light-orange-bg.gif); }
#main .box-narrow-light-orange .titlebar h2 { background-image: url(styleimages/titlebar-narrow-inner-light-orange-bg.gif); }

#main .box-pink { color: #fff; background-image: url(styleimages/contentbox-pink-bg.gif);}
#main .box-pink .box-inner { background-image: url(styleimages/contentbox-inner-pink-bg.gif);}
#main .box-narrow-pink { color: #fff; background-image: url(styleimages/contentbox-narrow-pink-bg.gif);}
#main .box-narrow-pink .box-inner { background-image: url(styleimages/contentbox-narrow-inner-pink-bg.gif);}
#main .box-pink li, #main .box-narrow-pink li, #main .box-pink .link-more, #main .box-narrow-pink .link-more  { background-image: url(styleimages/bullet-pink.gif);}
#main .box-pink a, #main .box-narrow-pink a, #main .box-pink h3, #main .box-pink h4, #main .box-pink h5, #main .box-pink h6, #main .box-narrow-pink h3, #main .box-narrow-pink h4, #main .box-narrow-pink h5, #main .box-narrow-pink h6 { color: #fff;}
#main .box-pink .titlebar { background-image: url(styleimages/titlebar-pink-bg.gif); }
#main .box-narrow-pink .titlebar { background-image: url(styleimages/titlebar-narrow-pink-bg.gif); }
#main .box-pink .titlebar h2 { background-image: url(styleimages/titlebar-inner-pink-bg.gif); }
#main .box-narrow-pink .titlebar h2 { background-image: url(styleimages/titlebar-narrow-inner-pink-bg.gif); }

#main .box-light-purple { background-image: url(styleimages/contentbox-light-purple-bg.gif);}
#main .box-light-purple .box-inner { background-image: url(styleimages/contentbox-inner-light-purple-bg.gif);}
#main .box-light-purple li, #main .box-light-purple .link-more { background-image: url(styleimages/bullet-light-purple.gif);}
#main .box-light-purple a, #main .box-light-purple h3, #main .box-light-purple h4, #main .box-light-purple h5, #main .box-light-purple h6 { color: #590058;}
#main .box-light-purple .titlebar { background-image: url(styleimages/titlebar-light-purple-bg.gif); }
#main .box-light-purple .titlebar h2 { background-image: url(styleimages/titlebar-inner-light-purple-bg.gif); }

#main .box-aqua { background-image: url(styleimages/contentbox-aqua-bg.gif);}
#main .box-aqua .box-inner { background-image: url(styleimages/contentbox-inner-aqua-bg.gif);}
#main .box-aqua li, #main .box-aqua .link-more { background-image: url(styleimages/bullet.gif);}
#main .box-aqua a, a:hover, a:visited, #main .box-aqua h3, #main .box-aqua h4, #main .box-aqua h5, #main .box-aqua h6 { color: #00849b;}
#main .box-aqua .titlebar { background-image: url(styleimages/titlebar-aqua-bg.gif); }
#main .box-aqua .titlebar h2 { background-image: url(styleimages/titlebar-inner-aqua-bg.gif); }

/* Kleuren contentboxes in sidebar-left + titlebars */
#main #sidebar-left .box-blue { background-image: url(styleimages/contentbox-sidebar-left-blue-bg.gif);}
#main #sidebar-left .box-blue .box-inner { background-image: url(styleimages/contentbox-sidebar-left-inner-blue-bg.gif);}
#main #sidebar-left .box-blue .titlebar { background-image: url(styleimages/titlebar-sidebar-left-blue-bg.gif); }
#main #sidebar-left .box-blue .titlebar h2 { background-image: url(styleimages/titlebar-sidebar-left-inner-blue-bg.gif); }

#main #sidebar-left .box-purple { color: #fff; background-image: url(styleimages/contentbox-sidebar-left-purple-bg.gif);}
#main #sidebar-left .box-purple .box-inner { background-image: url(styleimages/contentbox-sidebar-left-inner-purple-bg.gif);}
#main #sidebar-left .box-purple .titlebar { background-image: url(styleimages/titlebar-sidebar-left-purple-bg.gif); }
#main #sidebar-left .box-purple .titlebar h2 { background-image: url(styleimages/titlebar-sidebar-left-inner-purple-bg.gif); }

#main #sidebar-left .box-dark-purple { color: #fff; background-image: url(styleimages/contentbox-sidebar-left-dark-purple-bg.gif);}
#main #sidebar-left .box-dark-purple .box-inner { background-image: url(styleimages/contentbox-sidebar-left-inner-dark-purple-bg.gif);}
#main #sidebar-left .box-dark-purple .titlebar { background-image: url(styleimages/titlebar-sidebar-left-dark-purple-bg.gif); }
#main #sidebar-left .box-dark-purple .titlebar h2 { background-image: url(styleimages/titlebar-sidebar-left-inner-dark-purple-bg.gif); }

#main #sidebar-left .box-green { background-image: url(styleimages/contentbox-sidebar-left-green-bg.gif);}
#main #sidebar-left .box-green .box-inner { background-image: url(styleimages/contentbox-sidebar-left-inner-green-bg.gif);}
#main #sidebar-left .box-green .titlebar { background-image: url(styleimages/titlebar-sidebar-left-green-bg.gif); }
#main #sidebar-left .box-green .titlebar h2 { background-image: url(styleimages/titlebar-sidebar-left-inner-green-bg.gif); }

#main #sidebar-left .box-light-green { background-image: url(styleimages/contentbox-sidebar-left-light-green-bg.gif);}
#main #sidebar-left .box-light-green .box-inner { background-image: url(styleimages/contentbox-sidebar-left-inner-light-green-bg.gif);}
#main #sidebar-left .box-light-green .titlebar { background-image: url(styleimages/titlebar-sidebar-left-light-green-bg.gif); }
#main #sidebar-left .box-light-green .titlebar h2 { background-image: url(styleimages/titlebar-sidebar-left-inner-light-green-bg.gif); }

#main #sidebar-left .box-orange { color: #fff; background-image: url(styleimages/contentbox-sidebar-left-orange-bg.gif);}
#main #sidebar-left .box-orange .box-inner { background-image: url(styleimages/contentbox-sidebar-left-inner-orange-bg.gif);}
#main #sidebar-left .box-orange .titlebar { background-image: url(styleimages/titlebar-sidebar-left-orange-bg.gif); }
#main #sidebar-left .box-orange .titlebar h2 { background-image: url(styleimages/titlebar-sidebar-left-inner-orange-bg.gif); }

#main #sidebar-left .box-light-orange { background-image: url(styleimages/contentbox-sidebar-left-light-orange-bg.gif);}
#main #sidebar-left .box-light-orange .box-inner { background-image: url(styleimages/contentbox-sidebar-left-inner-light-orange-bg.gif);}
#main #sidebar-left .box-light-orange .titlebar { background-image: url(styleimages/titlebar-sidebar-left-light-orange-bg.gif); }
#main #sidebar-left .box-light-orange .titlebar h2 { background-image: url(styleimages/titlebar-sidebar-left-inner-light-orange-bg.gif); }

#main #sidebar-left .box-pink { color: #fff; background-image: url(styleimages/contentbox-sidebar-left-pink-bg.gif);}
#main #sidebar-left .box-pink .box-inner { background-image: url(styleimages/contentbox-sidebar-left-inner-pink-bg.gif);}
#main #sidebar-left .box-pink .titlebar { background-image: url(styleimages/titlebar-sidebar-left-pink-bg.gif); }
#main #sidebar-left .box-pink .titlebar h2 { background-image: url(styleimages/titlebar-sidebar-left-inner-pink-bg.gif); }

/* Kleuren contentboxes in sidebar-right + titlebars */
#main #sidebar-right .box-blue { background-color: #9fd9f3; background-image: url(styleimages/contentbox-sidebar-right-blue-bg.gif);}
#main #sidebar-right .box-blue .box-inner { background-image: url(styleimages/contentbox-sidebar-right-inner-blue-bg.gif);}
#main #sidebar-right .box-blue h2 { color: #00648e; }

#main #sidebar-right .box-purple { color: #fff; background-color: #7d4073; background-image: url(styleimages/contentbox-sidebar-right-purple-bg.gif);}
#main #sidebar-right .box-purple .box-inner { background-image: url(styleimages/contentbox-sidebar-right-inner-purple-bg.gif);}
#main #sidebar-right .box-purple h2 { color: #fff; }

#main #sidebar-right .box-dark-purple { color: #fff; background-image: url(styleimages/contentbox-sidebar-right-dark-purple-bg.gif);}
#main #sidebar-right .box-dark-purple .box-inner { background-image: url(styleimages/contentbox-sidebar-right-inner-dark-purple-bg.gif);}
#main #sidebar-right .box-dark-purple h2 { color: #e2007a; }

#main #sidebar-right .box-green { background-image: url(styleimages/contentbox-sidebar-right-green-bg.gif);}
#main #sidebar-right .box-green .box-inner { background-image: url(styleimages/contentbox-sidebar-right-inner-green-bg.gif);}
#main #sidebar-right .box-green h2 { color: #e2007a; }

#main #sidebar-right .box-light-green { background-color: #cfd49e; background-image: url(styleimages/contentbox-sidebar-right-light-green-bg.gif);}
#main #sidebar-right .box-light-green .box-inner { background-image: url(styleimages/contentbox-sidebar-right-inner-light-green-bg.gif);}
#main #sidebar-right .box-light-green h2 { color: #667200; }

#main #sidebar-right .box-orange { color: #fff; background-color: #ec7405; background-image: url(styleimages/contentbox-sidebar-right-orange-bg.gif);}
#main #sidebar-right .box-orange .box-inner { background-image: url(styleimages/contentbox-sidebar-right-inner-light-orange-bg.gif);}
#main #sidebar-right .box-orange h2 { color: #fff; }

#main #sidebar-right .box-aqua { color:#00849b; background-color: #DBE8EB; background-image: url(styleimages/contentbox-sidebar-right-aqua-bg.gif);}
#main #sidebar-right .box-aqua .box-inner { background-image: url(styleimages/contentbox-sidebar-right-inner-aqua-bg.gif);}
#main #sidebar-right .box-aqua h2 { color: #00849b; }

#main #sidebar-right .box-light-orange { background-color: #eaa76b; background-image: url(styleimages/contentbox-sidebar-right-light-orange-bg.gif);}
#main #sidebar-right .box-light-orange .box-inner { background-image: url(styleimages/contentbox-sidebar-right-inner-light-orange-bg.gif);}
#main #sidebar-right .box-light-orange h2 { color: #d95302; }

#main #sidebar-right .box-pink { color: #fff; background-color: #e2007a; background-image: url(styleimages/contentbox-sidebar-right-pink-bg.gif);}
#main #sidebar-right .box-pink .box-inner { background-image: url(styleimages/contentbox-sidebar-right-inner-pink-bg.gif);}
#main #sidebar-right .box-pink h2 { color: #fff; }

/* Algemeen inzetbare classes voor zetten van specifieke kleur */
.aqua {color:#DBE8EB;}
.blue { color: #009ee0; }
.green { color: #8c9c00; }
.orange { color: #ec7405; }
.purple { color: #600653; }
.pink { color: #e2007a; }


/* Kleuren overschrijven in box subnavigatie */
#main #sidebar-left .box-blue .subnav a,
#main #sidebar-left .box-green .subnav a,
#main #sidebar-left .box-light-green .subnav a,
#main #sidebar-left .box-light-orange .subnav a {
  color: #111;
}

#main #sidebar-left .box-purple .subnav a,
#main #sidebar-left .box-dark-purple .subnav a,
#main #sidebar-left .box-orange .subnav a,
#main #sidebar-left .box-pink .subnav a {
  color: #fff;
}

/* Kleuren contentnavigatie (uitklapmenu) */
#main #content .box-narrow-blue .contentnav li a { background-image: url(styleimages/contentnav-item-blue-bg.gif); }
#main #content .box-narrow-green .contentnav li a,
#main #content .box-narrow-light-green .contentnav li a { background-image: url(styleimages/contentnav-item-green-bg.gif); }

#main #content .box-narrow-blue .title-contentnav { color: #00ace5; }
#main #content .box-narrow-green .title-contentnav,
#main #content .box-narrow-light-green .title-contentnav { color: #8c9c00; }

#rd    {
    color:red;
    font-weight:normal;
    font-size:12px;
}
#rdwit    {
    color:white;
    font-weight:normal;
    font-size:12px;
}
#rd img   {
    display:inline;
    float:left;
}
/******************rss-feed feedburner ************************/
div.feedburnerFeedblock    {
    padding-left:20px;
    }
div.feedburnerFeedBlock ul li div {
   display: inline;
   }
p.feedTitle    {
font-size: 12px;
} 

div.feedburnerFeedBlock span.headline {
   display: block;
   text-indent: 0;
   }
  div.feedburnerFeedBlock ul { 
   list-style-image: none;
   list-style-type: none;
   list-style-position: outside;
   padding:0px;
   margin:0px;
   background:none; 
    }
 
 div.feedburnerFeedBlock li {
   margin-bottom: 1em;
   padding-left: 0 !important;
   text-indent: 0 !important;
   background: none;  
   }
   
#creditfooter   {
   display: none;
   }