﻿/* Stylesheet voor Speak.nl. (c) Speak. Alle rechten voorbehouden. */

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Algemeen ---------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

html, body, form {
	margin: 0;
	padding: 0;
}

body {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333;
	background: #000;
}

#wrapper {
  width: 100%;
  background: #fff;
}

h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
}

h1.backbutton { width: 450px; }

h1 span {
  font-size: 18px;
  color: #888;
}

h2 {
  margin: 0 0 18px 0;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}

h2 strong { font-weight: normal; }

h3 {
  margin: 0 0 2px 0;
  font-size: 16px;
  line-height: 19px;
}

h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

a { color: #f68929; }
img { border: 0; display: block; }
p { margin: 0 0 19px 0; }
a span { cursor: pointer; }

.clearfix {
  height: 0;
  overflow: hidden;
  clear: both;
  line-height: 0;
  font-size: 0;
}

.spacer { height: 12px; }

.button {
  float: left;
  height: 31px;
  padding-right: 14px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
  background: url(/interface/images/button-bg.png) no-repeat right top;
}

.button:hover {
  background-position: right bottom;
  text-decoration: underline;
  color: #fff;
}

.button span,
.button a {
  position: relative;
  float: left;
  height: 19px;
  padding: 5px 6px 7px 20px;
  background: url(/interface/images/button-inner-bg.png) no-repeat;
  cursor: pointer;
  white-space:nowrap;
}

.button:hover span,
.button:hover a{
  background-position: left bottom;
}

.button-back {
  clear: both;
  margin-bottom: 20px;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Top --------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#top {
  width: 100%;
  height: 141px;
  background: #000;
}

#top.subactive { height: 187px; }
#top.carousel_active { height: 442px; }
#top.video_active { height: 304px; }

#top #top_inner {
  position: relative;
  width: 990px;
  height: 100%;
  margin: 0 auto;
  background: url(/interface/images/top-nocarousel-bg.jpg);
  overflow:hidden;
}

#top.carousel_active #top_inner { background: none; }

#top #logo {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 146px;
  height: 36px;
  overflow: hidden;
  background: url(/interface/images/logo-speak.png);
  z-index: 60;
}

#top #logo img { display: none; }

#top #searchbox {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 188px;
  height: 30px;
  background: url(/interface/images/searchbox-bg.png);
  z-index: 60;
}

#top #searchbox label {
  position: absolute;
  left: -9001px;
  top: 0;
}

#top #searchbox input {
  float: left;
  width: 138px;
  margin: 0;
  padding: 6px 10px 4px 10px;
  border: 0;
  background: none;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #919191;
}

#top #searchbox input.active { color: #ffffff; }

#top #searchbox a {
  float: right;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9001px;
  background: url(/interface/images/searchbox-button-bg.png);
}

#top #nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 930px;
  height: 51px;
  margin: 0;
  padding: 90px 30px 0 30px;
  list-style: none;
  font-size: 16px;
  line-height: 21px;
  font-size: 16px;
  z-index: 50;
  background: url(/interface/images/nav-bg.png) repeat-x;
}

#top #nav li {
  float: left;
  height: 51px;
  margin: 0;
  padding: 0;
  background: url(/interface/images/nav-item-bg.png) no-repeat right top;
}

#top #nav li a {
  float: left;
  height: 21px;
  padding: 15px 19px 15px 19px;
  color: #ffffff;
  text-decoration: none;
}

#top #nav li a:hover { text-decoration: underline; }

#top #nav li.active,
#top #nav li.childActive {
  background-position: right bottom;
}

#top #nav li.active a,
#top #nav li.childActive a {
  position: relative;
  margin-left: -1px;
  background: url(/interface/images/nav-item-active-bg.png) repeat-y left top;
}

#top #nav li ul {
  position: absolute;
  left: -9001px;
  top: 141px;
  width: 930px;
  overflow: hidden;
  margin: 0;
  padding: 0 35px;
  list-style: none;
  background: url(/interface/images/subnav-bg.png) repeat-x;
  z-index: 100;
}

