* {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline: none;
	border: none;
	vertical-align: baseline;
}

html {
	position: static;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #454545;
	background: #efefef;
}

h1, .Kop1,
h2, .Kop2,
h3, .Kop3 {
	display: block;
	font-weight: normal;
	line-height: 1;
	color: #000;
}

h1, .Kop1 {
	margin-bottom: 20px;
	font-family: Times New Roman, Arial, Verdana;
	font-size: 27px;
	line-height: 27px;
}

h2, .Kop2 {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
}

h3, .Kop3 {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

p {
	margin: .5em 0 1em 0;
}

a {
	color: #454545;
	text-decoration: underline;
}

.clear, .clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.hidden { display: none; }

#wrapper {
	margin: 0 auto;
	padding: 8px;
	width: 969px;
	background: #ffffff;
}

#header {
	height: 116px;
}

#logo {
	position: absolute;
	z-index: 1;
	left: 42px;
	top: 14px;
}
	#logo span {
		display: none;
	}

#globalNav {
	position: absolute;
	right: 0;
	bottom: 4px;
}

#globalNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#globalNav ul li {
	padding: 0 4px;
	float: left;
}

#globalNav ul li a {
	display: block;
	padding: 10px 2px;
	text-decoration: none;
}

#globalNav ul li.active a {
	font-weight: bold;
	border-bottom: 4px solid #f72d36;
}

#cols {
	height: 1%;
	background: url(../images/bg_cols.gif) repeat-x;
}

#cols .contact-info{
	/*position: absolute;
	top: 8px;
	right: 20px;*/
	font-size: 14px;
	color: #000000;
	
	display: block;
	height: 34px;
	top: 0px;
	line-height: 34px;
	text-align: right;
	padding: 0px 20px 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 949px;
}

#sidecol {
	float: left;
	padding: 55px 0 0 20px;
	width: 254px;
}

#content {
	float: right;
	padding: 60px 20px 20px 0;
	width: 655px;
}
	#content a {
		text-decoration: underline;
	}
	
	#content ul {
		margin: 10px 25px;
		padding: 0;
		list-style: none;
	}
	#content li {
		margin: 7px 0;
		padding-left: 25px;
		background: url(../images/bg_li.gif) left center no-repeat;
	}
	
	#content .title {
		height: 110px;
	}

#localNav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 80%;
}
	#localNav ul li {
		border-top: 1px solid #c4d2db;
	}
	#localNav ul li:first-child {
		border-top: none;
	}
		#localNav ul li a {
			display: block;
			padding-left: 25px;
			height: 50px;
			line-height: 50px;
			text-decoration: none;
			background: url(../images/bg_li.gif) left center no-repeat;
		}
		#localNav ul li.active a {
			color: #fe000c;
			background: url(../images/bg_li_active.gif) left center no-repeat;
		}

#footer {
	position: static; /* IE6 */
	margin: 0 auto;
	padding: 30px 40px;
	width: 905px;
	font-size: 11px;
	color: #aaaaaa;
	background: url(../images/bg_footer.gif) repeat-x;
}
	#footer a {
		color: #aaaaaa;
		text-decoration: none;
	}

#copyright {
	float: left;
}

#legal {
	float: left;
	margin-left: 50px;
}
	#legal a {
		padding: 0 5px;
	}

#divide {
	float: right;
}

#sitemapNav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitemapNav li {
	margin: 5px 0 0 0;
	padding: 0;
	background: none;
}

#pageNav .comments {
	float: left;
}

#pageNav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#pageNav li {
	margin: 0 0 0 5px;
	padding: 2px 5px;
	float: left;
	line-height: 15px;
	border: 1px solid #b5c6d1;
	background: #dde5ea;
}

#pageNav li.active, #pageNav span {
	color: #cccccc;
}

#pageNav a {
	display: block;
	text-decoration: none;
}

#pageNav a span {
	color: #000000;
}form {
	line-height: 20px;
	width: 382px;
}

