body,
html {
  background-image: url(img/bg_body.jpg);
  background-repeat: repeat-x;
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}
.content ul {
  margin: 0 16px;
  list-style: square;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
.title {
  font-family: "metaplusbook";
}
/* verplaatst door Hugo op 8 mei zodat pagelinks ook bij collegas goed wordt weergegeven */
.pagelinks {
  float: right;
  margin-bottom: 15px;
}
.pagelinks ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.pagelinks ul li a {
  *display: inline;
  width: 23px;
  height: 23px;
  line-height: 23px;
  display: inline-block;
  zoom: 1;
  margin-right: 1px;
  background-color: #95d7f3;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
.pagelinks ul li a:hover {
  background-color: #009ee3;
}
.pagelinks ul li a.active {
  background-color: #009ee3;
}
#container {
  width: 960px;
  margin: 0 auto;
  /* START HEADER */

  /* START FOOTER */

  /* END FOOTER */

  /* START HOMEPAGE */

  /* END HOMEPAGE */

}
#container #header {
  background-image: url(img/bg_header.jpg);
  position: relative;
  width: 100%;
  height: 193px;
  z-index: 5;
}
#container #header #logo {
  width: 124px;
  height: 84px;
  top: 20px;
  left: 22px;
  position: absolute;
}
#container #header #voor_naam {
  position: absolute;
  min-width: 255px;
  padding-right: 145px;
  right: 0px;
  top: 102px;
  font-size: 18px;
  font-family: "metaplusbook";
  color: #009ee3;
}
#container #header #logout {
  background-color: #335599;
  background-image: url(img/icon_logout.png);
  background-repeat: no-repeat;
  background-position: 67px 6px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0 0 0 10px;
  width: 75px;
  height: 27px;
  line-height: 27px;
  display: block;
  color: #99aacc;
  text-decoration: none;
  font-size: 12px;
  font-family: "metaplusbook";
}
#container #header #logout:hover {
  background-color: #5c77ad;
  color: #fff;
  background-position: 67px -33px;
}
#container #header ul#nav {
  position: absolute;
  bottom: 0;
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  height: 25px;
  font-size: 13px;
  font-family: "metaplusbook";
  z-index: 25;
}
#container #header ul#nav > li {
  position: relative;
  margin: 0 2px 0 0;
  float: left;
}
#container #header ul#nav > li ul {
  background-color: #4cbbeb;
  position: absolute;
  z-index: 26;
  display: none;
  padding-bottom: 9px;
  -webkit-border-radius: 0px 0px 0px 9px;
  -khtml-border-radius: 0px 0px 0px 9px;
  -moz-border-radius: 0px 0px 0px 9px;
  -ms-border-radius: 0px 0px 0px 9px;
  -o-border-radius: 0px 0px 0px 9px;
  border-radius: 0px 0px 0px 9px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.24);
  min-width: 100%;
}
#container #header ul#nav > li ul li a {
  background-color: #4cbbeb;
  height: 25px;
  line-height: 25px;
  display: block;
  white-space: pre;
  word-wrap: normal;
  text-decoration: none;
  padding: 0 14px;
  color: #fff;
}
#container #header ul#nav > li ul li a:hover {
  background-color: #009ee3;
}
#container #header ul#nav > li:hover ul {
  display: block;
}
#container #header ul#nav > li > a {
  background-image: url(img/bg_nav_tabs.png);
  background-position: right 50px;
  height: 25px;
  line-height: 25px;
  display: block;
  text-decoration: none;
  padding: 0 12px;
  color: #fff;
}
#container #header ul#nav > li > a.active {
  background-position: right 0px;
  color: #002b7f;
}
#container #header ul#nav > li > a:hover {
  background-position: right 25px;
  color: #fff;
}
#container .image-only {
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 16px;
  position: relative;
}
#container .image-only img {
  padding-bottom: 50px;
}
#container .image-only h1,
#container .image-only h2,
#container .image-only h3,
#container .image-only h4,
#container .image-only h5 {
  font-family: "metaplusbook";
  border-bottom: 1px #ccecf9 solid;
  color: #009ee3;
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
#container #wrapper {
  background-color: #FFF;
  padding: 20px 20px 20px 20px;
  min-height: 400px;
  z-index: 1;
  position: relative;
  /* START HOMEPAGE */

  /* END HOMEPAGE */

}
#container #wrapper .column.left {
  float: left;
  width: 220px;
}
#container #wrapper .column.big_column {
  width: 160px;
}
#container #wrapper .column h1 {
  color: #002b7f;
  font-size: 16px;
  font-weight: normal;
  font-family: "metaplusbook";
  margin: 0 0 5px 0;
}
#container #wrapper .column h3,
#container #wrapper .column h4 {
  font-size: 12px;
  color: #009ee3;
  margin: 0px;
  font-weight: normal;
}
#container #wrapper .column h3 {
  font-weight: bold;
}
#container #wrapper .column h4 {
  font-style: italic;
}
#container #wrapper .column p {
  margin: 15px 0 0 0;
}
#container #wrapper .column_2 {
  float: left;
  padding-left: 10px;
  width: 690px;
}
#container #wrapper .column_2.big_column {
  width: 750px;
}
#container #wrapper .column_2 .item {
  border-bottom: 1px solid #cceaf8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#container #wrapper .column_2 .column.left {
  width: 460px;
}
#container #wrapper .column_2 .column.left .item {
  border-bottom: 1px solid #ccecf9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#container #wrapper .column_2 .column.left .publicatie_datum {
  color: #fff;
  background-color: #009ee3;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  padding: 0 5px;
  margin: 0 2px 0 0;
}
#container #wrapper .column_2 .column.left .actueel_overzicht_wrapper .item .thumb {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
}
#container #wrapper .column_2 .column.left .actueel_overzicht_wrapper .item .inner {
  float: left;
  width: 350px;
}
#container #wrapper .column_2 .column.left .actueel_overzicht_wrapper .item .inner .details {
  margin-bottom: 2px;
}
#container #wrapper .column_2 .column.left .actueel_overzicht_wrapper .item .inner .details .categorie {
  float: left;
  color: #fff;
  height: 15px;
  font-size: 11px;
  line-height: 15px;
  padding: 0 5px;
  margin: 0 5px 0 0;
}
#container #wrapper .column_2 .column.left .actueel_overzicht_wrapper .item .inner .details .publicatie_datum_alt {
  float: left;
}
#container #wrapper .column_2 .column.left .actueel_overzicht_wrapper .item .inner .content h3 {
  font-size: 16px;
  margin-bottom: -2px;
  font-weight: normal;
  font-family: "metaplusbook";
  color: #002b7f;
}
#container #wrapper .column_2 .column.left .actueel_overzicht_wrapper .item .inner .content h3 a {
  color: #002b7f;
  text-decoration: none;
}
#container #wrapper .column_2 .column.left .actueel_overzicht_wrapper .item .inner a.leesmeer {
  display: block;
  text-decoration: none;
  font-size: 11px;
}
#container #wrapper .column_2 .column.left .actueel_overzicht_artikel_wrapper h1 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  font-family: "metaplusbook";
  color: #002b7f;
  margin-bottom: 12px;
}
#container #wrapper .column_2 .column.left .vacatures_overzicht .item .inner {
  line-height: 18px;
}
#container #wrapper .column_2 .column.left .vacatures_overzicht .item .inner h3 {
  color: #002b7f;
  font-size: 16px;
  font-weight: normal;
  font-family: "metaplusbook";
  margin: 0 0 5px 0;
}
#container #wrapper .column_2 .column.left .vacatures_overzicht .item .inner h3 a {
  color: #002b7f;
  text-decoration: none;
}
#container #wrapper .column_2 .column.left .vacatures_overzicht .item .inner a.leesmeer {
  display: block;
  text-decoration: none;
  color: #66c5ee;
  background-image: url("img/arrow_blue.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px;
  font-size: 11px;
}
#container #wrapper .column_2 .column.left .vacatures_overzicht .item .inner a.leesmeer:hover {
  background-image: url("img/arrow_blue_hover.png");
}
#container #wrapper .column_2 .column.left .vacatures_overzicht .item .inner a.leesmeer:hover {
  color: #009ee3;
}
#container #wrapper .column_2 .column.left .home_slider {
  position: relative;
  height: 266px;
  overflow: hidden;
  margin-bottom: 11px;
}
#container #wrapper .column_2 .column.left .home_slider a.img {
  position: absolute;
  z-index: 1;
}
#container #wrapper .column_2 .column.left .home_slider a.img:first-child {
  z-index: 3;
}
#container #wrapper .column_2 .column.left .home_slider .home_container {
  left: 0;
  position: absolute;
  bottom: 30px;
  color: #fff;
}
#container #wrapper .column_2 .column.left .home_slider .home_container .categorie {
  float: left;
  color: #fff;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  padding: 0 10px;
}
#container #wrapper .column_2 .column.left .home_slider .home_container .titel {
  font-family: "metaplusbook";
  font-weight: normal;
  display: inline-block;
  padding: 10px 10px 5px 15px;
  font-size: 24px;
  line-height: 26px;
  width: 355px;
}
#container #wrapper .column_2 .column.left .home_slider .home_container .titel .text {
  display: block;
  width: 328px;
}
#container #wrapper .column_2 .column.left .home_slider .home_container .arrow {
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: 0px;
  right: 0px;
  background-image: url(img/bg_img_overlay_arrow.png);
}
#container #wrapper .column_2 .column.left .home_slider .home_container:hover .arrow {
  background-image: url(img/bg_img_overlay_arrow_hover.png);
}
#container #wrapper .column_2 .column.left .img {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}
#container #wrapper .column_2 .column.left .img .bijschrift {
  font-size: 11px;
  position: absolute;
  bottom: 0px;
  width: 221px;
  right: -231px;
}
#container #wrapper .column_2 .column.left ul.download {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}
#container #wrapper .column_2 .column.left ul.download li {
  margin: 0 0 2px 0;
  padding: 0;
}
#container #wrapper .column_2 .column.left ul.download li a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 0 0 22px;
  text-decoration: none;
  color: #002b7f;
  background-image: url(img/bg_download_file.gif);
  background-repeat: no-repeat;
  background-position: left center;
  height: 16px;
  line-height: 16px;
}
#container #wrapper .column_2 .column.left ul.download li a:hover {
  background-image: url(img/bg_download_file_hover.gif);
  color: #009ee3;
}
#container #wrapper .column_2 .column.left .publicatie_datum {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
}
#container #wrapper .column_2 .column.right {
  width: 221px;
}
#container #wrapper .column_2 .nav_bar {
  border-top: 1px solid #ccecf9;
  padding-top: 8px;
}
#container #wrapper .column_2 .nav_bar .terug_naar_overzicht {
  font-size: 8px;
  letter-spacing: 2px;
  font-weight: normal;
  font-family: "metaplusbold";
  height: 16px;
  line-height: 16px;
  float: left;
  display: block;
  width: 428px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #7fcef1;
}
#container #wrapper .column_2 .nav_bar .terug_naar_overzicht:hover {
  color: #009ee3;
}
#container #wrapper .column_2 .nav_bar .terug,
#container #wrapper .column_2 .nav_bar .verder {
  background-image: url(img/arrows_next_prev.gif);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  display: block;
}
#container #wrapper .column_2 .nav_bar .terug {
  background-position: left top;
}
#container #wrapper .column_2 .nav_bar .terug:hover {
  background-position: left bottom;
}
#container #wrapper .column_2 .nav_bar .verder {
  background-position: right top;
}
#container #wrapper .column_2 .nav_bar .verder:hover {
  background-position: right bottom;
}
#container #wrapper #smoelenboek_overzicht {
  background-color: #e5f5fc;
  padding: 10px 10px 1px 10px;
  font-size: 12px;
}
#container #wrapper #smoelenboek_overzicht .item {
  position: relative;
  height: 102px;
}
#container #wrapper #smoelenboek_overzicht .item p {
  color: #333333;
}
#container #wrapper #smoelenboek_overzicht .item .img {
  width: 102px;
  height: 102px;
  float: left;
}
#container #wrapper #smoelenboek_overzicht .item .inner {
  width: 616px;
  height: 102px;
  float: left;
  margin-left: 10px;
}
#container #wrapper #smoelenboek_overzicht .item .inner .top {
  width: 100%;
  color: #fff;
  background-color: #009ee3;
  height: 20px;
  -webkit-border-radius: 0px 10px 0px 0px;
  -khtml-border-radius: 0px 10px 0px 0px;
  -moz-border-radius: 0px 10px 0px 0px;
  -ms-border-radius: 0px 10px 0px 0px;
  -o-border-radius: 0px 10px 0px 0px;
  border-radius: 0px 10px 0px 0px;
}
#container #wrapper #smoelenboek_overzicht .item .inner .smoelenboek-title {
  color: #009ee3;
  font-size: 11px;
}
#container #wrapper #smoelenboek_overzicht .item .inner .left {
  line-height: 14px;
  padding-left: 10px;
  width: 216px;
  float: left;
}
#container #wrapper #smoelenboek_overzicht .item .inner .left.top-only {
  color: #fff;
  text-decoration: none;
  margin: 0;
  border-right: 1px solid #4dbbeb;
  line-height: 20px;
}
#container #wrapper #smoelenboek_overzicht .item .inner .right {
  line-height: 14px;
  width: 376px;
  padding-left: 10px;
  float: left;
}
#container #wrapper #smoelenboek_overzicht .item .inner .right.top-only {
  line-height: 20px;
}
#container #wrapper #smoelenboek_overzicht .item .info {
  width: 15px;
  height: 15px;
  background-image: url('img/icon_smoelenboek.png');
  background-position: 0 0;
  float: right;
  display: block;
  position: absolute;
  right: 8px;
  top: 3px;
}
#container #wrapper #smoelenboek_overzicht .item a:hover .info {
  background-image: url('img/icon_smoelenboek.png');
  background-position: 0 -35px;
}
#container #wrapper #smoelenboek_overzicht .item .social {
  position: absolute;
  right: 6px;
  bottom: 10px;
}
#container #wrapper #smoelenboek_overzicht .item .social > a {
  float: left;
  background-position: 0 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
}
#container #wrapper #smoelenboek_overzicht .item .social > a:hover {
  background-position: 0 -20px;
}
#container #wrapper #smoelenboek_overzicht .item .social .mail {
  background-image: url('img/icon_widget_bg_mail.png');
}
#container #wrapper #smoelenboek_overzicht .item .social .twitter {
  background-image: url('img/icon_widget_bg_twitter.png');
}
#container #wrapper #smoelenboek_overzicht .item .social .linkedin {
  background-image: url('img/icon_widget_bg_linkedin.png');
}
#container #wrapper #smoelenboek_persoon .item {
  display: block;
  background-color: #e5f5fc;
  padding: 10px;
  border: 0px;
}
#container #wrapper #smoelenboek_persoon .item .img {
  width: 102px;
  height: 102px;
  float: left;
}
#container #wrapper #smoelenboek_persoon .item a {
  text-decoration: none;
  color: #333333;
}
#container #wrapper #smoelenboek_persoon .item a:hover {
  color: #009ee3;
}
#container #wrapper #smoelenboek_persoon .item .inner {
  width: 618px;
  float: left;
  margin-left: 10px;
}
#container #wrapper #smoelenboek_persoon .item .inner table {
  width: 100%;
}
#container #wrapper #smoelenboek_persoon .item .inner table tr {
  height: 25px;
}
#container #wrapper #smoelenboek_persoon .item .inner table tr td {
  color: #333333;
  font-size: 12px;
}
#container #wrapper #smoelenboek_persoon .item .inner table tr td.item-title {
  color: #009ee3;
  font-size: 11px;
  width: 200px;
}
#container #wrapper #smoelenboek_persoon .item .inner table tr td table {
  width: 160px;
}
#container #wrapper #smoelenboek_persoon .item .inner table tr td table tr {
  height: 6px;
}
#container #wrapper #smoelenboek_persoon .item .inner table tr.line {
  height: 15px;
  border-bottom: 1px solid #b7e4f7;
}
#container #wrapper #smoelenboek_persoon .item .inner table tr.spacer {
  height: 15px;
}
#container #wrapper #smoelenboek_persoon .item .inner table tr.spacer-bottom {
  height: 55px;
}
#container #wrapper #smoelenboek_persoon .nav_bar .terug_naar_overzicht {
  width: 718px;
}
#container #wrapper .row {
  width: 100%;
}
#container #wrapper .row .column.left {
  float: left;
}
#container #wrapper .row .column.right {
  float: right;
  width: 221px;
}