#top #nav li.active ul,
#top #nav li.childActive ul {
  left: 0;
}

#top #nav li li {
  height: 47px;
  background: none;
}

#top #nav li li a,
#top #nav li.active li a,
#top #nav li.childActive li a {
  position: static;
  margin: 0;
  padding: 13px 15px 12px 15px;
  background: none;
}

#top #nav li li.active a,
#top #nav li.active li.active a,
#top #nav li.childActive li.active a {
  background: url(/interface/images/subnav-item-active-bg.gif) no-repeat center bottom;
}

#top #nav li.last
{
  margin-right:-20px;
}

#top.carousel_active #nav li li.active a,
#top.carousel_active #nav li.active li.active a,
#top.carousel_active #nav li.childActive li.active a,
#top.video_active #nav li li.active a,
#top.video_active #nav li.active li.active a,
#top.video_active #nav li.childActive li.active a {
  padding-bottom: 11px;
}

#top #carousel_top {
  position: relative;
  width: 990px;
  height: 100%;
  overflow: hidden;
  z-index: 5;
  background: url(/interface/images/top-carousel-bg.jpg);
}

#top #carousel_top ul {
  position: relative;
  width: 990px;
  height: 442px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#top #carousel_top li {
  position: relative;
  float: left;
  width: 990px;
  height: 442px;
  overflow: hidden;
}

#top #carousel_top .carousel_prev,
#top #carousel_top .carousel_next {
  position: absolute;
  top: 305px;
  width: 20px;
  height: 31px;
  z-index: 80;
  cursor: pointer;
}

#top #carousel_top .carousel_prev {
  left: 50px;
  background: url(/interface/images/carousel-top-prev-bg.png);
}

#top #carousel_top .carousel_next {
  right: 50px;
  background: url(/interface/images/carousel-top-next-bg.png);
}

#top #carousel_top .flashvideo {
  height: 442px;
  width: 990px;
  background-color: #000;
}

#top #carousel_top .flashvideo .alt { display: none; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Main -------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main {
  position: relative;
  width: 930px;
  overflow: hidden;
  margin: 0 auto;
  padding: 22px 0 30px 0;
  background: #ffffff;
}

#main .warning {
  margin-bottom: 18px;
  padding: 6px 10px 6px 40px;
  border: 1px solid #e4bc00;
  background: #fff9cd url(/interface/images/warning-bg.gif) no-repeat 7px center;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  color: #965100;
  clear: both;
  display: none;
}

#main .nomargin { margin: 0; }

#main table {
  width: 100%;
  margin-bottom: 17px;
}

#main td { padding: 2px 0; }

#main ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

#main li {
  margin: 0 0 5px 0;
  padding: 0 0 0 14px;
  background: url(/interface/images/bullet.gif) no-repeat left 7px;
}

#main li ul { margin: 5px 0 8px 0; }

#main .nowrap { white-space: nowrap; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Content algemeen -------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main #content {
  float: left;
  width: 610px;
}

#main .breadcrumb {
  clear: both;
  color: #777;
}

#main .breadcrumb a { color: #777; }
#main .breadcrumb a:hover { color: #F68929; }

#main .paragraph {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

#main .paragraph_last
{
  border-bottom:0;
  margin:0;
}

#main blockquote {
  float: right;
  width: 290px;
  margin: 0 0 26px 30px;
  font-size: 20px;
  line-height: 24px;
}

/* Afbeeldingen */

#main .image_top {
  display: block;
  margin-bottom: 20px;
}

#main .image_left {
  float: left;
  clear: left;
  margin: 0 15px 15px 0;
}

#main .image-leftpictogram {
  float: left;
  clear: left;
  margin: 0px 10px 8px 0px;
}

#main .tekstpictogram
{
  float:left;
  width:530px;
}

