/* basic options */
body {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times new roman", Times, serif;
  font-size: 75.5%;
  line-height: 150%;
  color: #665d55;
  background: #fff url(../../img/bg1.gif) repeat-y;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 1.6em;
  margin-top: 10px;
  margin-bottom: 5px;
}
h2 {
  font-size: 1.4em;
  margin-top: 10px;
  margin-bottom: 5px;
}
h3 {
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 5px;
}
table, td, th, input, textarea, option, select {
  font-family: Georgia, "Times new roman", Times, serif;
  font-size: 90%;
}
.content table,
.content th,
.content td,
.content tr {
  font-size: 100%;
  vertical-align: top;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #665d55;
}
a:visited {
  color: #665d55;
}
a:hover {
  color: #e11837;
}

/* layout elements */
#pageholder {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
}
/* header and logo */
#header {
  float: none;
  clear: none;
  padding: 0;
  margin: 0;
  background: url(../../img/header.jpg) no-repeat top left;
  height: 135px;
  width: 100%;
  /* make msie listen to maximum width */
  width: expression(document.body.clientWidth > 1003? "1003px": "100%" );
  max-width: 1003px;
  border: 0;
  border-bottom: 4px solid #e42b31;
  z-index: 1;
  overflow: hidden;
}
#logo {
  position: absolute;
  float: right;
  clear: none;
  top: 41px;
  left: 40px;
  margin: 0;
  padding: 0;
  width: 122px;
  z-index: 99;
}
#logo a {
  height: 125px;
}

/* main menu column */
#leftcol {
  float: left;
  clear: none;
  margin: 0;
  padding: -4px 0 0 0;
  width: 189px;
  color: #fff;
  min-height: 600px;
  z-index: 2;
}
#footer {
  position: relative;
  float: right;
  width: 174px;
  right: 0;
  margin: -4px 0 10px 0;
  padding: 40px 0 5px 0;
  color: #dddbd8;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  background: #665d55;
}
#sidebar-left {
  float: right;
  width: 189px;
  padding-bottom: 2em;
}
#sidebar-left .block {
  float: left;
  clear: both;
}
#sidebar-left a:link,
#sidebar-left a:visited {
  color: #fff;
}
/* menu options */
#sidebar-left .block-menu {
  font-size: 1.2em;
  line-height: 100%;
  width: 189px;
  margin: 10px 0 10px 0;
  padding: 0;
  color: #fff;
}
#sidebar-left .block-menu .content {
  margin: 0;
  padding: 0;
}
#sidebar-left .block-menu h2.title {
  display: none;
}
#sidebar-left .block-menu ul.menu {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#sidebar-left .block-menu li,
#sidebar-left .block-menu li.collapsed,
#sidebar-left .block-menu li.expanded,
#sidebar-left .block-menu li.leaf {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  _height: 1px;
}
#sidebar-left .block-menu li a {
  margin: 0;
  padding: 10px 10px 10px 25px;
  display: block;
  border: 0;
  border-left: 15px solid #c7c1bd;
}
#sidebar-left .block-menu li.expanded a {
  color: #a19589;
  background: #eee;
}
#sidebar-left .block-menu li a.active,
#sidebar-left .block-menu li.expanded a.active {
  color: #e11837;
  background: #eee;
}
#sidebar-left .block-menu li.leaf a.active,
#sidebar-left .block-menu li.expanded a {
  border-left: 15px solid #dddbd8;
}
#sidebar-left .block-menu li.expanded ul {
  font-size: 0.8em;
  line-height: 100%;
  margin: 0;
  padding: 0 0 5px 0;
  background: #eee;
  border-left: 15px solid #dddbd8;
}
#sidebar-left .block-menu li.expanded li {
  border-left: 0;
}
#sidebar-left .block-menu li.expanded li a {
  color: #a19589;
  margin: 0;
  padding: 5px 10px 5px 25px;
  border-left: 0;
}
#sidebar-left .block-menu li.expanded li a.active {
  border-left: 0;
}
#sidebar-left .block-menu li a:hover,
#sidebar-left .block-menu li.expanded li a:hover {
  color: #e11837;
}

