html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  font-family: arial, helvetica, sans-serif;
  font-size: 62.5%;
  overflow-y: scroll;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

#body {
  width: 100%;
}

/* Top: */
#top {
  margin-top: 17px;
  height: 71px;
  background: url("images/top.png") repeat-x;
}
#top div.nav ul {
  float: right;
  list-style-type: none;
}
#top div.nav li {
  float: left;
  background: url("images/topNav.png") top right no-repeat;
}
#top div.nav li ul {
  position: absolute;
  z-index: 2;
  display: none;
}
#top div.nav li ul li {
  float: none;
}
#top div.nav li ul li a {
  padding: 15px;
  background: #858585 url("images/subnav.png") left bottom repeat-x;
  color: #fff;
  min-width: 112px;
}
#top div.nav a {
  display: block;
  height: 25px;
  padding: 35px 10px 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #484848;
  font-size: 10px;
  font-weight: bold;
  outline: none;
}
#top div.nav a:hover, #top div.nav a.active {
  color: #cd071e;
}
#top div.nav a.active {
  border-bottom: 3px solid #858585;
  padding-bottom: 7px;
}
#top a.logo {
  position: absolute;
  top: -3px;
  left: -10px;
  width: 170px;
  height: 114px;
  outline: none;
  text-indent: -1000em;
  background: url("images/logoSmall.png") no-repeat;
  padding: 0;
  z-index: 3;
}

#utilities {
  height: 30px;
  background: url("images/utilities-bg.png") repeat-x;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
#utilities ul.languages {
  float: right;
  margin-top: 5px;
}
#utilities ul.languages li {
  float: left;
  margin-right: 20px;
  list-style-type: none;
}
#utilities ul.languages a {
  display: inline-block;
  color: #000;
  opacity: .5;
  text-decoration: none;
  height: 16px;
  border-radius: 3px;
  padding-left: 20px;
  padding-top: 2px;
  outline: none;
}
#utilities ul.languages a.nl {
  background: url("images/nl.png") no-repeat;
}
#utilities ul.languages a.en {
  background: url("images/en.png") no-repeat;
}
#utilities ul.languages a:hover {
  opacity: 1;
}
#utilities ul.languages a#active {
  opacity: 1;
}
#utilities form {
  float: right;
}
#utilities form fieldset {
  border: none;
  padding: 4px 0;
}
#utilities form input[type=text] {
  border: none;
  background: url("images/search.png");
  width: 150px;
  padding: 0 4px;
  height: 22px;
  float: left;
  outline: none;
}
#utilities form label {
  display: inline;
  color: #858585;
  font-size: 10px;
  float: left;
  padding: 3px;
}

/* Wordt gebruikt door top en footer: */
div.inner {
  position: relative;
  left: 50%;
  margin-left: -480px;
  width: 960px;
}

/* Banner: */
#banner {
  height: 410px;
  width: 100%;
  position: absolute;
  background: white url("images/banner.png") top center no-repeat;
  overflow: hidden;
}
#banner div {
  width: 1280px;
  height: 410px;
  position: absolute;
  left: 50%;
  margin-left: -640px;
}
#banner.placeholder {
  background: #f6f6f6;
}
#banner.narrow {
  background-image: url("images/banner-narrow.png");
}

/* Flash van DPI: */
#flash-dpi {
  position: absolute;
  left: 50%;
  width: 960px;
  margin-left: -480px;
}

/* Slideshow: */
#slideshow {
  height: 410px;
  overflow: hidden;
}
#slideshow div {
  position: absolute;
  top: 0px;
}