#container #wrapper .column_2 .column.left ul {
  list-style-image: url(/css/img/bullet_wezo.gif);
  padding: 0 0 0 13px;
}

#container #wrapper .row.title {
  border-bottom: 1px #ccecf9 solid;
  padding-bottom: 5px;
  margin-bottom: 16px;
  position: relative;
}
#container #wrapper .row.title h1,
#container #wrapper .row.title h2,
#container #wrapper .row.title h3,
#container #wrapper .row.title h4,
#container #wrapper .row.title h5 {
  color: #009ee3;
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
#container #wrapper .row.title .naam {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  background-color: #009ee3;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  min-width: 210px;
  padding: 0 10px;
  -webkit-border-radius: 0px 10px 0px 0px;
  -khtml-border-radius: 0px 10px 0px 0px;
  -moz-border-radius: 0px 10px 0px 0px;
  -ms-border-radius: 0px 10px 0px 0px;
  -o-border-radius: 0px 10px 0px 0px;
  border-radius: 0px 10px 0px 0px;
}
#container .widgets > div {
  margin-bottom: 10px;
}
#container .widgets .img {
  width: 100%;
}
#container .widgets .twitter,
#container .widgets .vacatures,
#container .widgets .collegas,
#container .widgets .kantinetip {
  border: 1px solid #ccecf9;
  color: #333333;
  padding: 5px 10px 10px 10px;
}
#container .widgets .twitter .title,
#container .widgets .vacatures .title,
#container .widgets .collegas .title,
#container .widgets .kantinetip .title {
  display: block;
  border-bottom: 1px solid #ccecf9;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-size: 16px;
  color: #f39100;
}
#container .widgets .twitter .title {
  padding-bottom: 4px;
  margin-bottom: 0px;
}
#container .widgets .vacatures ul,
#container .widgets .collegas ul,
#container .widgets .kantinetip ul {
  margin-bottom: 15px;
}
#container .widgets .vacatures ul a,
#container .widgets .collegas ul a,
#container .widgets .kantinetip ul a {
  color: #333333;
}
#container .widgets .vacatures ul:last-child,
#container .widgets .collegas ul:last-child,
#container .widgets .kantinetip ul:last-child {
  margin-bottom: 5px;
}
#container .widgets .vacatures .subtitle,
#container .widgets .collegas .subtitle,
#container .widgets .kantinetip .subtitle {
  color: #002b7f;
  font-weight: bold;
  display: block;
}
#container .widgets .vacatures .title {
  color: #f39100;
}
#container .widgets .vacatures ul li a {
  background-image: url("img/arrow_orange.png");
  background-repeat: no-repeat;
  padding-left: 18px;
  background-position: left 3px;
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#container .widgets .vacatures ul li a:hover {
  background-image: url("img/arrow_orange_hover.png");
}
#container .widgets .vacatures ul li a:hover {
  color: #f39100;
}
#container .widgets .vacatures .geen_vacatures {
  background-image: url(img/icon_widget_vacature_geen.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
#container .widgets .collegas .title {
  color: #009ee3;
}
#container .widgets .collegas .no-content {
  background-image: url(img/icon_widget_collega_geen.png);
  background-position: 0 8px;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-bottom: 15px;
  display: block;
}
#container .widgets .collegas .no-content:last-child {
  padding-bottom: 5px;
}
#container .widgets .collegas ul li .datum {
  width: 36px;
  float: left;
  color: #58c0ec;
  font-weight: bold;
}
#container .widgets .collegas ul li .medewerker {
  width: 163px;
  float: right;
}
#container .widgets .collegas ul li a {
  text-decoration: none;
}
#container .widgets .collegas ul li:hover .datum,
#container .widgets .collegas ul li:hover .medewerker {
  color: #009ee3;
}
#container .widgets .kantinetip .title {
  color: #f39100;
}
#container .widgets .kantinetip .img {
  position: relative;
}
#container .widgets .kantinetip .img .prijs {
  font-family: "metaplusbook";
  background-image: url(img/bg_kantinetip.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  bottom: 10px;
  right: -30px;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#container .widgets .kantinetip .img .prijs .euro {
  font-family: Arial, Helvetica, sans-serif;
}
#container .widgets .direct_naar,
#container .widgets .bijdrage {
  color: #002b7f;
  padding: 5px 10px 10px 10px;
  border: 0px;
  background-color: #e5f5fc;
}
#container .widgets .direct_naar .title,
#container .widgets .bijdrage .title {
  color: #009ee3;
  display: block;
  border-bottom: 1px solid #b7e2f5;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-size: 14px;
}
#container .widgets .direct_naar ul,
#container .widgets .bijdrage ul {
  margin-bottom: 15px;
}
#container .widgets .direct_naar ul:last-child,
#container .widgets .bijdrage ul:last-child {
  margin-bottom: 5px;
}
#container .widgets .direct_naar .subtitle,
#container .widgets .bijdrage .subtitle {
  color: #002b7f;
  font-weight: bold;
  display: block;
}
#container .widgets .direct_naar ul {
  line-height: 18px;
}
#container .widgets .direct_naar ul li a {
  background-image: url("img/arrow_blue.png");
  background-position: left 4px;
  background-repeat: no-repeat;
  padding-left: 18px;
  display: block;
  text-decoration: none;
  color: #002b7f;
}
#container .widgets .direct_naar ul li a:hover {
  background-image: url("img/arrow_blue_hover.png");
}
#container .widgets .direct_naar ul li a:hover {
  color: #009ee3;
}
#container .widgets .bijdrage a.email {
  background-image: url(img/icon_widget_bg_email.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 28px;
  color: #4cbbeb;
  text-decoration: none;
}
#container .widgets .bijdrage a.email:hover {
  color: #009ee3;
  background-position: 0 -29px;
}
#container .widgets.left .bijdrage {
  background-color: #fff;
  border: 1px solid #ccecf9;
}
#container .widgets.left .title {
  border-bottom: 1px solid #ccecf9;
}
#container .widgets .submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 18px;
  font-size: 13px;
  font-family: "metaplusbook";
}
#container .widgets .submenu ul li a {
  background-image: url("img/arrow_blue.png");
  background-position: left 3px;
  background-repeat: no-repeat;
  padding-left: 18px;
  display: block;
  color: #002b7f;
  text-decoration: none;
}
#container .widgets .submenu ul li a:hover {
  background-image: url("img/arrow_blue_hover.png");
}
#container .widgets .submenu ul li a.terug {
  background-image: url("img/arrow_back_blue.png");
  background-position: left 3px;
  background-repeat: no-repeat;
  padding-left: 18px;
}
#container .widgets .submenu ul li a.terug:hover {
  background-image: url("img/arrow_back_blue_hover.png");
}
#container .widgets .submenu ul li a:hover {
  color: #009ee3;
}
#container .widgets .submenu ul li a.active {
  color: #009ee3;
}
#container .widgets .filtermenu {
  font-size: 13px;
  font-family: "metaplusbook";
  color: #009ee3;
}
#container .widgets .filtermenu ul {
  font-size: 13px;
  margin-top: 3px;
  color: #002b7f;
}
#container .widgets .filtermenu ul li {
  height: 20px;
  line-height: 20px;
}
#container .widgets .filtermenu ul li label {
  margin-left: 10px;
  height: 20px;
}
#container .widgets .agenda {
  font-family: arial;
}
#container .widgets .agenda .ui-datepicker-header {
  text-align: center;
  position: relative;
}
#container .widgets .agenda .ui-datepicker-prev,
#container .widgets .agenda .ui-datepicker-next {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-image: url(img/icon_agenda_home_arrows.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
#container .widgets .agenda .ui-datepicker-prev {
  background-position: 0px 0px;
  top: 5px;
  left: 7px;
}
#container .widgets .agenda .ui-datepicker-prev:hover {
  background-position: 0px -20px;
}
#container .widgets .agenda .ui-datepicker-next {
  top: 5px;
  right: 7px;
  background-position: -20px 0px;
}
#container .widgets .agenda .ui-datepicker-next:hover {
  background-position: -20px -20px;
}
#container .widgets .agenda table.ui-datepicker-calendar {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#container .widgets .agenda table.ui-datepicker-calendar th {
  background-color: #98d8f4;
  color: #00428e;
  width: 30px;
  font-weight: normal;
}
#container .widgets .agenda table.ui-datepicker-calendar td {
  background-color: #c9eaf9;
  border: 2px solid #FFF;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