/* left sidebar menu */
#sidebar-left .block-menu div.menu {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#sidebar-left .block-menu > div.item {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  _height: 1px;
}
#sidebar-left .block-menu div.item a {
  margin: 0px;
  padding: 10px 10px 10px 25px;
  display: block;
  border: 0px;
  border-left: 15px solid #c7c1bd;
}
#sidebar-left .block-menu div.item a.itemAct {
  color: #e11837 !important;
  background: #eee;
  border-left: 15px solid #dddbd8;
}
#sidebar-left .block-menu div.item div.children {
  font-size: 0.8em;
  line-height: 100%;  
  border-left: 15px solid #dddbd8;
  padding-top:5px;   
}
#sidebar-left .block-menu div.item div.children div.item {
  margin-top:-5px;
  border-left: 0;
  background: #eee;
  padding-bottom:5px; 
}
#sidebar-left .block-menu div.item div.children div.item a {
  color: #a19589;
  margin: 0;
  padding: 5px 10px 5px 25px;
  border-left: 0;
}
#sidebar-left .block-menu div.item div.children div.item a.itemAct {
  border-left: 0;
}
#sidebar-left .block-menu div.item div.children a:hover {
  color: #e11837 !important;
}

/* other left sidebar blocks */
#sidebar-left .block-user,
#sidebar-left .block-simplenews {
  float: left;
  clear: both;
  display: inline;
  width: 154px;
  margin: 10px 0 10px 15px;
  padding: 5px 10px;
  background: #fff;
  color: #a19589;
}
#sidebar-left .block-user {
  font-size: 80%;
}
#sidebar-left .block-user h2 {
  color: #e11837;
  text-transform: uppercase;
}
#sidebar-left .block-user a,
#sidebar-left .block-user a:link,
#sidebar-left .block-user a:visited {
  color: #a19589;
}
#sidebar-left .block-user a:hover {
  color: #e11837;
}

#menuLogos, #socialIcons {
margin-left:40px;
margin-top:10px;
}
  #menuLogos {
  width:120px;
  }
    #menuLogos img {
    margin-bottom:10px;
    }
  #nvmLogo {

  }
  #fundaLogo {
  
  }

/* right column */
#rightcol {
/*
  position: relative;
  float: left;
  clear: none;
*/
  position: absolute;
  top: 139px;
  left: 749px;
  margin: -139px 0 0 0;
  padding: 139px 0 0 0;
  width: 176px;
  background: url(../../img/leefnu.png) no-repeat top left;
  overflow: hidden;
}
#sidebar-right {
	margin: 0;
	padding: 10px 0;
	background: #c7c1bd;
}
.sidebar-thumb {
	text-align: center;
	margin: 5px 0;
	padding: 0;
}
.sidebar-thumb img {
	border: 1px solid #665d55;
  width: 140px;
  height: 140px;
  background: #665d55;
}

/* main container */
#main {
  float: left;
  clear: none;
  margin: 0;
  padding: 35px 39px 39px 39px;
  width: 482px;
  min-height: 400px;
}
#content-container {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
}

/* frontpage theme options */

/* default node theme options */
#main-content {
  width: 480px;
}
#main-content H1 {
  width: 480px;
  text-align: center;
  color: #e11837;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #665d55;
}
.inlinefoto-rechts {
  margin-left: 20px;
}
.inlinefoto-links {
  margin-right: 20px;
}
.node {

}
.node ul {
  margin: 0;
  padding-left: 20px;
}
.node li {
  margin-left: 0;
  line-height: 150%;
}
.node .links {
  width: 100%;
  float: left;
  clear: both;
}
html>body .node li { /* list images for standards compliant browsers */
  list-style-image: url(../../img/vink.gif);
  margin-bottom: 0.2em;
}
* html .node li { /* background images for msie */
  height: 1%;
  list-style-type: none;
  list-style-image: none;
  background: url(../../img/vink.gif) no-repeat top left;
  padding-left: 20px;
  padding-top: 5px;
}

