﻿/* Stylesheet voor Wind Groep BV. (c) Speak. Alle rechten voorbehouden. */

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Algemeen ---------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

html, body, form, ul, li, h1, h2, h3, h4, h5, h6 { margin: 0;	padding: 0; }

body, input, textarea {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

body {
  line-height: 18px;
  color: #444;
  background: #6d6e71;
}

a { color: #f37121; }
p { margin: 0 0 18px 0; }
ul { list-style: none; }
img { display: block; }
a img { border: 0; }
a span { cursor: pointer; }

h1 {
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
}

h2 {
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}

h3 {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
}

h4, h5, h6 { font-size: 12px; }

.clearfix {
  height: 0;
  overflow: hidden;
  clear: both;
  line-height: 0;
  font-size: 0;
}

.gmapitem
{
  width:226px;
}

.wrapper {
  width: 970px;
  margin: 0 auto;
  background: #fff;
}

.button {
  position: relative;
  float: right;
  height: 19px;
  margin-right: -5px;
  padding: 7px 32px 7px 19px;
  border-right: 5px solid #f37121;
  line-height: 19px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #38393b url(/interface/images/arrow.gif) no-repeat right 12px;
}

.button:hover { text-decoration: underline; }

.button-left { float: left; }

.button-back {
  margin: 0;
  padding: 7px 19px 7px 32px;
  border-left: 5px solid #f37121;
  border-right: 0;
  background: #38393b url(/interface/images/arrow-back.gif) no-repeat left 12px;
}

.button-white {
  margin: 0;
  padding: 7px 15px;
  border-left: 5px solid #6d6e71;
  border-right: 0;
  background: #fff;
  color: #444;
  font-weight: normal;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Header ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */

#header {
  position: relative;
  height: 247px;
  margin-bottom: 2px;
  z-index: 20;
}

#header .logo {
  position: absolute;
  left: 32px;
  top: 25px;
  width: 115px;
  height: 117px;
  overflow: hidden;
  background: url(/interface/images/logo.gif);
  text-indent: -9001px;
  z-index: 5;
}

#header .sectornav {
  position: absolute;
  left: 265px;
  top: 24px;
  height: 28px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

#header .sectornav li {
  float: left;
  height: 100%;
  padding: 0 20px;
  border-right: 2px solid #e8e8e8;
}

#header .sectornav li.last { border-right: 0; }

#header .sectornav li a {
  float: left;
  padding: 6px 0 4px 0;
  text-decoration: none;
  color: #48494b;
}

#header .sectornav li.active a { color: #f37121; }
#header .sectornav li a:hover { text-decoration: underline; }

#header .searchbox {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 178px;
  height: 27px;
  z-index: 85;
}

#header .searchbox label {
  position: absolute;
  left: -9001px;
}

#header .searchbox input {
  float: left;
  width: 128px;
  height: 14px;
  padding: 5px 5px 4px 5px;
  border: 2px solid #dfdfdf;
  font-size: 11px;
  color: #666;
}

#header .searchbox .search-button {
  float: right;
  width: 27px;
  height: 27px;
  overflow: hidden;
  border-right: 4px solid #f37121;
  background: #38393b url(/interface/images/search-button-bg.gif) no-repeat center 5px;
  text-indent: -9001px;
}

#header .searchbox #search-suggestions {
  position: absolute;
  right: 36px;
  top: 25px;
  width: 240px;
  border: 2px solid #ccc;
  background: #fff;
  display: none;
}

#header .searchbox #search-suggestions .suggestions-sector-title {
  position: relative;
  width: 220px;
  padding: 3px 10px;
  background: #e8e8e8;
  font-weight: bold;
  display:block;
  color:#444444;
  text-decoration:none;
}

#header .searchbox #search-suggestions a.suggestions-sector-title:hover{
  text-decoration:underline;
  color:#F37121;
}

#header .searchbox #search-suggestions .suggestions-sector-title span {
  position: absolute;
  right: 10px;
  top: 3px;
  font-weight: normal;
}

#header .searchbox #search-suggestions ul {
  width: 100%;
  overflow: hidden;
  padding: 2px 0 10px 0;
}