/* Algemene typografie voor de gehele website: */
#main {
  width: 960px;
  margin-top: 410px;
  position: relative;
  left: 50%;
  margin-left: -480px;
  float: left;
  padding: 30px 0;
  z-index: 1;
}
#main p, #main ul, #main ol, #main address {
  font-size: 14px;
  color: #858585;
  line-height: 25px;
  margin-bottom: 14px;
}
#main address {
  font-style: normal;
  margin-bottom: 0;
}
#main p strong {
  color: #252525;
  font-weight: normal;
}
#main p.date {
  font-style: italic;
  color: #aaa;
  margin-top: -20px;
}
#main a {
  color: #315f6a;
  font-weight: bold;
  text-decoration: none;
}
#main a:hover {
  color: #cd071e;
}
#main a img {
  border: none;
}
#main h1 {
  font-size: 40px;
  font-weight: normal;
  color: #484848;
  margin-bottom: 25px;
  letter-spacing: -2px;
  text-transform: uppercase;
}
#main h1 em {
  color: #cd071e;
}
#main h2 {
  color: #484848;
  font-size: 2em;
  margin-bottom: 5px;
  font-weight: normal;
}
#main h2.large {
  font-size: 3em;
  font-weight: bold;
}
#main h3 {
  color: #cd071e;
  font-size: 1.8em;
}
#main h3.border {
  margin-bottom: 10px;
  padding-bottom: 5px;
  background: url("images/dottedBottom.png") left bottom repeat-x;
  text-transform: uppercase;
}
#main h3.alternate {
  color: #858585;
  margin-bottom: 10px;
}
#main h3 a {
  color: #cd071e;
}
#main h3 a:hover {
  color: #315f6a;
}
#main h4 {
  color: #cd071e;
  font-size: 1.4em;
}
#main dl {
  font-size: 1.2em;
  color: #484848;
  margin-bottom: 20px;
  font-style: italic;
}
#main dt {
  font-weight: bold;
  width: 180px;
  float: left;
  padding: 5px 0;
  clear: left;
  border-right: 1px dotted #ccc;
  margin-right: 10px;
}
#main dt em {
  font-weight: normal;
  color: #999;
}
#main dd {
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}
#main table {
  font-size: 1.2em;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
}
#main td, #main th {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
  padding: 4px 0;
}
#main ul, #main ol {
  margin-left: 2em;
  list-style-type: circle;
}
#main ol {
  list-style-type: decimal;
}
#main div.content {
  width: 660px;
}
#main div.content.right {
  float: left;
  width: 670px;
  margin-left: 40px;
  margin-bottom: 40px;
}
#main div.content.left {
  float: left;
  width: 250px;
}

/* Leef: */
#main h1.leef em {
  font-size: 50%;
  float: right;
}

#main img.leef {
  float: right;
  margin-left: 20px;
}

#main p.leef {
  color: #cd071e;
}

#main p.leef a {
  color: #cd071e;
  font-weight: normal;
}

#main ul.items.small li {
  margin-bottom: 0;
}

/* Paginatie: */
#pagination {
  float: right;
}

#main ul.pagination {
  margin: 0;
  list-style-type: none;
  display: inline;
}

#main ul.pagination li {
  float: left;
}

#main ul.pagination li a.page, #main ul.pagination li a.pagination-next {
  border-left: 1px solid #315f6a;
  padding-left: 5px;
  margin-left: 5px;
}

#main ul.pagination li.selected a {
  color: #000;
}

/* List items: */
#main ul.items {
  margin: 0;
  list-style-type: none;
}

#main ul.items li {
  border-top: 1px dotted #ccc;
  margin-bottom: 24px;
}

#main ul.items h3 {
  font-size: 16px;
  margin: 0;
}

#main ul.items span.date {
  font-size: 10px;
  color: #aaa;
  font-style: italic;
  float: right;
}

#main ul.items p {
  font-size: 12px;
  margin: 0;
}

/* Home: */
a.schrijf-je-in, a.bekijk-het-complex {
  display: block;
  position: absolute;
  right: 0;
  text-indent: -1000em;
  outline: none;
  width: 179px;
  height: 181px;
  background: url("images/schrijf-je-in.png") no-repeat;
  margin-top: -70px;
}

a.bekijk-het-complex {
  width: 231px;
  height: 198px;
  background-image: url("images/bekijk-360.png");
  right: 160px;
}

/* Banners onderaan de pagina */
#banners {
  margin: 20px 0;
  float: left;
}

#banners div.banner {
  float: left;
  margin-right: 5px;
}

#banners div.banner.events {
  width: 271px;
  height: 121px;
  background: url("images/banner-events.jpg") no-repeat;
}

