/* Reset */
body,
img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
form {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
/* End Reset */

img {
  border: 0px solid;
}
body {
  font-size: 0.8em;
  font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
  background: #fff;
}
h1 {
  color: #000;
  font-size: 2.1em;
}
h1.seo {
  font-size: 12px;
  color: #fff;
  padding: 0px 5px;
  float: left;
}
h2 {
  color: #6cf;
  margin-bottom: 8px;
}
h3 {
  font-size: 1.3em;
}
fieldset {
  padding: 2em;
}
legend {
  margin: 8px;
  padding: 8px;
}
/* Site */
div#wrapper {
  width: 960px;
  margin: auto;
  margin-top: 0px;
}
div#logo {
  background: url(/images/header.png) no-repeat;
  float: left;
  width: 400px;
  height: 95px;
  margin-top: 0px;
}
div#verhuurders {
  background: url(/images/blok-oker.png) no-repeat;
  float: right;
  width: 160px;
  height: 78px;
  color: #fff;
  font-weight: bold;
  padding: 8px 0px 0px 8px;
}
div#verhuurders a {
  color: #fff;
  text-decoration: none;
}
div#verhuurder h2 {
}
div#acties {
  background-color: #fb8f24;
  height: 78px;
  line-height: 1.5em;
  font-size: 1.6em;
  color: #fff;
  font-weight: bold;
  padding: 8px 0px 0px 0px;
  text-align: center;
}
#acties a {
  color: #fff;
  text-decoration: none;
}
#acties a:hover {
  text-decoration: underline;
}
div#header {
  float: none;
  clear: both;
}
/* Global Navigatie Balk */
div#navigatie {
  background: url("/images/nav-bg-top.png") repeat-x;
  height: 34px;
  width: 100%;
  overflow: hidden;
}
ser {
  background: url(/images/verhuurders/nav-bg.png) no-repeat;
}

div#navigatie > ul > li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 35px;
  padding: 6px 16px 0px 16px;
  text-align: center;
  z-index: 120;
  max-width: 133px;
}
div#navigatie ul li:hover {
  background-image: url("/images/nav-bg.png");
  background-position: -10px -35px;
  background-repeat: no-repeat;
  text-decoration: underline;
  color: #fff;
}

div#navigatie.verhuurders ul li:hover {
  background-image: url(/images/verhuurders/nav-bg.png);
}

div#navigatie > ul > li.divider {
  padding: 0px;
  margin: 2px 0px;
  background-image: url(/images/divider.png);
  background-position: 0 -2px;
  background-repeat: no-repeat;
  width: 2px;
  height: 34px;
}
div#navigatie.verhuurders ul li.divider {
  background-image: url(/images/verhuurders/divider.png);
}

div#navigatie ul li.divider:hover {
}
div#navigatie ul li span.subnav {
  background-image: url(/images/nav-bg.png);
  background-position: -804px 0;
  cursor: pointer;
  float: right;
  height: 27px;
  margin-top: -6px;
  margin-left: 15px;
  width: 20px;
}
div#navigatie ul > li > a {
  color: #fff;
  float: none;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  margin: auto;
}

div#navigatie ul > li .dropdown a {
  font-size: 0.4em;
}
/* Global Footer */

div#footer {
  clear: both;
  float: none;
  margin-top: 10px;
}
div#footer > div.bar {
  background-image: url("/images/nav-bg.png");
  background-repeat: no-repeat;
  height: 17px;
  width: 100%;
  background-position: 0px 0px;
}
div#footer > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
div#footer li {
  float: left;
  font-size: 9px;
  margin: 5px;
}
div#footer li a {
  color: #999;
  text-decoration: none;
}
/*
 
*/
#searchToggle a {
  color: #daeafe;
  font-size: 9px;
  margin-right: 20px;
  float: left;
}
#searchToggle a:hover {
  color: #fff;
}

#searchBar {
  min-height: 16px;
  background: url(/images/search-bg.png) no-repeat left bottom;
  background-size: cover;
  background-color: #2f69a7;
  color: white;
}