#header .searchbox #search-suggestions ul li {
  float: left;
  clear: both;
  width: 220px;
  padding: 2px 10px;
  border-bottom: 1px solid #f4f4f4;
}

#header .searchbox #search-suggestions ul li a {
  display: block;
  color: #444;
  text-decoration: none;
}

#header .searchbox #search-suggestions ul li a:hover {
  color: #f37121;
  text-decoration: underline;
}

#header .personal-links {
  position: absolute;
  right: 30px;
  top: 55px;
  font-size: 11px;
  color: #aeb0b2;
}

#header .header-images {
  position: absolute;
  right: 0;
  top: 98px;
  width: 970px;
  height: 104px;
  background: #38393b;
  text-align: right;
}

#header .header-images #dromen-denken-doen{
  float:left;
  margin-left:150px;
}

#header .header-images img { display: inline; }

/* Navigatie */

#header .nav {
  position: absolute;
  left: 0;
  top: 204px;
  width: 938px;
  height: 43px;
  padding: 0 0 0 32px;
  background: #e8e8e8;
}

#header .nav li {
  float: left;
  height: 100%;
}

#header .nav li a {
  float: left;
  height: 19px;
  padding: 12px 32px;
  text-decoration: none;
  color: #222;
  font-weight: bold;
}

#header .nav li a:hover { text-decoration: underline; }

#header .nav li.active a,
#header .nav li.child-active a {
  position: relative;
  margin-right: -5px;
  border-right: 5px solid #f37121;
  background: #38393b;
  color: #fff;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Footer ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */

#footer {
  position: relative;
  width: 100%;
  padding-bottom: 65px;
  background: #38393b;
  color: #fff;
  font-size: 11px;
}

#footer a
{
  color: #fff;
}

#footer .footer-logos {
  padding: 20px 0px;
  height: 100px;
  background: #fff;
}

#footer .footer-sitemap {
  width: 910px;
  overflow: hidden;
  padding: 20px 30px;
  background: #e8e8e8;
  color: #505050;
  line-height: 21px;
}

#footer .footer-sitemap li {
  float: left;
  width: 135px;
  margin: 0 20px 0 0;
}

#footer .footer-sitemap li.last { margin: 0; }

#footer .footer-sitemap li a {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #444;
  font-weight: bold;
  text-decoration: none;
}

#footer .footer-sitemap li a:hover { text-decoration: underline; }

#footer .footer-sitemap li ul {
  width: 100%;
  overflow: hidden;
  margin: 0;
}

#footer .footer-sitemap li ul li {
  clear: both;
  width: 100%;
  margin: 0;
}

#footer .footer-sitemap li ul li a {
  margin: 0;
  font-size: 11px;
  color: #777;
  font-weight: normal;
}

#footer .footer-sitemap li ul li a:hover { color: #222; }

#footer .copyright {
  position: absolute;
  left: 30px;
  bottom: 30px;
  margin: 0;
}

#footer .footernav {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 20px;
}

#footer .footernav li {
  float: left;
  height: 18px;
  padding: 1px 15px 1px 14px;
  background: url(/interface/images/footernav-item-bg.gif) no-repeat right 6px;
}

#footer .footernav li.last {
  padding-right: 0;
  background: none;
}

#footer .footernav li a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

#footer .footernav li a:hover { text-decoration: underline; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Main en Content --------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main {
  position: relative;
  width: 910px;
  overflow: hidden;
  padding: 17px 30px 19px 30px;
  border-bottom: 1px solid #d2d2d2;
}

.home #main { background: none; }

#main #content {
  float: right;
  width: 629px;
}

#main #content #breadcrumb {
  clear: both;
  width: 100%;
  font-size: 11px;
  color: #888;
}

#main #content #breadcrumb a { color: #888; }
#main #content #breadcrumb a:hover { color: #F37121; }

#main ul { margin-bottom: 18px; }

#main li {
  margin-bottom: 4px;
  padding-left: 16px;
  background: url(/interface/images/bullet.gif) no-repeat left 7px;
}