#banners div.banner.events a {
  width: 115px;
  float: left;
  display: block;
  height: 80px;
  padding: 20px 10px;
  color: #cd071e;
  font-size: 19px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  font-family: "BlockBertholdBold";
}

#banners div.banner.counter {
  margin-left: 0px;
  margin-right: 0;
}

#banners div.banner.counter a {
  display: block;
  width: 90px;
  float: left;
  color: #404e4f;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 17px;
}

#banners div.banner.counter a strong {
  display: block;
  font-size: 48px;
  margin-top: -10px;
  margin-bottom: -5px;
}

#banners div.banner.counter a span {
  font-size: 14px;
  color: #cd071e;
  font-weight: bold;
}

#banners div.banner.social {
  width: 32px;
  height: 121px;
  float: left;
  margin: 0;
}

#banners div.banner.social a {
  display: block;
  width: 32px;
  height: 32px;
  outline: none;
  text-indent: -1000em;
}

#banners div.banner.social a.twitter {
  background: url("images/icon-twitter.png") no-repeat;
  margin-bottom: 5px;
  margin-top: 30px;
}

#banners div.banner.social a.facebook {
  background: url("images/icon-facebook.png") no-repeat;
}

/* Gebouwen: */
#gebouwen {
  width: 250px;
  float: left;
  margin-top: 15px;
  position: relative;
  z-index: 3;
  background: url("images/gebouw-picker.png") left bottom no-repeat;
  padding-bottom: 80px;
}

#gebouwen img {
  margin-bottom: 20px;
}

#gebouwen ul {
  width: 125px;
  float: left;
  list-style-type: none;
  margin: 0;
  line-height: 18px;
}

#gebouwen ul.second {
  width: 100px;
  margin-left: 25px;
}

#gebouwen a {
  color: #636363;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

#gebouwen li.light a {
  color: #979797;
}

#gebouwen a:hover, #gebouwen li.light a:hover, #main #gebouwen a.active {
  color: #cd071e;
}

#gebouwen span.info {
  display: block;
  width: 260px;
  height: 42px;
  padding: 8px 12px 8px 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: -1px;
  background: url("images/gebouw-info.png");
  position: absolute;
  z-index: 2;
  margin-top: -17px;
  /* margin-left: 100px; */
  display: none;
}

img.gebouw {
  border: 2px solid #fff;
  margin-top: -235px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

div.content.right a.close {
  display: block;
  width: 35px;
  height: 37px;
  background: url("images/close.png") no-repeat;
  outline: none;
  text-indent: -1000em;
  position: absolute;
  z-index: 2;
  right: -18px;
  margin-top: -250px;
}

/* Impressions: */
#impressions {
  height: 114px;
  float: left;
  margin-bottom: 40px;
  width: 960px;
  clear: both;
  margin-top: 30px;
}

#impressions div {
  width: 203px;
  height: 106px;
  margin-right: 38px;
  float: left;
  background: url("images/impressie.png") no-repeat;
  padding: 4px;
}

#impressions div.last {
  margin-right: 0;
}

/* Appartementen overzicht (op gebouwen pagina): */
#appartementen {
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  clear: both;
  padding: 30px;
  margin-bottom: 40px;
}
#appartementen img.loader {
  margin-left: 425px;
  display: none;
}
#appartementen h2 {
  color: #858585;
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#appartementen th, #appartementen td {
  color: #858585;
  font-size: 11px;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0 6px 0;
  text-align: center;
}
#appartementen tr.even th, #appartementen tr.even td {
  background: #f6f6f6;
}
#appartementen a.bekijk {
  display: inline-block;
  width: 59px;
  height: 18px;
  background: url("images/bekijk.png") no-repeat;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 3px;
  margin-top: -6px;
}
#appartementen a.favoriet {
  display: inline-block;
  width: 19px;
  height: 17px;
  background: url("images/favoriet-yes.png") no-repeat;
  text-indent: -1000em;
  outline: none;
}
#appartementen a.favoriet.disabled {
  background-image: url("images/favoriet-no.png");
}
#appartementen img.fav-loader {
  display: none;
}
#appartementen em.notice {
  color: #858585;
  font-size: 16px;
}

