/* GENERAL */

body {
	background: white;
	margin: 0;
	padding: 0;
}

#wrapper {
  margin: auto;
  width: 1000px;
  background-color: white;
}

/* clearfix hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

li {
	list-style: square;
}

img {
	border: 0;
}

a, a:visited {
	color: #67400d;
}

.inline {
	float: left;
	margin-right: 20px;
}

hr {
	color: #cccccc;
}

/* HEADER AND FOOTER */

#header {
	padding-top: 10px;
}
#header a {
  text-decoration: none;
  font-weight: normal;
  font-size: 24px;
  color: #602f00;
}
#header img {
  margin-left: 4px;
}

h1 {
	display: none;
}

#bannerTop {
	float: right;
	width: 400px;
	height: 60px;
}

#footer {
  color: #67400d;
  padding: 5px;
  margin: 10px 0;
  text-align: center;
  font: 11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  background-color: #d2cfa5;
}

/* TOP MENU */

#menu {
	text-align: right;
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	padding: 3px 0 3px 0;
	margin-bottom: 20px;
	/* border-bottom: 2px solid #67400d; */
	position: relative;	
	margin-bottom: 0;
}

#menu ul {
	padding: 0 0 3px 0;
	margin: 0;
	display: none;
	border-bottom: 2px solid #67400d;
}

#menu ul.menu-top {
	display: block;
}

#menu li {
	list-style: none;
	display: inline;
}

#menu li a, #menu li a:visited {
	color: #ff8400;
	text-decoration: none;
	padding: 3px 10px 5px 10px;
}

#menu li a:hover, #menu li a:visited:hover {
	color: #67400d;
}

#menu .menu-current a, #menu .menu-current a:visited,
#menu .menu-parent a, #menu .menu-parent a:visited {
	border-top: 2px solid #67400d;
	border-left: 2px solid #67400d;
	border-right: 2px solid #67400d;
	background-color: #ffffff;
	color: #67400d;
}

#menu ul ul {
	display: none;	
}

#languagemenu {
	float: left;
}

#languagemenu ul {
	border-bottom: 0;
	padding: 0;
	margin: 0;
	display: block;
	margin: 5px;
	text-align: right;
}

#languagemenu li {
	list-style: none;
	padding: 0;
	display: inline;
	padding: 0 10px;
}

#languagemenu li a {
	font: 11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
	color: #CCC;
}

#languagemenu li.menu-current a, #languagemenu li.menu-parent a {
	font-weight: bold;
	color: #666;	
}

#languagemenu li a:hover {
	color: #666;
}

/* second level menu */

#secondmenu {
	margin-bottom: 20px;
	float: right;
}

#secondmenu ul {
	border-bottom: 0;
	padding: 0;
	margin: 0;
	display: block;
	margin: 5px;
	text-align: right;
}

#secondmenu li {
	list-style: none;
	padding: 0;
	display: inline;
	padding: 0 10px;
}

#secondmenu li a {
	font: 11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
}

#secondmenu li.menu-current a {
	font-weight: bold;	
}

/* CONTENT */
#leftCol {
	float: left;
	padding: 0;
	margin: 0;
	width: 225px;
}

#main_small {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 565px;
	font: 12px Verdana, sans-serif;
	line-height: 18px;
}

#main_wide {
	margin: 0;
	padding: 0;
	width: 100%;
	font: 12px Verdana, sans-serif;
	line-height: 18px;
}
			
#rightCol {
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	width: 190px;
}

.left_side_block {
	background-color: #f6f6f6;
	border: 2px solid #d2cfa5;
	padding: 5px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, p, pre, table, blockquote {
	margin: 0 0 1em 0;
	padding: 0;
}

h2, h3, h4, h5 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #67400d;
	margin: 0.8em 0 0.6em 0;
}

h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 12px; font-weight: bold; }

blockquote {
	padding: 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f6f6f6;
}

/*
 * style mbt forms
 * ===============
 */
input, option, select, textarea {
  font-weight: normal;
  font: 12px Verdana, sans-serif;
}
/* Errormessage evt afgedrukt naast een textfield */
.errormessage {
  color: red;
  font-weight: bold;
  margin: 8px 0 0 0;
  display: block;
}
/* Globaal error bericht */
.error {
  color: black;
  font-weight: normal;
  border: 1px solid red;
  padding: 2px 1.5em;
  text-align: center;
  background-color: #ffeeee;
}
form {
  border: none;
  margin: 0;
  padding: 0;
}
select, option {
  padding-left: 2px;
}
select {
  min-width: 10em;
}
input.text, textarea, select {
  margin: 0.1em 0 0.2em 0;
  border: 1px solid;
  border-color: #CCC;
  background-color: white;
  padding: 1px;
  margin-left: 10em; /* maak ruimte voor een label */
  display: block;
}