#main table {
  width: 100%;
  margin-bottom: 18px;
}

#main td,
#main th {
  padding: 4px 5px;
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
}

#main th {
  text-align: left;
  background: #f4f4f4;
}

#main blockquote {
  float: right;
  clear: right;
  width: 42.5%;
  margin: 0 0 15px 22px;
  padding: 12px 15px;
  background: #f4f4f4;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
}

#main .paragraph {
  clear: both;
  width: 100%;
  overflow: hidden;
}

#main .paragraph .contentbox{
  clear:both;
}

#main .info {
  color: #888;
  font-size: 11px;
}

#main .centered { text-align: center; }

/* Afbeeldingen */

#main #content .image-top {
  display: block;
  margin-bottom: 15px;
}

#main #content .images-right {
  float: right;
  margin: 0 0 0 15px;
  width:346px;
}

#main #content .images-right img,
#main #content .images-right .video {
  margin: 0px 0px 15px 0px;
}

#main #content .images-left {
  float: left;
  margin: 0 15px 15px 0px;
}

#main #content .images-bottom {
  clear: both;
  width: 642px;
  margin-right: -13px;
  overflow: hidden;
}

#main #content .images-bottom a {
  float: left;
  margin: 0px 15px 15px 0px;
}

/* Downloads */

#main #content .downloads {
  clear: both;
  width: 100%;
}

#main #content .downloads li {
  min-height: 31px;
  padding: 7px 0 7px 36px;
  background: url(/interface/images/download-other.gif) no-repeat left 9px;
}

#main #content .downloads li a { font-weight: bold; }

/* Previewblokken voor subpagina's */

#main .subpage-previews {
  width: 659px;
  overflow: hidden;
  margin-right: -30px;
}

#main .subpage-previews li {
  position: relative;
  float: left;
  clear: both;
  width: 500px;
  min-height: 74px;
  margin-bottom: 20px;
  padding: 14px 134px 14px 20px;
  border-left: 5px solid #6d6e71;
  background: #f5f5f5;
}

#main .subpage-previews li h2 {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}

#main .subpage-previews li h2 a {
  color: #444;
  text-decoration: none;
}

#main .subpage-previews li h2 a:hover { text-decoration: underline; }

#main .subpage-previews li .thumb {
  position: absolute;
  right: 0;
  top: 0;
}

#main .subpage-previews li p { margin: 0; }

#main .subpage-previews li p a { white-space: nowrap; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Sidebar ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .sidebar {
  position: relative;
  float: left;
  width: 222px;
  padding-bottom: 20px;
}

#main .sidebar-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 282px;
  background: #ebebeb;
}

.home #main .sidebar-bg { display: none; }

#main .sidebar .subnav {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#main .sidebar .subnav li {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 3px 0;
  padding: 0;
  background: #fff;
}

#main .sidebar .subnav li a {
  display: block;
  width: 187px;
  border-left: 5px solid #6d6e71;
  padding: 9px 15px;
  color: #444;
  text-decoration: none;
}

#main .sidebar .subnav li a:hover {
  border-color: #f37121;
  text-decoration: underline;
}

#main .sidebar .subnav li.active a {
  border-color: #f37121;
  color: #fff;
  background: #38393b;
}

#main .sidebar .sidebox {
  margin-bottom: 30px;
  padding: 13px 15px 0 15px;
  background: #fff;
}

#main .sidebar .sidebox h2 {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

#main .sidebar .sidebox h2 a {
  color: #444;
  text-decoration: none;
}

#main .sidebar .sidebox h2 a:hover { text-decoration: underline; }

#main .sidebar .sidebox .thumb {
  float: right;
  margin: 0 0 5px 5px;
}

#main .sidebar .sidebox p { margin-bottom: 12px; }

#main .sidebar .button {
  float: none;
  display: block;
  margin-bottom: 30px;
}

#main .sidebar .sidebox .button {
  clear: both;
  width: 171px;
  margin: 0 -20px 0 -15px;
  text-align: right;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Sidebar - Poll ---------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */


#main .sidebar .poll h2 {
  font-size: 12px;
  margin-bottom: 4px;
}