#main .image_right {
  float: right;
  clear: right;
  margin: 0 0 15px 15px;
}

#main .images_bottom {
  width: 630px;
  overflow: hidden;
  clear: both;
  margin: 20px -20px 20px 0;
}

#main .images_bottom a {
  float: left;
  width: 190px;
  height: 142px;
  margin: 0 20px 15px 0;
}

#main .images_bottom a img { margin: 0 auto; }

/* Datum blokje */

.datebox {
  float: left;
  width: 22px;
  margin: 0 10px 0 0;
  padding: 4px 11px 4px 4px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  background: url(/interface/images/blog-previews-date-bg.gif);
  color: #444;
}

.datebox span {
  display: block;
  font-size: 14px;
  line-height: 13px;
}

/* Downloads */

#main .downloads {
  clear: both;
  width: 100%;
}

#main .downloads li {
  min-height: 31px;
  padding: 10px 0 10px 36px;
  background: url(/interface/images/download_overig.gif) no-repeat left 10px;
  border-bottom: 1px solid #ccc;
}

#main .downloads li.last {
  border-bottom: 0;
}

#main .downloads li a {
  font-weight: bold;
  color: #333;
}

#main .downloads li a:hover { color: #f68929; }
#main .downloads li .info { color: #999; }

#main .downloads .word { background-image: url(/interface/images/download_word.gif); }
#main .downloads .xls { background-image: url(/interface/images/download_xls.gif); }
#main .downloads .ppt { background-image: url(/interface/images/download_ppt.gif); }
#main .downloads .compressed { background-image: url(/interface/images/download_compressed.gif); }
#main .downloads .pdf { background-image: url(/interface/images/download_pdf.gif); }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Sidebar ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main #sidebar {
  float: right;
  width: 290px;
  padding-top: 49px;
}

#main #sidebar .sidebox {
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
#main #sidebar .sidebox-employee
{
  border-bottom:0;
}

#main #sidebar .sidebox .image-left {
  float: left;
  margin: 0 10px 10px 0;
}

#main #sidebar .sidebox .image-right {
  float: right;
  margin: 0 0 10px 10px;
}

#main #sidebar .sidebox .image-top,
#main #sidebar .sidebox .image-bottom {
  display: block;
  margin-bottom: 20px;
}

#main #sidebar .sidebox .active { font-weight: bold; }
#main #sidebar #social_media_links { border: 0; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Footer ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */

#footer {
  position: relative;
  width: 930px;
  margin: 0 auto;
  padding: 38px 30px;
  color: #ffffff;
  background: url(/interface/images/footer-bg.gif) no-repeat 38px top;
}

#footer a { color: #ffffff; }
#footer a:hover { color: #f68929; }

#footer #logo_footer {
  display: block;
  width: 76px;
  height: 19px;
  overflow: hidden;
  margin-bottom: 17px;
  text-indent: -9001px;
  background: url(/interface/images/logo-speak-footer.gif);
}

#footer p { margin-bottom: 12px; }

#footer .footerbuttons {
  position: absolute;
  right: 30px;
  top: 30px;
}

#footer .footerbuttons {
  position: absolute;
  right: 157px;
  top: 43px;
  height: 31px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .footerbuttons li {
  float: left;
  width: 46px;
  height: 40px;
  margin: 0 15px 0 0;
  padding: 0;
}

#footer .footerbuttons li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9001px;
  background-repeat:no-repeat;
}

#footer .footerbuttons .twitter a { background-image: url(/interface/images/footer/twitter.gif); }
#footer .footerbuttons .linkedin a { background-image: url(/interface/images/footer/linkedin.gif); }
#footer .footerbuttons .rss a { background-image: url(/interface/images/footer/rss.gif); }

#footer .footerbuttons .rss { margin: 0; }

#footer #footernav {
  position: absolute;
  right: 28px;
  top: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer #footernav li {
  float: left;
  margin: 0 22px 0 0;
  padding: 0;
}