/* Instellingenvan hierboven resetten voor select in selectdummy */
.fieldcontainer select, .fieldcontainer input, .fieldcontainer textarea {
  margin: 0;
  padding: 0;
  display: inline;
}
.fieldcontainer {
  margin: 0.1em 0 0.2em 0;
  padding: 1px;
  margin-left: 10em; /* maak ruimte voor een label */
  display: block;
}

textarea:focus, input.text:focus {
  background-color: white;
}
form label {
  display: block;
  font-weight: normal;
  white-space: nowrap;
  float: left;
}
/* Form buttons */
.buttons {
  /* margin-left: 20px; */
}
fieldset {
  position: relative;
  text-align: left;
  background-color: #f6f6f6;
	border: 2px solid #d2cfa5;
  margin: 1em 0 1em 0;
  padding: 20px 5px 5px 5px;
}

legend {
  font-size: 15px;
  font-weight: bold;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  color: #67400d;
  background-color: transparent;
  position:absolute;
  top: -.5em;
  left: .5em;
}
input.middel, textarea.middel, select.middel, div.middel {
  width: 18em;
}
input.klein, div.klein {
  width: 6em;
}
select.klein {
  width: 8em;
  min-width: 8em;
}


/* SEARCH */


#search, #searchresult, #searchitems, #searchselection {
	padding: 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f6f6f6;
	margin: 0 0 1em 0;
}

#searchitems {
	border-color: #ff8400;
}

#searchitems a, #searchitems a:visited {
	text-decoration: none;
}

#searchselection label {
	margin-right: 20px;
}

#search label {
	display: block;
	font-weight: bold;
}

#submit {
	margin-top: 10px;
	width: 200px;
}

.searchselect {
	display: block;
	margin-bottom: 10px;
	width: 200px;
}

.resultodd, .resulteven {
	position: relative;
	background-color: white;
	border: 2px solid #d2cfa5;
	width: 260px;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.resultodd div, .resulteven div {
  padding: 5px;
}

.resultodd {
	margin-right: 10px;
}

.resultodd img, .resulteven img {
	float: left;
	margin-right: 5px;
}

.resultodd a, .resulteven a {
	color: #67400d;
	font-weight: bold;
	text-decoration: underline;
}

.surface {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1px solid #d2cfa5;
  border-left: 1px solid #d2cfa5;
  font-size: 75%;
  font-weight: normal;
  line-height: normal;
}

.address-city {
  font-size: 75%;
  font-weight: normal;
  line-height: normal;
}

.vraagprijs {
	padding: 5px 0;
	float: left;
	clear: left;
	font-size: 0.9em;
	font-weight: normal;
}

.aandachtstrekker {
  /*
  font-size: 75%;
  font-weight: normal;
  line-height: normal;
  color: black;
  background-color: yellow;
  */
  display: none;
}

/* Aandachtstrekker op "Mijn pagina" */
.object-overzicht-single .aandachtstrekker {
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  color: black;
  background-color: yellow;
  display: inline;
}

#searchresult p {
	margin: 0;
}

#paginate {
	text-align: right;
	padding: 5px;
	border-bottom: 2px solid #d2cfa5;
	border-top: 2px solid #d2cfa5;
	background-color: #ffffff;
}

/* HOME DETAILS */

.extrainformation {
	float: right;
	width: 200px;
}

.extrainformation .browse {
	border: 2px solid #ff8400;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 16px;
}

.extrainformation .block {
	border: 2px solid #d2cfa5;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 16px;
}

.extrainformation h3 {
	font-size: 20px;
	margin-top: 0;
}

#homeinformation {
	padding: 5px;
	/* height: 220px; */
	margin-right: 210px;
	border: 2px solid #d2cfa5;
	margin-bottom: 10px;
}

#homeinformation img {
	float: none;
	margin-left: 30px;
}

.test {
	border: 1px solid red;
}

#prevandnextphoto {
  padding: 0;
}


/* id "details" is deprecated, gebruik de class "details" */
#details {
	border: 2px solid #d2cfa5;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 210px;
}