#main div.favoriet-info {
  width: 211px;
  height: 108px;
  background: url("images/favoriet-help.png") no-repeat;
  padding: 20px;
  position: absolute;
  display: none;
}
#main div.favoriet-info p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
}
#main div.favoriet-info h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
#main div.favoriet-info a.right {
  float: right;
}
#main div.favoriet-info a.close {
  font-size: 18px;
  float: right;
  color: #ccc;
  margin-top: -5px;
}
#main div.favoriet-info em {
  font-size: 12px;
  color: #666;
}

/* Media */
#media {
  width: 960px;
  clear: both;
  height: 575px;
  background: url("images/media.png") no-repeat;
  overflow: hidden;
  padding-top: 18px;
  position: relative;
  margin-bottom: 30px;
}

#media div.slide {
  width: 960px;
  height: 495px;
  text-align: center;
  position: absolute;
}

#media h2 {
  text-align: left;
  font-size: 25px;
  color: #969494;
  height: 36px;
  padding: 10px 20px;
  text-transform: uppercase;
}

#media a.pdf {
  text-indent: -1000em;
  outline: none;
  display: block;
  width: 128px;
  height: 128px;
  background: url("images/pdf-icon.png") no-repeat;
  position: absolute;
  margin-left: 815px;
  margin-top: 350px;
}

#media a.prev, #media a.next {
  position: absolute;
  display: block;
  text-indent: -1000em;
  outline: none;
  width: 90px;
  height: 118px;
  background: url("images/media-left.png") no-repeat;
  margin-top: 200px;
  z-index: 2;
}

#media a.next {
  margin-left: 870px;
  background-image: url("images/media-right.png");
}

/* Details: */
#details h2 {
  margin-bottom: 10px;
}

#details dl {
  float: right;
  width: 460px;
}

#details dl.first {
  margin-right: 40px;
  float: left;
}

#details dd em {
  color: #bbb;
}

#main div.utils {
  float: right;
}
#main div.utils img {
  padding: 6px;
  display: block;
  float: left;
  display: none;
}
#main div.utils a {
  display: block;
  height: 20px;
  outline: none;
  float: left;
  margin-left: 2px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  padding-top: 3px;
}
#main div.utils a img {
  display: block;
}
#main div.utils a.terug {
  width: 98px;
  background: url("images/btn-gray.png") repeat-x;
  text-transform: capitalize;
  border-radius: 4px;
  box-shadow: 0px 2px 2px #ddd;
}
#main div.utils a.terug:hover {
  text-decoration: underline;
}
#main div.utils a.inschrijven {
  width: 83px;
  background: url("images/btn-red.png") repeat-x;
  text-transform: capitalize;
  border-radius: 4px;
  box-shadow: 0px 2px 2px #ddd;
}
#main div.utils a.inschrijven:hover {
  text-decoration: underline;
}
#main div.utils a.favoriet {
  text-indent: -1000em;
  width: 26px;
  background: url("images/button-favoriet.png") no-repeat;
}
#main div.utils a.favoriet.del {
  background-position: 0px -26px;
}

#leftContent {
  width: 336px;
  background: url("images/side.png") top right repeat-y;
  float: left;
  margin-bottom: 10px;
}

/* div.banner { width: 264px; background: url("images/bannerBottom.png") 28px bottom no-repeat; padding: 28px 40px 47px 40px; } */
div.border {
  width: 254px;
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  margin: 28px;
  padding: 12px;
}

#main div.border p.author {
  margin: 0;
  font-size: 1em;
  color: #6d6d6d;
  text-transform: uppercase;
}

#main div.border h3 {
  color: #64a900;
  font-size: 2.2em;
}

#main div.border p.special {
  font-style: italic;
  font-family: Georga, serif;
  color: #6d6d6d;
}

#main div.border a {
  color: #64a900;
}

#main div.border a:hover {
  color: #315f6a;
}

#main div.border a.follow {
  font-size: 1.2em;
}

#leftContent a.logo {
  display: block;
  width: 254px;
  height: 100px;
  background: url("images/logo.png") no-repeat;
  outline: none;
  text-indent: -1000em;
}

#rightContent {
  width: 624px;
  float: left;
}