#main .sidebar .poll .question { margin-bottom: 15px; }

#main .sidebar .poll ul {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 12px;
}

#main .sidebar .poll ul li {
  width: 100%;
  overflow: hidden;
  margin: 0 0 7px 0;
  padding: 0 0 7px 0;
  border-bottom: 1px solid #E8E8E8;
  background: none;
}

#main .sidebar .poll ul li input {
  float: left;
  width: 13px;
  height: 13px;
  margin: 2px 0 0 0;
  padding: 0;
}

#main .sidebar .poll ul li label {
  float: right;
  width: 170px;
  line-height: 16px;
}

#main .sidebar .poll ul li .result-text { margin-bottom: 2px; }

#main .sidebar .poll ul li .result-text span { color: #999; }

#main .sidebar .poll ul li .result-bar {
  height: 6px;
  background: #38393B;
}

#main .sidebar .poll ul li.voted-result .result-bar { background: #F37121; }

#main .sidebar .poll ul li.total {
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Overzichten ------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .overview { width: 100%; }

#main .overview li {
  width: 100%;
  overflow: hidden;
  margin: 0 0 13px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
  background: none;
}

#main .overview li .thumb {
  float: left;
  margin-right: 15px;
}

#main .overview li h2,
#main .overview li h3 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

#main .overview li h2 a,
#main .overview li h3 a {
  color: #444;
  text-decoration: none;
}

#main .overview li h2 a:hover,
#main .overview li h3 a:hover {
  text-decoration: underline;
}

#main .overview li .info { font-size: 11px; }

#main .overview li p { margin-bottom: 0; }
#main .overview li p a { white-space: nowrap; }

#main .pagination {
  clear: both;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

#main .pagination ul,
#main .pagination ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#main .pagination a,
#main .pagination span {
  border: 3px solid #fff;
  border-width: 7px 10px;
  text-decoration: none;
}

#main .pagination a {
  color: #444;
  border-color: #ebebeb;
  background: #ebebeb;
}

#main .pagination a:hover { text-decoration: underline; }

#main .pagination .active span {
  color: #F37121;
  border-color: #38393b;
  background: #38393b;
}

#main .pagination .prev_next span { color: #888; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Formulieren ------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .formulier {
  position: relative;
  clear: both;
  width: 100%;
  padding-bottom: 15px;
}

#main .formulier .warning { display: none; }

#main .formulier .regel {
  position: relative;
  width: 442px;
  margin-bottom: 10px;
}

#main .formulier .regel label {
  float: left;
  width: 110px;
  padding: 5px 10px 5px 0;
  line-height: 16px;
  font-weight: bold;
}

#main .formulier .veld input,
#main .formulier .wachtwoord input,
#main .formulier .textarea textarea {
  float: left;
  width: 278px;
  padding: 3px 6px;
  border: 2px solid #dfdfdf;
  font-family: Arial, Sans-serif;
  font-size: 13px;
  color: #111;
}

#main .formulier .textarea label {
  float: none;
  display: block;
  padding: 0 0 3px 0;
}

#main .formulier .textarea textarea {
  width: 398px;
  height: 110px;
}

#main .formulier .select select {
  float: left;
  width: 294px;
  border: 2px solid #dfdfdf;
}

#main .formulier .regel .kort { width: 100px; }

#main .formulier .veld .kort,
#main .formulier .textarea .kort {
  width: 88px;
}

#main .formulier .incorrect input,
#main .formulier .incorrect textarea,
#main .formulier .incorrect select {
  border: 2px solid #f48940;
}

#main .formulier .regel ul {
  float: left;
  width: 294px;
  margin: 0;
  padding: 3px 0;
  line-height: 16px;
}

#main .formulier .regel ul li {
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 0;
  background: none;
}

#main .formulier .regel ul li input {
  float: left;
  width: 13px;
  height: 13px;
  margin: 2px 7px 0 0;
  padding: 0;
}

#main .formulier .regel ul li label {
  float: left;
  width: 274px;
  padding: 0;
  font-weight: normal;
}