#details label {
	font-weight: bold;
}

#details .inline {
	width: 240px;
}

/* id "details" is deprecated, gebruik deze class "details" */
.details {
	border: 2px solid #d2cfa5;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 210px;
}

.details label {
	font-weight: bold;
}

.details p {
}

.details .inline {
	width: 300px;
}

#prevandnextphoto {
  text-align: center;
}

/* BROWSE */

#searchselection ul {
	margin: 0;
	padding: 0;
}

#searchselection li {
	list-style: none;
	padding-left: 10px;
	font-size: 90%;
}

#searchselection label {
	font-weight: bold;
	color: #67400d;
}

/* Het menu op de detailpagina */
#menu2, #menu2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu2 li {
	line-height: 1em;
	padding: 2px 0;
}

/* HOME */

#freesearch, #homemap {
	background-color: #f6f6f6;
	border: 2px solid #d2cfa5;
	padding: 5px;
	margin-bottom: 10px;
}

#freesearch {
	border-color: #ff8400;
}

#freesearch h3, #homesearch h3, #homemap h3 {
	margin: 0 0 5px 0;
	font-size: 15px;
}

#inputfreesearch {
	width: 640px;
	font-size: 12px;
}

#freesearch input#verstuur {
	width: 75px;
	margin-left: 10px;
}

/* Reset default label behaviour */
#homesearch label {
  float: none;
}

#homesearch input, #homesearch select {
  margin-left: 0;
  width: 200px;
}

#homesearch select#vraagprijsVan, #homesearch select#vraagprijsTot {
	display: inline;
	width: 98px;
	min-width: 0pt;
}

#homesearch select#aantalkamersOptie, #homesearch input#aantalkamers {
	display: inline;
	width: 98px;
	min-width: 0pt;
}

#homesearch select#perceeloppervlakteOptie, #homesearch input#perceeloppervlakte {
	display: inline;
	width: 90px;
	min-width: 0pt;
}

#homesearch p {
	margin-bottom: 7px;
}

#homesearch .buttons {
	width: auto;
}

#homesearch .scrollbox input {
	width: 1em;
}

#freesearch label, #homesearch label, #homemap label {
	display: block;
	color: #67400d;
}

/* RJ */


/* Enkel object op mailafriend pagina */
/* Default definitionlist. */
.object-overzicht-single {
  margin-bottom: 1.5em;
}
.previewimage {
  float: left;
}
dl {
  margin: 0 0 0 142px;
  display: block;
  padding: 0;
  border: 0;
}
dt {
  font-weight: normal;
  white-space: nowrap;
  color: #a0a0a0;
  float: left;
  width: 12em;
  padding: 0;
  margin: 0;
}
dd {
  padding: 0;
  margin-left: 8.5em
}


/**
 * Instellingen persoonlijke pagina klant van makelaar.
 */
.logboek {
  padding:1em;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background: #f6f6f6;
}
#statistieken {
  width: 630px;
  height: 260px;
  border-width: 0px;
  background-color: transparent;
}
dl#persoonlijkegegevens {
  margin: 1em;
}
/* selectbuttons en submitbutton statistiekenpagina makelaar */
fieldset.statistieken-monthyearbutton {
  padding: 0;
  margin: 1em 0;
  border: 0;
}
fieldset.statistieken-monthyearbutton select, input {
  display: inline;
  margin: 0;
}

/* Uitlogknop op klantenpagina */
#logout {
	float: right;
}

a img {
  border: 0;
  text-decoration: none;
}

/* Extended search */
/* lijst met checkboxes */
.scrollbox {
	margin: 0.1em 0px 0.2em 0;
	border: 1px solid #CCC; /* blue; */
	background-color: white;
	padding: 2px;
	overflow: auto;
	text-align: left;
	width: 196px;
}
.scrollbox label {
	border-bottom: 1px solid #EEE; /* blue; */
	cursor: pointer;
}

#extendedsearch .fieldcontainer {
	margin-left: 0;
}

/* Fix om form velden in tabellen mogelijk te maken */
.formtable {
	border: 0;
}
.formtable td, .formtable table {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}

.formtable input, .formtable .text, .formtable select, .formtable textarea {
	min-width: 0;
	margin: 2px;
}

.formtable label {
	display: inline;
	float: none;
	margin-right: .5em;
	font-family: arial, tahoma, sans-serif;
}


#plattegrond {
	width: 100%;
}