/* teaser options */
.teaser {
  float: left;
  clear: both;
  width: 480px;
  margin: 10px 0 20px 0;
}
.teaser .thumbnail {
  float: left;
  clear: none;
  width: 227px;
  height: 152px;
  margin-right: 28px;
}
.teaser .thumbnail div.image-preview,
.teaser .thumbnail a.image-preview {
  display: block;
  width: 225px;
  height: 150px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.teaser .thumbnail .not-available {
  width: 175px;
  height: 50px;
  margin: 29px 24px;
  padding: 20px 0;
  border: 1px solid #e42b31;
  display: block;
  text-align: center;
}
.teaser .thumbnail img {
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  border: 1px solid #665d55;
}
.teaser .content {
  float: right;
  clear: none;
  width: 225px;
  padding-top: 20px;
}
.teaser .content div {
  font-weight: bold;
}
.teaser .content a,
.teaser .content a:link,
.teaser .content a:visited {
  color: #e42b31;
}
.teaser .content a:focus,
.teaser .content a:hover,
.teaser .content a:active {
  color: #000;
}
.teaser .content h2,
.teaser .content h3,
.teaser .content div {
  margin: 0 0 0.2em 0;
  padding: 0;
}
.teaser .content .specopenhuis {
  color: #e42b31;
}
.teaser .more-link {
  float: right;
  clear: right;
  margin-top: 20px;
  text-align: right;
}
#mapview .tip,
.teaser .tip {
  display: none;
}
#mapview .nieuw,
#mapview .openhuis,
#mapview .verkocht,
#mapview .verhuurd {
  position: relative;
  display: block;
  width: 110px;
  left: 20px;
  top: -12px;
  *top: -6px;
  height: 12px;
  margin: 0;
  padding: 0;
  background: #fc0;
  text-indent: 540em;
  overflow: hidden;
}
.teaser .nieuw,
.teaser .openhuis,
.teaser .verkocht,
.teaser .verhuurd {
  position: relative;
  display: block;
  width: 110px;
  left: 62px;
  *left: 0;
  top: -12px;
  *top: -6px;
  height: 12px;
  margin: 0;
  padding: 0;
  background: #fc0;
  text-indent: 540em;
  overflow: hidden;
}
#mapview .openhuis,
.teaser .openhuis {
  background: url(../../img/openhuis.gif) no-repeat;
}
#mapview .verkocht,
.teaser .verkocht {
  background: url(../../img/verkocht.gif) no-repeat;
}
#mapview .nieuw,
.teaser .nieuw {
  background: url(../../img/nieuw.gif) no-repeat;
}
#mapview .verhuurd,
.teaser .verhuurd {
  background: url(../../img/verhuurd.gif) no-repeat;
}

#mapview .vov {
  position: relative;
  display: block;
  width: 170px;
  left: 0px;
  top: -12px;
  *top: -6px;
  height: 12px;
  margin: 0;
  padding: 0;
  background: #fc0;
  text-indent: 540em;
  overflow: hidden;
}

.teaser .vov {
  position: relative;
  display: block;
  width: 170px;
  left: 27px;
  *left: 0;
  top: -12px;
  *top: -6px;
  height: 12px;
  margin: 0;
  padding: 0;
  background: #fc0;
  text-indent: 540em;
  overflow: hidden;
}
#mapview .vov,
.teaser .vov {
  background: url(../../img/vov-rood.gif) no-repeat;
}

/* node tabs */
#tablist {
  float: left;
  clear: both;
  width: 480px;
  padding: 0;
  margin: 0;
  color: #665d55;
}
#tablist li {
  list-style: none;
  background: transparent;
  display: inline;
  margin: 0;
  padding: 0;
}
#tablist li a {
  padding: 2px 10px 2px 0;
  color: #a19589;
}
#tablist li a.current {
  color: #e11837;
}
#tabcontentcontainer {
  float: left;
  clear: both;
/*  width: 480px;*/
  min-height: 550px;
  _height: 550px;
}
#tabcontentcontainer h3 {
  display: none;
}
#tabcontentcontainer div h3 {
  display: block;
}
.tabcontent {
  display: none;
  margin: 0px;
  top: 0px;
  left: 0px;
  padding: 10px 0;
  position: relative;
  color: #000;
  background: #F2F1F0;
  _height: 200px;
  min-height: 200px;
}
  #sc1 {
  display:block;
  }

.gmap-container {
  display: block;
  margin: 0;
  padding: 9px;
  width: 460px;
  height: 500px;
  border: 1px solid #665d55;
  background: #fff;
}
.gmap-div {
  margin: 0;
  padding: 0;
  width: 460px;
  height: 500px;
}
.tabcontent { /* bugfix to make msie behave */
  width: 480px;
  height: 520px;
}
#sc4 { /* bugfix to make google maps behave */
  display: block;
  visibility: hidden;
}
.tabcontent .image-thumbnails {
  float: left;
  clear: both;
  width: 490px;
  margin: 0;
  padding: 0;
}
.tabcontent .image-thumbnail {
  float: left;
  clear: none;
  width: 150px;
  height: 100px;
  margin: 0 8px 10px 0;
  padding: 0;
  text-align: center;
}
.tabcontent .image-thumbnail img {
  border: 1px solid #665d55;
}