#main .formulier .regel .status {
  float: left;
  width: 16px;
  height: 16px;
  margin: 5px 4px 5px 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: -200px;
  top: -18px;
  display: none;
  width: 200px;
  background: url(/interface/images/form-notice-bg.gif) no-repeat left bottom;
}

#main .formulier .textarea .status .notice { top: 1px; }

#main .formulier .regel .status .notice .notice_inner {
  width: 155px;
  min-height: 36px;
  padding: 10px 13px 10px 31px;
  border-right: 1px solid #cfcfcf;
  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 .regel-button { overflow: hidden; }

#main .formulier .button { margin-right: 28px; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Popups: Algemeen -------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#popup-overlay {
  width: 100%;
  height: 650px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
  display: none;
}

.popup {
  position: absolute;
  left: 50%;
  top: 35px;
  margin-left: -372px;
  width: 720px;
  min-height: 405px;
  padding: 20px;
  border: 4px solid #38393b;
  background: #fff;
  z-index: 100;
  display: none;
}

.popup .button-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  cursor: pointer;
  background-image: url(/interface/images/button-close-bg.gif);
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Home -------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .home {
  position: relative;
  height: 490px;
}

#main .home .intro {
  position: absolute;
  left: 0;
  top: -6px; /* 0 */
  width: 464px;
  height: 201px; /* 197px */
  color: #7d7e81;
  text-align: justify;
  line-height: 18px; /* 20px */
}

#main .home .intro h1 {
  margin-bottom: 6px; /* 8px */
  color: #444;
  font-size: 27px;
}

#main .home .intro a { color: #7d7e81; }

#main .home .intro .button,
#main .home .property-previews .button,
#main .home .news-previews .button {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}

#main .home .intro .button { bottom: -2px; }

#main .home .property-previews {
  position: absolute;
  right: 0;
  top: 0;
  width: 386px;
  height: 359px;
  line-height: 16px;
}

#main .home .property-previews ul,
#main .home .news-previews ul {
  width: 100%;
  overflow: hidden;
  margin: 0;
}

#main .home .property-previews li,
#main .home .news-previews li {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  background: none;
}

#main .home .news-previews li { height: 104px; }

#main .home .property-previews li .thumb,
#main .home .news-previews li .thumb { float: left; }

#main .home .property-previews li .text,
#main .home .news-previews li .text {
  float: right;
  width: 162px;
}

#main .home .property-previews li h2,
#main .home .news-previews li h3 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

#main .home .property-previews li h2 a,
#main .home .news-previews li h3 a {
  text-decoration: none;
}

#main .home .property-previews li h2 a:hover,
#main .home .news-previews li h3 a:hover {
  text-decoration: underline;
}

#main .home .property-previews li h2 a { color: #444; }

#main .home .property-previews li h3 {
  font-size: 12px;
  color: #707173;
}

#main .home .property-previews li .text p a,
#main .home .news-previews li .text p a {
  white-space: nowrap;
  font-weight: bold;
}

#main .home .property-previews li .text .price {
  margin: 0;
  font-weight: bold;
}

#main .home .property-previews .button {
  width: 127px;
}

#main .home .news-previews {
  position: absolute;
  left: -30px;
  bottom: -19px;
  width: 434px;
  height: 280px;
  padding: 12px 30px 0 30px;
  background: #38393b;
  color: #ccc;
  line-height: 16px;
  z-index: 10;
}

#main .home .news-previews h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

#main .home .news-previews li .text { width: 306px; }

#main .home .news-previews li h3,
#main .home .news-previews li h3 a { color: #fff; }

#main .home .news-previews li p { margin: 0; }

#main .home .sectornav-bottom {
  position: absolute;
  right: -30px;
  bottom: -19px;
  width: 416px;
  height: 137px;
  margin: 0;
  padding: 13px 0 0 60px;
  background: #e8e8e8;
}

#main .home .sectornav-bottom li {
  float: left;
  width: 123px;
  height: 100%;
  margin: 0 85px 0 0;
  padding: 0;
  background: none;
}

#main .home .sectornav-bottom li a {
  display: block;
  height: 100%;
  text-decoration: none;
}