/* div.content { padding: 35px 0 35px 35px; } */
#header p, #headerImage p {
  font-size: 1.4em;
  color: #6c6c6c;
}

#news {
  float: left;
}

#news h2 {
  margin-bottom: 10px;
}

#news .item {
  width: 274px;
  float: left;
  margin-right: 20px;
  background: url("images/newsBottom.png") left bottom no-repeat;
  margin-bottom: 10px;
}

#news p.datum {
  color: #888;
  font-style: italic;
}

.kader {
  padding: 4px;
  width: 262px;
  height: 137px;
  background: url("images/kader.png") no-repeat;
  /* float: left; */
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

#headerImage {
  margin-top: -220px;
  /* background: url("headerImage.png") 35px bottom no-repeat; */
}

#headerImage #firstImage {
  display: inline-block;
  border: 2px solid #fff;
  margin-right: 45px;
}

#headerImage a.inschrijven {
  outline: none;
  text-indent: -1000em;
  display: block;
  position: absolute;
  background: url("images/inschrijven.png") no-repeat;
  z-index: 10;
  width: 100px;
  height: 23px;
  right: 16px;
  margin-top: 350px;
}

#headerImage p {
  margin-top: 20px;
  margin-bottom: 0;
}

#accordeon ul {
  list-style-type: none;
  margin-left: 0;
}

#accordeon h2 {
  font-size: 1.6em;
  color: #cd071e;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  background: url("images/headerImage.png") left bottom no-repeat;
}

.accordeonContent {
  padding: 20px 0;
}

/*
#gebouwen { padding-left: 15px; background: url("images/side.png") 297px top repeat-y; float: left; margin: 20px 0; }
#gebouwen h2 { font-size: 2.6em; text-transform: uppercase; }
#gebouwen h2 a { color: $red; }
#gebouwen h2 a:hover { color: #000; }
.gebouw { width: 262px; float: left; background: url("images/newsBottom.png") left bottom no-repeat; margin: 0 20px; padding-bottom: 10px; margin-bottom: 10px; }
div.gebouwen { background-image: none; }
.gebouwen li { list-style-type: none; background: url("images/dottedBottomSmall.png") left bottom repeat-x; }
.gebouwen h3 { color: #666; text-transform: uppercase; }
#main .gebouwen h3 a { color: #666; }
#main .gebouwen h3 a:hover, #main .gebouwen h3 a.active { color: $red; }
#main .gebouwen li p { padding-bottom: 10px; font-size: 1em; }

#homeGebouwen ul { list-style-type: none; margin-left: 35px; }
#homeGebouwen li { background: url("images/dottedBottom.png") left bottom repeat-x; min-height: 62px; margin-top: 5px; cursor: pointer; }
#homeGebouwen li img { float: left; margin-right: 10px; }
#homeGebouwen h2 { text-transform: uppercase; font-size: 2.8em; margin: 0; }
#homeGebouwen h2 a { color: $red; }
#homeGebouwen div.info { margin-left: 66px; }
#homeGebouwen div.info p { padding-bottom: 5px; display: none; font-size: 1em; }
#homeGebouwen div.info p a { font-weight: normal; }
*/
/* Filter: */
#filter {
  background: #f6f6f6;
  margin-bottom: 0px;
  padding-top: 20px;
  margin-top: 12px;
  width: 528px;
}
#filter div.slider {
  width: 324px;
  height: 16px;
  margin-left: 20px;
}
#filter div.range {
  width: 330px;
  height: 40px;
  margin-left: 17px;
}
#filter div.range p {
  text-align: justify;
  font-size: 12px;
}
#filter p.info {
  width: 540px;
  font-size: 14px;
  display: none;
  font-weight: bold;
}
#filter p.info strong {
  font-weight: bold;
}
#filter p.descriptions {
  float: right;
  font-weight: bold;
  width: 100px;
  font-size: 12px;
  line-height: 56px;
  margin-top: -20px;
  margin-right: 30px;
}
#filter ul {
  width: 500px;
  height: 52px;
  background: url("images/filter-top.png") no-repeat;
  background-position: -100px 0;
  list-style-type: none;
  margin-top: -20px;
  margin-bottom: 30px;
}
#filter ul.huur {
  background-position: -100px -52px;
}
#filter ul li {
  float: left;
  width: 200px;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  padding: 11px 20px;
}
#filter ul li.active {
  color: #272727;
}
#filter span.huur {
  display: none;
}
#filter img {
  position: absolute;
  margin-left: 232px;
  margin-top: 92px;
}
#filter div.more {
  border-top: 1px solid #ddd;
  padding: 20px;
  height: 100px;
  display: none;
}
#filter div.more div.col {
  width: 244px;
  float: left;
}
#filter div.more select {
  margin-bottom: 12px;
  width: 220px;
}
#filter div.more label {
  color: #484848;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 3px;
}
#filter p.more {
  padding-right: 20px;
  font-size: 11px;
  text-align: right;
}
#filter p.more a {
  color: #858585;
}
#filter p.more a:hover {
  color: #cd071e;
}