form label {
	clear: both;
	width: 130px;
}

form label .clsReq {
	position: absolute;
	right: 5px;
}

form label, input.text, form textarea, form select {
	float: left;
	margin-bottom: 10px;
}

form div.group {
	float: left;
}

form div.group label {
	float: none;
}

form hr {
	display: block;
	clear: both;
	width: 252px;
	top: 10px;
	margin: 0 0 20px 130px;
	height: 0;
	border: none;
	border-top: 1px solid #b5c6d0;
}

input.text, input.submit, textarea, select {
	padding: 1px 3px;
	width: 244px;
	border: 1px solid #b5c6d0;
	background: url(../images/bg-input.gif) center bottom repeat-x;
}

select {
	padding: 1px 0;
	width: 252px;
}

input.text {
	height: 16px;
	line-height: 16px;
}

input.submit {
	float: right;
	width: 74px;
}

input.submit:hover {
	border: 1px solid #000000;
}

textarea {
	height: 100px;
	overflow: auto;
	resize: none;
}

form .clsReq {
	color: red;
}#nvm {
	position: absolute;
	top: 10px;
	right: 30px;
}
	#nvm span {
		display: none;
	}

#banner {
	height: 128px;
}
	#banner a {
		text-decoration: none;
	}
	
	#banner #slogan {
		position: absolute;
		bottom: 10px;
		right: 10px;
		margin: 0;
		padding: 0;
		font-family: Times New Roman, Arial, Verdana;
		font-size: 27px;
		line-height: 25px;
		color: #ffffff;
	}

	#banner #bannerNav {
		position: absolute;
		left: 10px;
		bottom: 10px;
		background: #d31117;
		
		filter: alpha(opacity=80);
		opacity: 0.8;
		-moz-opacity: 0.80;
	}
		#banner #bannerNav  #slogan {
			position: relative;
			top: 10px;
			left: 10px;
		}
		#banner #bannerNav .buttons {
			margin-top: 20px;
			padding: 10px 10px 0 10px;
			font-family: Times New Roman, Arial, Verdana;
			font-size: 20px;
			line-height: 40px;
		}
			#bannerNav a {
				display: inline-block;
				padding-right: 40px;
				color: #ffffff;
				background: url(../images/ico_arrow.gif) right center no-repeat;
			}
			
			#bannerNav img {
				padding: 0 20px;
				vertical-align: middle;
			}
	
	#banner .buttons {
		float: left;
		line-height: 0;
		font-size: 0;
	}
	
	#banner .banner {
		float: right;
		width: 675px;
		height: 128px;
		background: url(../images/banners/banner1.jpg) no-repeat;
	}

#ticker {
	margin-bottom: 50px;
	height: 60px;
	overflow: hidden;
}

#ticker h3,
#ticker .Kop1,
#ticker .Kop2,
#ticker .Kop3 {
	margin: 0;
	font-family: Times New Roman, Arial;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

#contact-left {
	float: left;
	width: 385px;
}

#contact-right {
	float: right;
	width: 250px;
}


a#twitter{
	width: 24px;
	height: 24px;
	background: transparent url('../images/bg_socialmedia-medium.png') -24px 0px no-repeat;
	display: block;
	text-indent: -100000em;
	overflow: hidden;
	text-decoration: none;
}
#cols .contact-info a#twitter{
	width: 24px;
	height: 24px;
	background: transparent url('../images/bg_socialmedia-medium.png') -24px 0px no-repeat;
	float: left;
	text-indent: -1000000em;
	margin: 5px 0px 0px 5px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.banner a#twitter{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#header a#twitter{
	position: absolute;
	top: 10px;
	right: 80px;
}
#sidecol a#twitter{
	margin-top: 0px;
}

#cols .contact-info a#twitter:hover,
a#twitter:hover{
	text-decoration: none;
	background-position: -24px -24px;
}#aanbodList *,
#aanbodDetail * {
	margin: 0;
}