#main .home .sectornav-bottom li a .button {
  float: none;
  display: block;
}

#main .home .sectornav-bottom li a:hover .button {
  text-decoration: underline;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Aanbod-overzicht -------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .filtering {
  position: relative;
  height: 94px;
  padding: 12px 16px 35px 16px;
  background: #ebebeb;
  margin-bottom: 30px;
}

#main .filtering h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
}

#main .filtering ul {
  width: 624px;
  overflow: hidden;
  margin: 0 -27px 0 0;
}

#main .filtering ul li {
  float: left;
  width: 180px;
  height: 24px;
  margin: 0 27px 11px 0;
  padding: 0;
  background: none;
}

#main .filtering input,
#main .filtering select {
  border: 1px solid #939598;
}

#main .filtering input {
  width: 170px;
  padding: 3px 4px;
}

#main .filtering select {
  width: 100%;
  height: 22px;
}

#main .filtering .typewoning,#main .filtering .typekavel,#main .filtering .typeligplaats
{
  display:none;
}

#main .filtering .button-remove-filters {
  position: absolute;
  right: 108px;
  bottom: 0;
  padding: 7px 0 7px 14px;
  background: url(/interface/images/button-remove-filters-bg.gif) no-repeat left center;
  color: #707173;
  font-weight: bold;
}

#main .filtering .button-remove-filters:hover { color: #F37121; }

#main .filtering .button,
#main .overview-properties li .text .button {
  position: absolute;
  right: 0;
  bottom: 0;
}

#main .overview-properties li {
  position: relative;
  height: 183px;
  overflow: visible;
  padding-bottom: 0;
}

#main .overview-properties li .thumb { margin: 0; }

#main .overview-properties li .text {
  float: right;
  width: 363px;
}

#main .overview-properties li .text h3 {
  font-size: 12px;
  line-height: 18px;
  color: #707173;
}

#main .overview-properties li .text h2 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

#main .overview-properties li .text .price {
  position: absolute;
  left: 265px;
  bottom: 8px;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Aanbod-detailpagina ----------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .property-image {
  float: left;
  margin-bottom: 30px;
}

#main .property-features {
  float: right;
  width: 362px;
  margin: -2px 0 30px 0;
}

#main .property-features li {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 3px 0;
  background: none;
}

#main .property-features li.seperator {
  margin-bottom: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}

#main .property-features li .label {
  float: left;
  width: 100px;
}

#main .property-features li .data {
  float: right;
  width: 250px;
}

#main .tabs {
  clear: both;
  height: 31px;
  margin-bottom: 14px;
  line-height: 19px;
  font-weight: bold;
}

#main .tabs li {
  float: left;
  height: 100%;
  margin: 0 2px 0 0;
  padding: 0;
  background: none;
}

#main .tabs li a {
  float: left;
  height: 19px;
  margin: 0;
  padding: 6px 17px;
  color: #444;
  background: #ebebeb;
  text-decoration: none;
}

#main .tabs li.active a {
  padding: 6px 13px 6px 17px;
  border-right: 4px solid #f37121;
  color: #fff;
  background: #38393b;
}

#main .tabs li a:hover { text-decoration: underline; }

#main .title-overview-houses {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

#main .button-info {
  position: relative;
  padding: 0 2px 0 3px;
  background: #38393b;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
}

#main .button-info div {
  position: absolute;
  bottom: 13px;
  right: -25px;
  width: 160px;
  padding: 8px 10px 20px 10px;
  background: url(/interface/images/info-tooltip.gif) no-repeat left bottom;
  border-top: 2px solid #cfcfcf;
  color: #333;
  font-weight: normal;
  text-align: left;
  line-height: 16px;
  display: none;
}

#main .button-info:hover div { display: block; }

#main #content .project-logo-detail {
  float: left;
  width: auto;
  margin: 0 15px 15px 0;
  padding: 6px;
}

#main .project-contact-form {
  float: left;
  width: 380px;
}

#main .project-contact-form .formulier .regel { width: 100%; }