#footer #footernav li.last {
  margin: 0;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Formulieren ------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .formulier {
  position: relative;
  clear: both;
  width: 100%;
}

#main .formulier .foutmelding { display: none; }

#main .formulier .regel {
  position: relative;
  width: 442px;
  margin-bottom: 6px;
}

#main .formulier .regel label {
  float: left;
  width: 110px;
  padding: 3px 10px 3px 0;
  line-height: 16px;
}

#main .formulier .veld input,
#main .formulier .wachtwoord input,
#main .formulier .textarea textarea {
  float: left;
  width: 280px;
  padding: 3px 6px;
  border: 1px solid #b4b4b4;
  font-family: Arial, Sans-serif;
  font-size: 13px;
  color: #111;
}

#main .formulier .textarea textarea { height: 110px; }

#main .formulier .select select {
  float: left;
  width: 294px;
  border: 1px solid #b4b4b4;
}

#main .formulier .regel .kort { width: 100px; }

#main .formulier .veld .kort,
#main .formulier .textarea .kort {
  width: 88px;
}

#main .formulier .incorrect input,
#main .formulier .incorrect textarea {
  border: 1px solid #e48a8a;
}

#main .formulier .regel .regel_inner {
  float: left;
  width: 294px;
  line-height: 16px;
}

#main .formulier .regel .regel_inner .subregel {
  width: 100%;
  overflow: hidden;
  clear: both;
}

#main .formulier .regel .regel_inner .subregel input {
  float: left;
  width: 13px;
  height: 13px;
  margin: 2px 7px 0 0;
  padding: 0;
}

#main .formulier .regel .regel_inner .subregel label {
  float: left;
  width: 274px;
  padding: 0;
}

#main .formulier .regel .status {
  float: left;
  width: 16px;
  height: 16px;
  margin: 4px 4px 4px 8px;
  background: url(/interface/images/form-status-bg.gif) no-repeat left 500px;
}

#main .formulier .verplicht .status { background-position: left 0; }

#main .formulier .ingevuld.correct .status,
#main .formulier .verplicht.correct .status {
  background-position: left -42px;
}

#main .formulier .incorrect .status { background-position: left -84px; }
#main .formulier .select .status { margin: 2px 4px 2px 8px; }

#main .formulier .regel .status .notice {
  position: absolute;
  right: -285px;
  top: -15px;
  display: none;
  width: 284px;
  color: #965100;
  background: url(/interface/images/form-notice-bg.gif) no-repeat left bottom;
}

#main .formulier .regel .status .notice .notice_inner {
  width: 239px;
  min-height: 36px;
  padding: 10px 13px 10px 31px;
  border-right: 1px solid #e4bc00;
  background: url(/interface/images/form-notice-inner-bg.gif) no-repeat;
}

#main .formulier .currenterror .status .notice { display: block; }

#main .formulier .note {
  position: relative;
  display: block;
  width: 322px;
  margin: -4px 0 8px 120px;
  font-size: 11px;
  line-height: 16px;
}

#main .formulier div.note { color: #666666; }

#main .formulier .button {
  float: right;
  margin-right: 28px;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Overzichten algemeen ---------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .overview {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

#main .overview li {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 10px 0;
  padding: 4px 0;
  border-bottom: 1px solid #e5e5e5;
  background: none;
}

#main .overview li.last { border-bottom: 0; }

#main .overview li h2 a,
#main .overview li h3 a {
  text-decoration: none;
  color: #333333;
}

#main .overview li h2 a:hover,
#main .overview li h3 a:hover {
  text-decoration: underline;
  color: #f68929;
}

#main .overview li p { margin-bottom: 10px; }

.overview li .info,
#main .overview li .info {
  display: block;
  text-decoration: none;
  color: #737373;
  font-size: 10px;
  line-height: 14px;
}

#main .overview li img {
  float: right;
  margin: 0px 0 10px 15px;
}

#main .overview li .date { margin-bottom: 13px; }