/* objectlog */
#objectlog-personalized .messages {
  float: none;
  clear: none;
  width: 65%;
  border-right: 1px solid #a19589;
}
#objectlog-personalized .node h3 {
  display: block;
  margin: 0;
  padding: 5px 0;
}
#objectlog-personalized .messages .node {
  border-top: 1px solid #a19589;
  margin-bottom: 10px;
}
#objectlog-personalized .node .submitted {
  color: #a19589;
  font-size: 80%;
  font-weight: bold;
}
#objectlog-personalized .node p {
  margin: 0 0 5px 0;
  padding: 0;
}
#objectlog-personalized .files {
  float: right;
  clear: none;
  width: 30%;
  font-size: 80%;
  padding-left: 4%;
}

/* file attachment form fields */
#attach-wrapper .form-text {
  width: 18em;
}
#attach-wrapper .description {
  width: 23em;
  overflow: hidden;
  text-align: right;
}

/* temporary debug information */
pre.debug {
  height: 200px;
  background: #fff;
  border: 1px solid #fa3;
  overflow: auto;
}

/* navigation */
#navigation {
}

#navigation a {
color:#666666;
text-decoration:none;
}

#navigation a:hover {
color:#E11837;
}

#navigation .navMiddle {
text-align:center;
float: left;
width: 70%;
}

#navigation .navMiddle a {
margin:0 5px;
padding: 1px 3px;
}

#navigation .navMiddle a:hover {
margin:0 5px;
/*background:#cccccc;*/
color:#E11837;
}

#navigation .navMiddle a.active {
background:#005da4;
color:#ffffff;
}

#navigation .navLeft {
float:left;
width: 15%;
}

#navigation .navLeft a {
background: url(../../img/arrow-content-left.gif) 0 3px no-repeat;
padding:0em;
}

#navigation .navRight {
float:left;
width: 15%;
}

#navigation .navRight a {
  float: right;
  background: url(../../img/arrow-content-right.gif) right 3px no-repeat;
  padding:0em;
}

/* Image popup */
#popup #navigation a {
text-decoration:none;
color:#9999ff;
}

  #popup #navigation a.close {
	float:right;
	}

	#popup #navigation a.previous {
	margin-right: 25px;
	}

	#popup #navigation a.next {
	margin-left: 25px;
	}

	#popup #navigation a:hover {
	color:#6666cc;
	text-decoration:underline;
	}


/* Forms */
#form1{width:500px;padding:0px;margin:0px;}
/*#form1 h1{font-size:14px;margin-bottom:8px;margin-top:10px;color:#e2373e;font-style:italic;}*/
#form1 .pageNav{display:none;}
#form1 .addressGroup {
    border: 1px solid #665D55; 
    background:#ededed; 
    width:450px;
    padding-top: 10px !important;
}
#form1 .addressGroup .addressTitle { 
    font-size: 12px !important; 
    padding:8px 0 10px 0; 
    color: #665D55; 
    font-weight: bold;
}
#form1 .addressGroup label.addressLabel {
  color:#665D55;
  font-weight: bold;
  font-size: 14px;
}
#form1 .addressGroup a {}
.specialSelect {
    border: 1px solid #665D55; 
    background-color: #ededed;
    margin-bottom:10px;
    width: 390px;
    /*height: 115px !important;*/
    overflow:auto !important;
}
.textarea {
    border: 1px solid #5F6875;
    background-color: #ededed;
}
#ClientFormWOzoAppartmentType, #ClientFormWOzoHouseType{width:230px !important;float:left;}
#ClientFormWOzoAppartmentType .specialSelect, #ClientFormWOzoHouseType .specialSelect {width:200px;}
.specialItem { background: #ededed; border-bottom: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF;}
.specialItem, .specialActive, .specialActive2 {line-height: 18px;}
.specialItemTitle {color:#008000;font-weight: bold;margin-left: 3px;}
.specialActive, .specialActive2 {color: #000000;border-bottom: 1px solid #FFFFFF;border-left: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF;}
.specialActive {background-color: #665D55; color: #FFFFFF;}
.specialActive2 {background-color: #665D55; color: #FFFFFF;}
#form1 #clientAreas, 
#form1 #clientNeighbourhoods,
#form1 #clientPlaces
{
  display:block;
  width: 100% !important;
}

#form1 .formnextbutton
{
  width: 50px !important;
}
/* End Forms */

.clear {
height:1px;
clear:both;
}

/* Search form */
#searchform {
margin:0px;
padding:0px;
position:absolute;
left:750px;
}
  #searchform p {
  margin:0px;
  padding:0px;
  padding-top:4px;
  padding-bottom:5px;
  width:150px;
  }
  #searchform select {
  border:1px solid #665D55;
  width:150px;
  font-size:12px;
  color: #665D55;
  }