#main .project-contact-form .formulier .veld input,
#main .project-contact-form .formulier .wachtwoord input,
#main .project-contact-form .formulier .textarea textarea {
  width: 216px;
}

#main .project-contact-form .formulier .textarea textarea { width: 336px; }

#main .project-contact-form .formulier .regel ul,
#main .project-contact-form .formulier .select select { width: 232px; }

#main .project-contact-form .formulier .regel ul {
  width: 244px;
  overflow: hidden;
  margin-right: -16px;
}

#main .project-contact-form .formulier .regel ul li {
  float: left;
  clear: none;
  width: 100px;
  margin-right: 16px;
}

#main .project-contact-form .formulier .regel ul li label { width: 80px; }

#main .project-involved-parties {
  float: right;
  width: 220px;
}

#main .project-contact-form h2,
#main .project-involved-parties h2 {
  margin-bottom: 12px;
}

#main .project-involved-parties h3 {
  padding: 3px 12px;
  margin-bottom: 12px;
  background: #EBEBEB;
  color: #444444;
}

#main .project-involved-parties h4 { color: #444444; }

#main .project-involved-parties ul li {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
  background: 0;
  border-bottom: 1px solid #ddd;
}

#main .project-involved-parties ul li .logo {
  display: block;
  margin-bottom: 15px;
}

#main .project-involved-parties ul li p { margin: 0; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Projecten-overzicht ----------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .overview-projects li {
  position: relative;
  height: 116px;
  overflow: visible;
  padding-bottom: 0;
}

#main .overview-projects li .thumb { margin: 3px 0; }

#main .overview-projects li .text {
  float: right;
  width: 436px;
}

#main .overview-projects li .text h3 {
  font-size: 12px;
  line-height: 18px;
  color: #707173;
}

#main .overview-projects li .text h2 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

#main .overview-projects li .text .project-type {
  position: absolute;
  left: 194px;
  bottom: 8px;
  font-weight: bold;
  color: #909296;
}

#main .overview-projects li .text .button {
  position: absolute;
  right: 0;
  bottom: 0;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Projectportal en -pagina's ---------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#header .notice-windgroep {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 28px 11px 31px;
  min-width: 221px;
  background: #545454;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

#header .notice-windgroep a { color: #fff; }

#main .project-logo {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 3px 0;
  border: 1px solid #ddd;
  background: #fff;
}

#main .project-logo img { margin: 0 auto; }

#main #content .project-content {
  float: left;
  width: 523px;
}

#main #content .project-images-right {
  position: relative;
  float: right;
  width: 104px;
  margin-right: -30px;
}

#main #content #carousel {
  position: relative;
  overflow: hidden;
}

#main #content .project-carousel {
  width: 523px;
  height: 208px;
  clear: both;
  margin-bottom: 20px;
}

#main #content #carousel li {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: none;
}

#main #content .project-carousel li {
  width: 523px;
  height: 208px;
}

#main #content #carousel li.active { display: block; }

#main .project-content-portal h1 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
}

#main .overview-featured-properties {
  clear: both;
  padding-top: 20px;
}

.body-project #header {
  height: 242px;
  margin: 0; 
}

.body-project #header .header-big-link {
  display: block;
  width: 100%;
  height: 100%;
}

.body-project #main .sidebar .subnav li a {
  border: 0;
  width: 192px;
}

.body-project .button {
  background-image: none;
  padding-right: 19px;
  margin-right: 0;
  border: 0;
}

.body-project #main .sidebar .sidebox .button { width: 184px; }
.body-project #footer { padding-bottom: 40px; }
.body-project #footer .copyright { bottom: 10px; }
.body-project #footer .copyright a { font-weight: bold; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Referenties - Categorie-overzicht --------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .overview-reference-categories {
  width: 674px;
  overflow: hidden;
  margin-right: -45px;
}

#main .overview-reference-categories li {
  float: left;
  width: 150px;
  height: 135px;
  overflow: visible;
  margin: 0 74px 20px 0;
  padding: 0;
  border: 0;
  background: none;
}

#main .overview-reference-categories li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444;
  text-decoration: none;
}

#main .overview-reference-categories li a .button {
  float: none;
  display: block;
}