#main .pagination {
  width: 100%;
  height: 26px;
  margin-bottom: 10px;
  padding-top: 5px;
  text-align: center;
  background: url(/interface/images/tabbladen-bg.gif) repeat-x;
}

#main .pagination a,
#main .pagination span {
  padding: 6px 10px;
  border-right: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  position: relative;
}

#main .pagination a:hover {
  color: #F68929;
  text-decoration: underline;
}

#main .pagination .active {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  color: #111111;
  font-weight: bold;
}

#main .pagination .pagination_next { border: 0; }

#main .pagination span.pagination_previous,
#main .pagination span.pagination_next {
  color: #aaa;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Overzicht vacatures ----------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main #overview-vacancies li h2 {
  margin-bottom: 8px;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Home -------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#call_to_action_home {
  height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cdcdcd;
  font-size: 16px;
  background: #e7e7e7;
}

#call_to_action_home .inner {
  width: 930px;
  margin: 0 auto;
  padding: 10px 0;
  height: 18px;
}

#call_to_action_home .inner span {
  float: left;
  margin-right: 8px;
  padding: 7px 0 6px 0;
}

#call_to_action_home .inner .button { margin-right: 8px; }

#call_to_action_home .inner .button span {
  margin: 0;
  padding: 5px 6px 7px 20px;
}

#main #homeboxes {
  width: 960px;
  overflow: hidden;
  margin-right: -30px;
}

#main #homeboxes h2 {
  height: 24px;
  overflow: hidden;
}

#main #homeboxes .homebox {
  float: left;
  width: 290px;
  margin-right: 30px;
  overflow:hidden;
}

#main #homeboxes .homebox .homebox_text {
  height: 220px;
  overflow: hidden;
}

#main #homeboxes .homebox .button,
#main #homeboxes .homebox .button span {
  float: none;
  display: block;
  text-align: center;
}

#main #homeboxes .homebox .carousel_home {
  position: relative;
  width: 290px;
  height: 198px;
  overflow: hidden;
}

#main #homeboxes .homebox .carousel_home .carousel_home_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

#main #homeboxes .homebox .carousel_home .carousel_home_inner li {
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  height: 198px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: none;
}

#main #homeboxes .homebox .carousel_home .carousel_home_controls {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 21px;
  overflow: hidden;
  margin: 0;
  padding-right: 10px;
  z-index: 50;
  display: none;
  background: url(/interface/images/carousel-home-controls-bg.png) no-repeat top right;
}

#main #homeboxes .homebox .carousel_home .carousel_home_controls ul {
  float: left;
  height: 10px;
  margin: 0;
  padding: 5px 0 6px 7px;
  background: url(/interface/images/carousel-home-controls-inner-bg.png);
}

#main #homeboxes .homebox .carousel_home .carousel_home_controls li {
  float: left;
  margin: 0 7px 0 0;
  padding: 0;
  width: 10px;
  height: 10px;
  overflow: hidden;
  line-height: 10px;
  font-size: 8px;
  text-indent: -9001px;
  cursor: pointer;
  background: url(/interface/images/carousel-home-controls-item-bg.gif);
}

#main #homeboxes .homebox .carousel_home .carousel_home_controls li.last { margin-right: -3px; }
#main #homeboxes .homebox .carousel_home .carousel_home_controls li.active { background-position: left bottom; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Home: Prefooter --------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#prefooter_home {
  width: 930px;
  overflow: hidden;
  margin: 0 auto;
  padding: 28px 0 50px 0;
  border-top: 1px solid #ccc;
}

#prefooter_home .prefooter_box {
  float: left;
  width: 290px;
  margin-right: 30px;
}

#prefooter_home .prefooter_box ul {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

#prefooter_home .prefooter_box ul li {
  float: left;
  clear: both;
  width: 100%;
  overflow: hidden;
  line-height: 17px;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}
#prefooter_home .prefooter_box ul li.last 
{
  border-bottom:0;
}