/* ++ LIST */

#aanbodList 
{
	position: relative;
	line-height: 20px;
}

#aanbodList a {
	text-decoration: none;
}

.search 
{
	position: absolute;
	right: 0;
	top: -141px;	
}

.search-title {
	margin-bottom: 5px;
	font-weight: bold;
}

.search label {
	margin: 0 20px 0 5px;
}

#aanbodList .item {
	margin: 0 50px 30px 0;
	padding: 10px 10px 10px 0; /* IE6, don't use padding: 10px; */
	border: 1px solid #b5c6d0;
}

#aanbodList .image {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 150px;
	height: 110px;
}

#aanbodList .details {
	margin-left: 170px;
	height: 110px;
}

#aanbodList .address-title {
	font-size: 14px;
	font-weight: bold;
	color: #454545;
}

#aanbodList .react {
	position: absolute;
	bottom: 0;
}

#aanbodList .react-link {
	float: left;
	margin-right: 20px;
	color: #fe000c;
}

#aanbodList .info {
	position: absolute;
	right: 0;
	top: 0;
}

#aanbodList .info-right {
	width: 60px;
	text-align: right;
}

#aanbodList .priceextra {
	position: absolute;
	right: 0;
	bottom: 25px;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	color: #29335b;
}

#aanbodList .price {
	position: absolute;
	right: 0;
	bottom: 0;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	color: #29335b;
}

#aanbodList .status {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100px;
	height: 100px;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 1;
}

#aanbodList .openhouse {
	margin-bottom: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #d70034;
}

#aanbodList .status.isVerkocht { background-image: url(../images/aanbod/verkocht.gif); }
#aanbodList .status.isVerkochtOVB { background-image: url(../images/aanbod/verkocht-ovb.gif); }
#aanbodList .status.isVerhuurd { background-image: url(../images/aanbod/verhuurd.gif); }
#aanbodList .status.isVerhuurdOVB { background-image: url(../images/aanbod/verhuurd-ovb.gif); }

/* -- LIST */


/* ++ DETAIL */

#aanbodDetail {
	line-height: 20px;
}

#aanbodDetail-header {
	height: 140px;
}

#aanbodDetail h1 {
	margin-bottom: 20px;
}

#aanbodDetail a {
	text-decoration: none;
}

#aanbodDetail #productNav {
	position: relative;
	margin: 20px 0;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	background: url(../images/bg_productNav.gif);
}

#aanbodDetail #productNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#aanbodDetail #productNav li {
	float: left;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	background: none;
}

#aanbodDetail .back {
	position: absolute;
	top: -20px;
	right: 0;
	padding: 2px 5px;
	font-size: 11px;
	line-height: 15px;
	border: 1px solid #b5c6d1;
	background: #dde5ea;
	z-index: 2;
}

#aanbodDetail .image {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1;
}

#aanbodDetail .pricetype {
	font-weight: bold;
}

#aanbodDetail .tab {
	display: none;
}

#aanbodDetail #productNav li.active {
	background: url(../images/bg_productNav_li_active.gif);
}

#aanbodDetail .react {
	position: absolute;
	right: 10px;
}

#aanbodDetail .react a {
	color: #ffffff;
}

#aanbodDetail .shortdescription {
	margin-bottom: 20px;
}

#aanbodDetail .float-wrapper {
	width: 400px;
}

#aanbodDetail .left {
	clear: both;
	float: left;
	width: 200px;
}

#aanbodDetail .right {
	float: right;
	width: 200px;
}

#aanbodDetail .photo-left {
	clear: both;
	float: left;
	margin-bottom: 20px;
}

#aanbodDetail .photo-right {
	float: right;
	margin:0 20px 20px 0;
}

/* -- DETAIL *//* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}#googleMap {
	padding:2px;
	height: 500px;
	width: 655px;
	border:1px solid #e2e2e2;
}

#logocontrol {
	bottom: 20px !important;
}