#main .overview-reference-categories li a:hover span { text-decoration: underline; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Referenties - Overzicht en Detailpagina --------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .overview-references {
  width: 652px;
  overflow: hidden;
  margin-right: -23px;
  font-size: 11px;
  line-height: 17px;
  color: #707173;
}

#main .overview-references li {
  float: left;
  width: 296px;
  height: 108px;
  margin: 0 30px 20px 0;
  padding: 0;
  border: 0;
}

#main .overview-references li .text {
  float: right;
  width: 177px;
}

#main .overview-references li .text h2 {
  margin-bottom: 4px;
  line-height: 16px;
}

#main .overview-references li .text a { font-weight: bold; }

#main #content .carousel-references {
  float: right;
  width: 331px;
  height: 331px;
  margin: 0 0 30px 15px;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Nieuws - Overzicht en detailpagina -------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .overview-news li {
  position: relative;
  height: 116px;
  overflow: visible;
  padding-bottom: 0;
}

#main .overview-news li .text {
  float: right;
  width: 445px;
}

#main .overview-news li .text h3 {
  font-size: 12px;
  line-height: 18px;
  color: #707173;
}

#main .overview-news li .text h2 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

#main .overview-news li .text .button {
  position: absolute;
  right: 0;
  bottom: 0;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Vacatures - Overzicht en detailpagina ----------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .overview-jobs li {
  position: relative;
  overflow: visible;
  padding-bottom: 40px;
}

#main .overview-jobs .button {
  position: absolute;
  right: 0;
  bottom: 0;
}


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Zoekresultaten ---------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .overview-search-results li h3 {
  font-size: 12px;
  line-height: 18px;
  color: #707173;
}

#main .overview-search-results li h2 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

#main .overview-search-results li a { font-weight: bold; }


/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Veelgestelde vragen (FAQ) ----------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#main .faq-box {
  clear: both;
  width: 599px;
  overflow: hidden;
  margin-bottom: 6px;
  padding: 8px 15px;
  background: #e8e8e8;
}

#main .faq-box-last { margin-bottom: 30px; }

#main .faq-box label {
  float: left;
  padding: 8px 15px 7px 0;
  font-weight: bold;
}

#main .faq-box input {
  float: left;
  width: 320px;
  margin-top: 4px;
  padding: 3px 6px;
  border: 2px solid #bbb;
  font-family: Arial, Sans-serif;
  font-size: 13px;
  color: #111;
}

#main .faq-box select {
  float: left;
  width: 232px;
  margin-top: 7px;
  border: 2px solid #bbb;
  font-family: Arial, Sans-serif;
  font-size: 13px;
  color: #111;
}

#main .overview-faq li {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e8e8e8;
  background: none;
}

#main .overview-faq li strong {
  float: left;
  width: 25px;
}

#main .overview-faq li a {
  float: right;
  width: 600px;
}

#main .faq-detail {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#main .faq-detail .button { float: left; }

#main .faq-detail .faq-feedback {
  float: right;
  width: 440px;
  margin: 0;
  padding: 7px 15px;
  border: 1px solid #e8e8e8;
  font-weight: bold;
}

#main .faq-detail .faq-feedback-form { font-weight: normal; }

#main .faq-detail .faq-feedback-form h3 { font-size: 12px; }

#main .faq-detail .faq-feedback-form p { margin-bottom: 12px; }

#main .faq-detail .faq-feedback-form textarea {
  float: left;
  width: 250px;
  height: 70px;
  margin-bottom: 4px;
  padding: 3px 6px;
  border: 2px solid #dfdfdf;
  font-family: Arial, Sans-serif;
  font-size: 13px;
  color: #111;
}

#main .faq-detail .faq-feedback-form .button {
  float: right;
  margin-top: 25px; 
  margin-bottom: 5px;
}

#main .faq-detail .faq-feedback-form .button-cancel { float: right; }

#main .sidebar .sidebox-faq-top-5 .overview-faq li a { width: 166px; }

.video-onder
{
  width:300px;
  height:225px;
  margin: 0px 0px 15px 0px;
}