#prefooter_home .prefooter_box ul li h3 {
  margin: 0;
  font-size: 12px;
}

#prefooter_home #blog_previews ul li h3 {
  font-weight: normal;
}

#prefooter_home .prefooter_box ul li a {
  display: block;
  color: #606060;
  text-decoration: none;
}

#prefooter_home #twitter_previews ul li a
{
  display:inline
}

#prefooter_home .prefooter_box ul li a:hover {
  color: #f68929;
  text-decoration: underline;
}

#prefooter_home .prefooter_box ul li img {
  float: left;
  margin: 1px 12px 0 0;
}

#prefooter_home .prefooter-wrapper {
  float: left;
  width: 290px;
}

#prefooter_home #twitter_previews {
  position: relative;
  width: 272px;
  padding: 0 19px 19px 19px;
  margin: 0 0 3px -10px;
  background: url(/interface/images/twitter-bg.gif) no-repeat left bottom;
}

#prefooter_home #twitter_previews h2 {
  width: 290px;
  padding: 5px 10px 25px 10px;
  margin: 0 -19px 0 -19px;
  background: #fff url(/interface/images/twitter-title-bg.gif) no-repeat left bottom;
}

#prefooter_home #twitter_previews ul {
  min-height: 231px;
  overflow: hidden;
}

#prefooter_home #twitter_previews li .thumb {
  float: left;
  margin: 1px 12px 0 0;
}

#prefooter_home #twitter_previews li .thumb img {
  float: none;
  margin: 0;
}

#prefooter_home #twitter_previews li div {
  float: right;
  width: 212px;
}

#prefooter_home #twitter_previews li p {
  margin-bottom: 4px;
}

#prefooter_home #twitter_previews li p a { color: #F68929; }

#prefooter_home #twitter_previews li .info { margin-bottom: 0; }

#social_media_links,
#prefooter_home #case-previews {
  margin-right: 0;
}

#prefooter_home #case-previews {
  float: right;
}

#social_media_links ul,
#prefooter_home #case-previews ul {
  width: 100%;
  overflow: hidden;
  margin: 0;
}

#social_media_links li,
#prefooter_home #case-previews li {
  float: left;
  width: 50%;
  height: 120px;
  clear: none;
  margin: 0 0 20px 0;
  padding: 0;
  border: 0 none;
  background: none;
}

#social_media_links li a, 
#prefooter_home #case-previews li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9001px;
  background-repeat: no-repeat;
  background-position: center center;
}

#prefooter_home #case-previews li {
  height: 97px;
  margin: 6px 0;
}

#prefooter_home #case-previews li a {
  height: 100%;
  text-indent: 0;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

#prefooter_home #case-previews li a:hover {
  color: #F68929;
  text-decoration: underline;
}

#prefooter_home #case-previews li a span {
  clear: both;
  display: block;
  width: 100%;
  background-position:-1px -1px;
  
}

#prefooter_home #case-previews li a .logo {
  height: 100%;
  height:95px;
  background-repeat: no-repeat;
}

#prefooter_home #case-previews li a:hover .logo { background-position: -1px -98px; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Medewerkers (overzicht, sidebar en detailpagina) ------------------ */
/* ---------------------------------------------------------------------------------- */

#main .overview-employees {
  width: 960px;
  margin-right: -350px;
}

#main .video.rechts {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

#main .overview-employees li {
  float: left;
  clear: none;
  width: 290px;
  height: 112px;
  overflow: hidden;
  margin: 0 30px 40px 0;
  padding: 0;
  border: 0;
}

#main #sidebar .sidebox-employee {
  width: 100%;
  overflow: hidden;
}

#main #sidebar .sidebox-employee .thumb,
#main .overview-employees li .thumb {
  float: left;
  margin: 0 10px 10px 0;
}

#main .overview-employees li .thumb img {
  float: none;
  margin: 0;
}