/* Side bar */
div.sidebar {
}
.sidebar ul {
  margin-top: 10px;
}
.sidebar ul li {
  font-size: 11px;
  border-bottom: 1px solid #fff;
  margin-bottom: 3px;
}
.sidebar ul li a {
  color: #fff;
  text-decoration: none;
}
.sidebar ul li:hover {
  text-decoration: underline;
}
/* Overzichts pagina */

div#schaduw,
.schaduw {
  background-image: url(/images/verhuurders/schaduw.gif);
  background-repeat: no-repeat;
  background-position: 60px -45px;
  height: 15px;
  margin-bottom: -10px;
}

div.overview {
}
div.overview div.banner {
  background: #aed7ed;
  padding: 15px;
  margin: 0px 10px;
  background-image: url(/images/bg-home.gif);
  height: 150px;
}
div.overview div.banner div.img {
  color: #fff;
  width: 280px;
  float: left;
}
div.overview div.banner div.payoff {
  text-align: center;
  color: #fff;
  width: 450px;
  float: right;
}
div.overview div.banner div.payoff h1 {
  color: #fff;
}

/* Detail Pagina */
div.detail {
  background: #f9f9f9;
  border: 1px solid #ccc;
}
#formProfiel dl,
dl.form {
  width: 25em;
}

div.detail .container {
  padding: 20px;
}
div.detail .container p {
  margin-bottom: 1em;
}
fieldset {
  padding: 15px;
  font-size: 10px;
}
/* Formulier items */

button.bewaar {
  outline: 0;
  margin: 5px 4px 0 0;
  padding: 0.4em 1em;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  zoom: 1;
  float: right;
  font-weight: bold;
}
dl,
dt,
dd {
  margin: 0;
}
dt {
  margin-bottom: 4px;
}

dd {
  margin-bottom: 15px;
}
/* #formProfiel dd input, #formProfiel dd select, dl.form dd input {
	border:1px #CCC solid;
	width:15em;
} */

dd div.error,
dt div.error,
dd div.info,
dt div.info {
  position: absolute;
  margin-top: -20px;
  margin-left: 28em;
  width: 290px;
  padding: 10px;
  display: none;
}

label.error {
  color: #f00;
  clear: both;
  float: none;
}
dt em,
#nawForm em {
  background: transparent url(/images/star.png) no-repeat scroll 0 50%;
  float: left;
  overflow: hidden;
  padding-left: 8px;
  width: 0;
}
.ui-slider-horizontal {
  margin: 25px;
}

ol {
  padding-left: 23px;
}
ol li {
  list-style-type: decimal;
}

.ui-dialog .ui-dialog-content {
  background: white;
}
button.ui-state-default {
  padding: 5px;
}
.ui-widget-header img {
  float: right;
  margin-top: -3px;
  margin-right: 5px;
  margin-bottom: -15px;
}

.ui-f-header a.ui-icon {
  float: left;
  margin-top: 6px;
  margin-left: 3px;
}
.widget table.overview {
  padding: 0px;
  margin: 0px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
.widget table.overview tr {
  cursor: pointer;
}
.widget table.overview tr:hover {
  background: #daeffb;
}
.widget table.overview th {
  text-align: left;
}
.widget table.overview td {
  padding: 3px;
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
.widget table.overview .alt {
  background: #e7f4fb;
}

#picFrame {
  background: #fff;
  padding: 10px;
  height: 180px;
  margin-right: 18px;
  text-align: center;
  margin-bottom: 10px;
}
#nawForm {
}

#nawForm dl dd div {
  float: left;
  margin-right: 8px;
}

#nawForm dl dd {
  maring-bottom: 15px;
}

video {
  image-fit: fill;
}

#loginDialog,
#loginDialog .resetForm {
  display: none;
}

div.banner-inschrijven {
  margin-left: 10px;
  margin-top: -23px;
  background: url(/images/banner-inschrijven.jpg) no-repeat;
  width: 760px;
  height: 180px;
}