#result {
  font-weight: bold;
  width: 100px;
  position: absolute;
  right: 20px;
  top: 40px;
  font-size: 12px;
  text-align: center;
  color: #858585;
  font-style: italic;
}
#result span {
  color: #cd071e;
  font-size: 36px;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
#result span em {
  color: #aaaaaa;
  font-size: 14px;
}
#result a.show-results {
  display: block;
  width: 70px;
  height: 186px;
  margin-left: 15px;
  margin-top: 15px;
  background: url("images/filter-arrow.png") no-repeat;
  outline: none;
  text-indent: -1000em;
}

#main h3.filterHeader {
  font-size: 45px;
  margin: 0px;
  text-transform: uppercase;
  color: #ececec;
  letter-spacing: -2px;
  margin-top: 5px;
  margin-bottom: -24px;
}

/* Live artikelen: */
div.artikelen {
  background-image: none;
}

.artikelen li {
  list-style-type: none;
  background: url("images/dottedBottomSmall.png") left bottom repeat-x;
  padding: 10px 0;
}

.artikelen h3 {
  color: #666;
  text-transform: uppercase;
}

#main .artikelen h3 a {
  color: #666;
}

#main .artikelen h3 a:hover, #main .artikelen h3 a.active {
  color: #cd071e;
}

#main .artikelen li p {
  padding-bottom: 10px;
}

/* Mijn Hartje Eindhoven: */
img.mhe-banner {
  margin-bottom: 20px;
}

/* div.nav { border-top: 1px dotted #ccc; } */
#main div.nav h3 {
  font-size: 14px;
  color: #272727;
  padding: 10px 0;
  margin: 0;
}

#main div.nav ul {
  list-style-type: none;
  margin: 0;
}

#main div.nav li a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #484848;
  padding: 5px 10px;
  height: 27px;
  background: url("images/mhe-button.png") no-repeat;
}

#main p.succes {
  background: #dfd;
  border: 1px solid #aca;
  padding: 5px;
  color: #040;
}

#main p.error {
  background: #fdd;
  border: 1px solid #caa;
  padding: 5px;
  color: #400;
}

/* Formulieren: */
label {
  display: block;
  font-size: 1.2em;
  color: #484848;
}

label span, span.red {
  font-weight: bold;
  color: #a00;
}

input.text, textarea {
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px 0;
  width: 300px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

textarea {
  display: block;
  width: 500px;
  font-family: sans-serif;
}

input.error {
  border-color: #a00;
  background: #fcc;
}

input.postcode {
  width: 100px;
}

input.radio {
  position: relative;
  top: 3px;
}

div.required-radio.error {
  border-color: #a00;
  background: #fcc;
}

input[type=submit] {
  padding: 5px 10px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
}

form {
  margin-bottom: 1em;
}

form div {
  margin: 5px 0;
}

form div label {
  margin-bottom: 5px;
}

form span {
  font-size: 1.2em;
  margin-right: 1em;
  padding: 5px;
}

form fieldset {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

form legend {
  font-size: 1.2em;
  font-weight: bold;
  color: #cd071e;
}

/* Leads: */
table.leads tr.hover {
  cursor: pointer;
  background: #eee;
}

table.leads a.more {
  float: right;
}

#main table.status {
  font-size: 1em;
  border: 1px solid #ccc;
}

#main table.status td, #main table.status th {
  border-bottom: 1px solid #ccc;
  padding: 3px;
}