#main #sidebar .sidebox-employee .employee-inner,
#main .overview-employees li .employee-inner {
  float: right;
  width: 200px;
}

#main #sidebar .sidebox-employee h3,
#main #sidebar .sidebox-employee h4,
#main .overview-employees li h3,
#main .overview-employees li h4 {
  font-weight: normal;
}

#main #sidebar .sidebox-employee h3 a,
#main .overview-employees li h3 a {
  color: #333;
  text-decoration: none;
}

#main #sidebar .sidebox-employee h3 a:hover,
#main .overview-employees li h3 a:hover {
  color: #F68929;
  text-decoration: underline;
}

#main #sidebar .sidebox-employee .job-title,
#main .overview-employees li .job-title {
  margin-bottom: 10px;
}

#main .overview-employees li .job-title {
  height: 36px;
  margin-bottom: 12px;
}

#main #sidebar .sidebox-employee .social-media-title,
#main .overview-employees li .social-media-title {
  font-size: 14px;
  margin-bottom: 8px;
}

#main #sidebar .sidebox-employee li,
#main .overview-employees li li {
  float: none;
  width: auto;
  height: auto;
  margin-bottom: 1px;
}

#main #sidebar .sidebox-employee .social-media,
#main .overview-employees li .social-media {
  margin: 0 0 10px 0;
  height: 16px;
  overflow: hidden;
}

#main #sidebar .sidebox-employee .social-media li,
#main .overview-employees li .social-media li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
  clear: none;
}

#main #sidebar .sidebox-employee .social-media li a,
#main .overview-employees li .social-media li a {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9001px;
}

#main .linkedin a { background: url(/interface/images/logo-linkedin-small.gif);}
#main .twitter a { background: url(/interface/images/logo-twitter-small.gif);}
#main .facebook a { background: url(/interface/images/logo-facebook-small.gif);}
#main .hyves a { background: url(/interface/images/logo-hyves-small.gif);}
#main .website a { background: url(/interface/images/logo-website-small.gif);}

#main .function-title-full { margin-top: -15px; }

#main .content-column-left {
  float: left;
  width: 292px;
  margin-bottom: 15px;
}

#main .content-column-right {
  float: right;
  width: 292px;
  margin-bottom: 15px;
}

#main .content-column-right {
  float: right;
  width: 292px;
}

#main .content-column-right h3 {
  font-size: 14px;
  margin-bottom: 6px;
}

#main .content-column-right blockquote {
  float: none;
  margin: 0 0 26px 0;
}

#main .social-media-full li {
  padding: 0;
  background: none;
}

#main .social-media-full li a {
  display: block;
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: left 2px;
  color: #333;
}

#main .social-media-full li a:hover { color: #F68929; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Gallerij en tabbladen --------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .tabs {
  width: 609px;
  height: 54px;
  clear: both;
  margin: 0 0 18px 0;
  padding: 0 0 0 1px;
  background: url(/interface/images/tabbladen-bg.gif) repeat-x left bottom;
  font-size: 14px;
}

#main .tabs li {
  float: left;
  margin: 0 0 0 -1px;
  padding: 0;
  border: 1px solid #d0d0d0;
  border-width: 0 1px;
  background: none;
}

#main .tabs li.first { border-left: 0; }
#main .tabs li.last { border-right: 0; }

#main .tabs li.active {
  padding: 18px 20px 17px 20px;
  border-width: 1px 1px 0 1px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  background: #ffffff;
  margin-top: 0;
  font-weight: bold;
}

#main .tabs li a {
  float: left;
  padding: 18px 14px;
  text-decoration: none;
  color: #555555;
}

#main .tabs li a:hover {
  color: #f68929;
  text-decoration: underline;
}

#main .gallery {
  width: 645px;
  overflow: hidden;
  margin: 0 -35px 20px 0;
}

#main .gallery li {
  float: left;
  width: 180px;
  overflow: hidden;
  margin: 0 35px 10px 0;
  padding: 0;
  background: none;
}