#container .widgets .agenda table.ui-datepicker-calendar td.ui-datepicker-current-day {
  background-color: #009ee3;
  -webkit-box-shadow: inset 1px 1px 5px 1px rgba(51, 51, 51, 0.2);
  -khtml-box-shadow: inset 1px 1px 5px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: inset 1px 1px 5px 1px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: inset 1px 1px 5px 1px rgba(51, 51, 51, 0.2);
  -o-box-shadow: inset 1px 1px 5px 1px rgba(51, 51, 51, 0.2);
  box-shadow: inset 1px 1px 5px 1px rgba(51, 51, 51, 0.2);
}
#container .widgets .agenda table.ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #FFF;
}
#container .widgets .agenda table.ui-datepicker-calendar td.ui-datepicker-other-month {
  background-color: #c9eaf9;
}
#container .widgets .agenda table.ui-datepicker-calendar td.ui-datepicker-other-month a {
  color: #FFF;
}
#container .widgets .agenda table.ui-datepicker-calendar td.ui-datepicker-today {
  background-color: #6bc6ef;
}
#container .widgets .agenda table.ui-datepicker-calendar td.ui-datepicker-today a {
  color: #FFF;
}
#container .widgets .agenda table.ui-datepicker-calendar td a {
  color: #64c4ee;
  text-decoration: none;
}
#container .widgets .agenda .ui-datepicker-title {
  background-color: #98d8f4;
  color: #FFF;
  font-size: 14px;
  padding: 5px 0;
}
#container .widgets .agenda #datum_detail {
  background-color: #e5f5fc;
  padding: 15px 10px;
}
#container .widgets .agenda #datum_detail ul {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8e4f7;
}
#container .widgets .agenda #datum_detail ul.jubilaris li,
#container .widgets .agenda #datum_detail ul.verjaardag li {
  padding-left: 40px;
  background-position: top left;
  background-repeat: no-repeat;
}
#container .widgets .agenda #datum_detail ul.jubilaris li:first-child,
#container .widgets .agenda #datum_detail ul.verjaardag li:first-child {
  margin-bottom: 3px;
}
#container .widgets .agenda #datum_detail ul.jubilaris li {
  background-image: url(img/icon_125_jubileum_home.png);
}
#container .widgets .agenda #datum_detail ul.verjaardag li {
  background-image: url(img/icon_verjaardag_home.png);
}
#container .widgets .agenda #datum_detail ul.vandaag li:first-child {
  margin-bottom: 3px;
}
#container .widgets .agenda #datum_detail ul.vandaag .tijdstip {
  vertical-align: top;
  width: 40px;
  color: #44b8ea;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#container .widgets .agenda #datum_detail ul.vandaag .event {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 148px;
}
#container .widgets .agenda #datum_detail ul li {
  margin-bottom: 5px;
}
#container .widgets .agenda #datum_detail ul li:first-child {
  margin: 0px;
  color: #00428e;
  padding-left: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  background-image: none;
}
#container .widgets .agenda .meer_agenda {
  font-size: 11px;
  background-image: url("img/arrow_blue.png");
  background-position: left 1px;
  background-repeat: no-repeat;
  padding-left: 18px;
  margin-left: 40px;
  color: #44b8ea;
  text-decoration: none;
}
#container .widgets .agenda .meer_agenda:hover {
  background-image: url("img/arrow_blue_hover.png");
}
#container .widgets .agenda .meer_agenda:hover {
  color: #009ee3;
}
#container #footer {
  background-image: url(img/bg_footer.jpg);
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
}
#container #footer ul {
  display: inline-block;
}
#container #footer ul li {
  float: left;
  line-height: 35px;
  height: 35px;
  margin-left: 10px;
  padding-left: 10px;
  color: #6fb7e0;
  background-image: url(img/bg_footer_border.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#container #footer ul li:first-child {
  background-image: none;
}
#container #footer ul li.mail a {
  background-image: url(img/icon_footer_mail.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
#container #footer ul li.mail a:hover {
  background-image: url(img/icon_footer_mail_hover.png);
}
#container #footer ul li a {
  color: #6fb7e0;
  text-decoration: none;
}
#container #footer ul li a:hover {
  color: #FFF;
}
/* END CONTENT */
/* colors */
#container_inloggen {
  background-color: #FFF;
  width: 960px;
  margin: 0 auto;
  font-size: 13px;
  font-family: "metaplusbook";
  line-height: 18px;
}
#container_inloggen #header {
  background-image: url(img/inloggen_bg_header.png);
  height: 167px;
  z-index: 2;
  position: relative;
}
#container_inloggen #header #logo {
  width: 124px;
  height: 84px;
  top: 20px;
  left: 22px;
  position: absolute;
}
#container_inloggen #wrapper {
  background-color: #ccecf9;
  position: relative;
  margin: -60px auto 20px auto;
  padding-top: 111px;
  width: 920px;
  z-index: 1;
  min-height: 200px;
}
#container_inloggen #wrapper #login {
  background-color: #d6f0fa;
  height: 200px;
  border: 1px solid #a3dcf5;
  padding: 72px 61px 61px 61px;
  margin: 0 48px 40px 48px;
}
#container_inloggen #wrapper #login .login-btns {
  margin-top: 5px;
}
#container_inloggen #wrapper #login .column {
  width: 340px;
}
#container_inloggen #wrapper #login .column .title {
  border-bottom: 1px solid #95d7f3;
  font-size: 16px;
  color: #009ee3;
  margin-bottom: 16px;
  padding: 4px 0 2px 0;
  height: 20px;
}
#container_inloggen #wrapper #login .column .title.slotje {
  padding-left: 26px;
  background-image: url(img/inloggen_slotje.png);
  background-repeat: no-repeat;
  background-position: top left;
}
#container_inloggen #wrapper #login .column.left {
  float: left;
}
#container_inloggen #wrapper #login .column.left h3 {
  color: #009ee3;
  margin-bottom: 0px;
  font-size: 13px;
  margin-top: 18px;
  font-weight: normal;
}
#container_inloggen #wrapper #login .column.left p {
  padding: 0;
  margin: 0 0 15px 0;
}
#container_inloggen #wrapper #login .column.right {
  float: right;
}
#container_inloggen #wrapper #login .column.right #form_wrapper input[type=text],
#container_inloggen #wrapper #login .column.right #form_wrapper input[type=password] {
  width: 100%;
  height: 27px;
  line-height: 27px;
  font-size: 11px;
  padding-left: 5px;
  color: #333;
  background-color: #ebf8fd;
  border: 1px solid #ebf8fd;
  outline: 0;
}
#container_inloggen #wrapper #login .column.right #form_wrapper input[type=text]:focus,
#container_inloggen #wrapper #login .column.right #form_wrapper input[type=password]:focus {
  border: 1px solid #fff;
  background-color: #f5fbfe;
}
#container_inloggen #wrapper #login .column.right #form_wrapper input[type=text].error,
#container_inloggen #wrapper #login .column.right #form_wrapper input[type=password].error {
  border: 1px solid #f00;
  background-color: #ffe5e5;
}
#container_inloggen #wrapper #login .column.right #form_wrapper div {
  margin-bottom: 9px;
}
#container_inloggen #wrapper #login .column.right span {
  float: right;
  text-align: right;
  color: #009ee3;
}
#container_inloggen #wrapper #login .column.right span a {
  color: #009ee3;
  text-decoration: none;
}
#container_inloggen #wrapper #login .column.right span a:hover {
  color: #002b7f;
}
#container_inloggen #wrapper #login .column.right input[type=checkbox] {
  margin-right: 5px;
}
#container_inloggen #wrapper #login .column.right label:hover {
  color: #002b7f;
}
.algemeen-nieuws {
  color: #f39100 !important;
}
.algemeen-nieuws.bg {
  background-color: #f39100 !important;
  color: #fff !important;
}
.algemeen-nieuws.bg-image {
  background-image: url(img/bg_img_overlay_algemeen_nieuws.png);
  color: #fff !important;
}
.algemeen-nieuws-leesmeer {
  color: #f8bd66 !important;
  background-image: url("img/arrow_orange.png") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  padding-left: 18px !important;
}
.algemeen-nieuws-leesmeer:hover {
  background-image: url("img/arrow_orange_hover.png") !important;
}
.algemeen-nieuws-leesmeer:hover {
  color: #f39100 !important;
}
.mt-nieuws {
  color: #009ee3 !important;
}
.mt-nieuws.bg {
  background-color: #009ee3 !important;
  color: #FFF !important;
}
.mt-nieuws.bg-image {
  background-image: url(img/bg_img_overlay_mt_nieuws.png);
  color: #fff !important;
}
.mt-nieuws-leesmeer {
  color: #66c5ee !important;
  background-image: url("img/arrow_blue.png") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  padding-left: 18px !important;
}
.mt-nieuws-leesmeer:hover {
  background-image: url("img/arrow_blue_hover.png") !important;
}
.mt-nieuws-leesmeer:hover {
  color: #009ee3 !important;
}
.pv-nieuws {
  color: #d5055a !important;
}
.pv-nieuws.bg {
  background-color: #d5055a !important;
  color: #FFF !important;
}
.pv-nieuws.bg-image {
  background-image: url(img/bg_img_overlay_pv_nieuws.png);
  color: #fff !important;
}
.pv-nieuws-leesmeer {
  color: #ee96b9 !important;
  background-image: url("img/arrow_pink.png") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  padding-left: 18px !important;
}
.pv-nieuws-leesmeer:hover {
  background-image: url("img/arrow_pink_hover.png") !important;
}
.pv-nieuws-leesmeer:hover {
  color: #d5055a !important;
}
.or-nieuws {
  color: #8cb71b !important;
}
.or-nieuws.bg {
  background-color: #8cb71b !important;
  color: #FFF !important;
}
.or-nieuws.bg-image {
  background-image: url(img/bg_img_overlay_or_nieuws.png);
  color: #fff !important;
}
.or-nieuws-leesmeer {
  color: #bad476 !important;
  background-image: url("img/arrow_green.png") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  padding-left: 18px !important;
}
.or-nieuws-leesmeer:hover {
  background-image: url("img/arrow_green_hover.png") !important;
}
.or-nieuws-leesmeer:hover {
  color: #8cb71b !important;
}
.varia {
  color: #2aafa4 !important;
}
.varia.bg {
  background-color: #2aafa4 !important;
  color: #FFF !important;
}
.varia.bg-image {
  background-image: url(img/bg_img_overlay_varia.png);
  color: #fff !important;
}
.varia-leesmeer {
  color: #7fcfc8 !important;
  background-image: url("img/arrow_aqua.png") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  padding-left: 18px !important;
}
.varia-leesmeer:hover {
  background-image: url("img/arrow_aqua_hover.png") !important;
}
.varia-leesmeer:hover {
  color: #2aafa4 !important;
}
.agenda_algemeen {
  color: #f39100 !important;
}
.agenda_verjaardagen {
  color: #009ee3 !important;
}
.agenda_jubilea {
  color: #d5055a !important;
}
.agenda_vakantieplanning {
  color: #8cb71b !important;
}
/* end colors */
/* search fields */
.searchform {
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 43, 127, 0.3);
  -khtml-box-shadow: inset 1px 1px 2px 0px rgba(0, 43, 127, 0.3);
  -moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 43, 127, 0.3);
  -ms-box-shadow: inset 1px 1px 2px 0px rgba(0, 43, 127, 0.3);
  -o-box-shadow: inset 1px 1px 2px 0px rgba(0, 43, 127, 0.3);
  box-shadow: inset 1px 1px 2px 0px rgba(0, 43, 127, 0.3);
  width: 154px;
  height: 21px;
  border: 0;
  background-color: #e5f5fc;
}
.searchform.menu {
  background-color: #fff;
  position: absolute;
  bottom: 4px;
  right: 9px;
}
.searchform.searchfield {
  width: 100px;
}
.searchform input[type=submit] {
  float: right;
  height: 21px;
  width: 21px;
  line-height: 21px;
  padding: 0px;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-image: url(img/icon_search.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.searchform input[type=submit]:hover {
  background-position: bottom left;
}
.searchform input[type=text] {
  font-size: 11px;
  color: #009ee3;
  height: 21px;
  padding: 0 4px 0 7px;
  line-height: 21px;
  width: 120px;
  border: 0;
  outline: 0;
  background-color: transparent;
}
/* btns */
.btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 21px;
  line-height: 21px;
  background-color: #bfe7f8;
  padding: 0px 14px;
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: normal;
  font-family: "metaplusbold";
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 15px;
  border: 0;
}
.btn:hover {
  background-color: #7fcef1;
}
.btn.inloggen {
  background-color: #95d7f3;
}
.btn.inloggen:hover {
  background-color: #4abaeb;
}
/* */
.clearfix {
  clear: both;
  line-height: 0;
}