table.overzicht th {
  padding-right: 1em;
}

th.header {
  background: url("images/header.png") center right no-repeat;
  cursor: pointer;
}

#appartementen th.header {
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 5px;
}

th.headerSortDown {
  background-image: url("images/headerDown.png");
}

th.headerSortUp {
  background-image: url("images/headerUp.png");
}

/* Checklist: */
ul#checklist {
  list-style-type: none;
  margin: 0;
}

ul#checklist input {
  margin-right: 10px;
}

ul#checklist a {
  margin-left: 10px;
  font-weight: normal;
  border-bottom: 1px dotted #aaa;
  cursor: help;
}

ul#checklist div.info {
  border: 1px solid #aaa;
  background: #fff;
  width: 300px;
  padding: 5px;
  position: absolute;
  display: none;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

div.change_pass {
  display: none;
}

/* Footer: */
#footer {
  height: 69px;
  background: url("images/footer.png") repeat-x;
  clear: both;
}

#footer ul {
  list-style-type: none;
}

#footer li {
  float: left;
}

#footer li a {
  display: block;
  padding: 15px 15px 15px 0;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

#footer li a:hover {
  color: #000;
}

#footer p {
  color: #fff;
  float: right;
  margin-top: 15px;
}

#footer p a {
  color: #fff;
  text-decoration: none;
}

#footer p a:hover {
  text-decoration: underline;
}

#search {
  width: 297px;
  height: 44px;
  background: url("images/search.png") no-repeat;
  position: absolute;
  left: 50%;
  margin-left: 196px;
  z-index: 1000;
}
#search form {
  color: #464646;
  padding-left: 20px;
  padding-top: 5px;
  text-transform: uppercase;
}
#search form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#search form label {
  display: inline;
  text-transform: none;
  width: 36px;
}
#search input[type=text] {
  background: none;
  border: none;
  margin-left: 10px;
  width: 180px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
#search input[type=image] {
  position: relative;
  right: 18px;
  float: right;
}

/* Popup: */
div.popup {
  width: 352px;
  height: 151px;
  background: url("images/popup.png") no-repeat;
  position: absolute;
  display: none;
  z-index: 4;
}

div.popup div.info {
  padding: 14px 17px 27px 15px;
}

div.popup img {
  border: 1px solid #c8c8c8;
  margin-right: 10px;
  float: left;
}

#body div.popup h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
}

#body div.popup p {
  font-size: 11px;
  line-height: 18px;
  color: #444;
}

#body div.popup p.klik {
  text-align: right;
  font-size: 10px;
  font-style: italic;
  color: #aaa;
  position: absolute;
  right: 17px;
  bottom: 10px;
}

#body p.maandlasten {
  margin-top: 30px;
  font-size: 10px;
  color: #888;
  font-style: italic;
  line-height: 12px;
}

option span {
  color: #888;
}

select.gebouw {
  width: 315px;
  margin-right: 10px;
  padding: 5px;
}

select.appartement {
  width: 315px;
  padding: 5px;
}

select.template {
  display: none;
}

label.voorkeur {
  margin-top: 20px;
}

label.gehuwd {
  display: inline;
  margin-left: 20px;
  display: none;
}

fieldset.partner {
  display: none;
}

div.loonstrook-partner {
  display: none;
}

dl.voorkeur dd, dl.voorkeur dt {
  height: 16px;
}

div.cb_tracker {
  display: none;
}

div.cb_button {
  display: none;
}

div.chat-faq {
  float: right;
  margin-top: 70px;
}

div.chat-inschrijven {
  float: right;
  margin-top: 20px;
}

div.chat-gebouw {
  position: absolute;
  left: 0;
  top: 440px;
}

div.chat-contact {
  float: right;
  margin-top: 210px;
  /* position: relative; right: 100px; */
}

div.chat-small {
  display: block;
  width: 105px;
  height: 26px;
  float: left;
  position: relative;
  left: -5px;
  top: -7px;
}

div.chat-small div {
  display: inline;
}

div.chat-small img {
  display: none;
}