#main .gallery li a {
  display: block;
  width: 180px;
  height: 162px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  text-decoration: none;
  line-height: 16px;
}

#main .gallery li a:hover {
  color: #F68929;
  text-decoration: underline;
}

#main .gallery li a img {
  display: block;
  margin: 0 auto 5px auto;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Cases (portfolio) ------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .gallery_portfolio li a { height: 136px; }

#main .gallery_portfolio li a span {
  clear: both;
  display: block;
  width: 100%;
  cursor: pointer;
}

#main .gallery_portfolio li a .logo {
  height: 120px;
  background-repeat: no-repeat;
}

#main .gallery_portfolio li a:hover .logo { background-position: left bottom; }

#main #sidebar .overview-related-news {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

#main #sidebar .overview-related-news li {
  float: left;
  clear: both;
  width: 100%;
  overflow: hidden;
  line-height: 17px;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  background: none;
}

#main #sidebar .overview-related-news li h3 {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}

#main #sidebar .overview-related-news li a {
  display: block;
  color: #606060;
  text-decoration: none;
}

#main #sidebar .overview-related-news li a:hover {
  color: #f68929;
  text-decoration: underline;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Weblog ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */

#main .title,
#main #overview_weblog .blog_article_details {
  float: right;
  width: 562px;
}

#main .title-wrapper {
  width: 100%;
  overflow: hidden;
  clear: both;
}

#main .date-detail { color: #888; }

#main .title h2,
#main #overview_weblog .title h2 {
  margin-bottom: 1px;
}

#main .blog_article_details { color: #888888; }
#main #overview_weblog .datebox { margin-top: 4px; }

#main .comments-wrapper { clear: both; }

#main .overview-blog-comments { border-top: 1px solid #E5E5E5; }

#main .overview-blog-comments li p { margin-bottom: 5px; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: FAQ (Veelgestelde Vragen) ----------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main #faq {
  width: 100%;
  overflow: hidden;
  clear: both;
}

#main #faq li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 5px 0;
  overflow: hidden;
  clear: both;
  background: none;
}

#main #faq li .question {
  width: 590px;
  margin-bottom: 2px;
  padding-left: 20px;
  background: url(/interface/images/faq-question-bg.gif) no-repeat left 6px;
  font-weight: bold;
  cursor: pointer;
}

#main #faq li .question:hover {
  color: #f68929;
  text-decoration: underline;
}

#main #faq li .answer {
  width: 610px;
  position: absolute;
  left: -9001px;
  top: 0;
}

#main #faq li.active .question { background-position: left -138px; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Zoekresultaten ---------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .overview_search_results p a {
  white-space: nowrap;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Route-pagina ------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */

#main #googlemap {
  width: 600px;
  height: 350px;
  margin-bottom: 15px;
  border: 5px solid #ddd;
}

#main .titel-route {
  margin-bottom: 6px;
}

#main #container-route-van {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

#main #container-route-van .route-box {
  float: left;
  width: 193px;
  margin-right: 20px;
}

#main #container-route-van .route-box-kort {
  width: 50px;
}

#main #container-route-van .route-box input {
  width: 183px;
  float: none;
  clear: both;
  display: block;
}

#main #container-route-van .route-box-kort input { width: 40px; }

#main #container-route-van a {
  float: right;
  margin: 13px 0 0 0;
}

#main #container-route-van #melding-route {
  clear: both;
}
.copyright
{
  position:absolute;
  top:17px;
  left:30px;
}
.footerlogo
{
  position:absolute;
  top:46px;
  left:27px;
}
.footer_center
{
  position:absolute;
  top:28px;
  left:340px;
  background-image:url(/interface/images/footer/homephoneenvelope.gif);
  background-repeat:no-repeat;
  padding-left:30px;
  line-height:24px;
}
.footer_balk
{
  width: 990px;margin-left:-21px;height:56px; border-top: 1px solid #444444; position: absolute; top: 121px;
}