/*	TRES INTERNET 
	-------------
	CSS bestand vrijgegeven onder C.C. licentie:
	http://creativecommons.org/licenses/by-sa/3.0/nl/
*/

@import url("reset.css");
@import url("content.css");

body {
	background: transparent none repeat scroll 0% 0%;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
}

body,
div#body.page-aantekeningen, page-vergelijkaantekeningen{
	height: 100%;
	overflow: hidden;
}

div.wrapper{
	float:left;
	display: inline;
	width:100%;
	}

/** Error in popup */
div#popup_content > div {
	margin-left: 40px;
	margin-right: 40px;
	background-color: #fff;
}

/*------------------------------
	1A. POPUP
------------------------------*/
body div#header{
	position: relative;
	margin: 0 40px;
	height: 50px;
	overflow: hidden;
	background: transparent url('../img/popup-top.png') left top repeat-x;
	}

body div#top_l{
	float:left;
	display: inline;
	width:40px;
	height: 50px;
	margin-left:-100%;
	background: transparent url('../img/popup-top_l.png') left top no-repeat;
	}

body div#top_r{
	float:left;
	display: inline;
	width:40px;
	height: 50px;
	margin-left:-40px;
	background: transparent url('../img/popup-top_r.png') left top no-repeat;
	}

/*CONTENT*/
body div#content{
	position: relative;
	overflow: hidden;
	background: #fff;
	margin: 0 40px;
	}

body div#sb_l{
	float:left;
	display: inline;
	width:40px;
	margin-left:-100%;
	background: transparent url('../img/popup-sb_l.png') left top repeat-y;
	}

body div#sb_r{
	float:left;
	display: inline;
	width:40px;
	margin-left:-40px;
	background: transparent url('../img/popup-sb_r.png') left top repeat-y;
	}

/*FOOTER*/
body div#footer{
	margin: 0 40px;
	height: 20px;
	background: transparent url('../img/popup-bottom.png') left top repeat-x;
	}

body div#bottom_l{
	float:left;
	display: inline;
	width:40px;
	height: 20px;
	margin-left:-100%;
	background: transparent url('../img/popup-bottom_l.png') left top no-repeat;
	}

body div#bottom_r{
	float:left;
	display: inline;
	width:40px;
	height: 20px;
	margin-left:-40px;
	background: transparent url('../img/popup-bottom_r.png') left top no-repeat;
	}

body a#sluiten,
body a#sluiten:link,
body a#sluiten:visited{
	float: right;
	display: inline;
	text-align: right;
	height: 20px;
	line-height: 20px;
	width: 65px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-top: 15px;
	}

body a#sluiten:hover,
body a#sluiten:active{
	color: #ccc;
	}

/*------------------------------
	1A. NOTES
------------------------------*/
div#body.page-vergelijkaantekeningen div#header,
div#body.page-aantekeningen div#header{
	position: relative;
	margin: 0 30px 0 78px;
	height: 140px;
	overflow: hidden;
	background: transparent url('../img/notes-top.png') left top repeat-x;
	}

div#body.page-vergelijkaantekeningen div#top_l,
div#body.page-aantekeningen div#top_l{
	float:left;
	display: inline;
	width:78px;
	height: 140px;
	margin-left:-100%;
	background: transparent url('../img/notes-top_l.png') left top no-repeat;
	}

div#body.page-vergelijkaantekeningen div#top_r,
div#body.page-aantekeningen div#top_r{
	float:left;
	display: inline;
	width:30px;
	height: 140px;
	margin-left:-30px;
	background: transparent url('../img/notes-top_r.png') left top no-repeat;
	}

/*CONTENT*/
div#body.page-vergelijkaantekeningen div#content,
div#body.page-aantekeningen div#content{
	position: relative;
	overflow: auto;
	background: #fff url('../img/notes-content.png') top left;
	margin: 0 30px 0 78px;
	}

div#body.page-vergelijkaantekeningen div#sb_l,
div#body.page-aantekeningen div#sb_l{
	float:left;
	display: inline;
	width:78px;
	margin-left:-100%;
	background: transparent url('../img/notes-sb_l.png') left top repeat-y;
	}

div#body.page-vergelijkaantekeningen div#sb_r,
div#body.page-aantekeningen div#sb_r{
	float:left;
	display: inline;
	width:30px;
	margin-left:-30px;
	background: transparent url('../img/notes-sb_r.png') left top repeat-y;
	}

/*FOOTER*/
div#body.page-vergelijkaantekeningen div#footer,
div#body.page-aantekeningen div#footer{
	margin: 0 30px 0 78px;
	height: 20px;
	background: transparent url('../img/notes-bottom.png') left top repeat-x;
	}

div#body.page-vergelijkaantekeningen div#bottom_l,
div#body.page-aantekeningen div#bottom_l{
	float:left;
	display: inline;
	width:78px;
	height: 20px;
	margin-left:-100%;
	background: transparent url('../img/notes-bottom_l.png') left top no-repeat;
	}

div#body.page-vergelijkaantekeningen div#bottom_r,
div#body.page-aantekeningen div#bottom_r{
	float:left;
	display: inline;
	width:30px;
	height: 20px;
	margin-left:-30px;
	background: transparent url('../img/notes-bottom_r.png') left top no-repeat;
	}

div#body.page-vergelijkaantekeningen a#sluiten,
div#body.page-vergelijkaantekeningen a#sluiten:link,
div#body.page-vergelijkaantekeningen a#sluiten:visited,
div#body.page-aantekeningen a#sluiten,
div#body.page-aantekeningen a#sluiten:link,
div#body.page-aantekeningen a#sluiten:visited{
	float: right;
	display: inline;
	text-align: right;
	height: 20px;
	line-height: 20px;
	width: 65px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	margin-top: 35px;
	}

div#body.page-vergelijkaantekeningen a#sluiten:hover,
div#body.page-vergelijkaantekeningen a#sluiten:active,
div#body.page-aantekeningen a#sluiten:hover,
div#body.page-aantekeningen a#sluiten:active{
	color: #999;
	}

div#body.page-vergelijkaantekeningen div#titel,
div#body.page-aantekeningen div#titel{
	float: left;
	display: inline;
	width: 230px;
	height: 40px;
	margin: 70px 0 0 0;
	background: transparent url("../img/titel_mijnAantekeningen.gif") left top no-repeat;
	}

/*NOTESMENU
--------------------------*/
ul.notesmenu{
	margin: 0;
	width: 400px;
	height: 28px;
	white-space: nowrap;
	overflow: hidden;
	}

ul.notesmenu li{
	float: left;
	width: auto;
	display: inline;
	height: 28px;
	padding: 0;
	margin: 0 5px 0 0;
	cursor: pointer;
	}

ul.notesmenu li a,
ul.notesmenu li a:link,
ul.notesmenu li a:visited{
	display: block;
	color: #fff;
	font: bold 12px/28px "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	text-decoration: none;
	padding: 0 0 0 10px;
	background: transparent url("../img/bgNotesmenuLeft.gif") left top no-repeat;
	}

ul.notesmenu li a:hover,
ul.notesmenu li a:active{
	background-position: left -28px;
	}

ul.notesmenu li a span,
ul.notesmenu li a:link span,
ul.notesmenu li a:visited span{
	display: block;
	padding: 0 10px 0 0;
	cursor: pointer;
	background: transparent url("../img/bgNotesmenuRight.gif") right top no-repeat;
	}

ul.notesmenu li a:hover span,
ul.notesmenu li a:active span{
	background-position: right -28px;
	}

/*TABLE WONINGAANBOD
--------------------------*/
table#woningaanbod{
	width: 480px;
	margin-bottom: 20px;
	}

table#woningaanbod td{
	vertical-align: middle;
	line-height: 15px;
	}

table#woningaanbod td h5 a,
table#woningaanbod td h5 a:link,
table#woningaanbod td h5 a:visited{
	display: block;
	padding: 5px 0 0;
	font-size: 12px;
	line-height: 14px;
	color: #042e6f;
	}

table#woningaanbod td h5 a:hover,
table#woningaanbod td h5 a:active
	color: #000;
	text-decoration: underline;
	}

table#woningaanbod td span.prijs{
	display: block;
	color: #042e6f;
	font-weight: bold;
	padding: 5px;
	}

a.fotokader,
a.fotokader:link,
a.fotokader:visited{
	position: relative;
	float: left;
	display: inline;
	width: 90px;
	height: 80px;
	background: transparent url("../img/notes_fotoKader.png") left top no-repeat;
	}

a.fotokader img{
	position: absolute;
	z-index: 1;
	top: 14px;
	left: 9px;
	}

a.fotokader span{
	position: absolute;
	z-index: 2;
	top: -12px;
	left: 40px;
	height: 32px;
	width: 30px;
	background: transparent url("../img/punaise.png") left top no-repeat;
	}

ul#bewaardePaginas{
	margin: 10px 0 40px;
	}

ul#bewaardePaginas li{
	height: 28px;
	background: transparent url("../img/icon_woonaccent.jpg") 15px top no-repeat;
	line-height: 28px;
	margin-left: 5px;
	}

ul#bewaardePaginas li img{
	margin-right: 30px;
	}

ul#bewaardePaginas li a span,
ul#bewaardePaginas li a:link span,
ul#bewaardePaginas li a:visited span{
	color: #042e6f;
	}

ul#bewaardePaginas li a:hover span,
ul#bewaardePaginas li a:active span,
ul#bewaardePaginas li a:hover,
ul#bewaardePaginas li a:active{
	color: #000;
	}


/*------------------------------
	GALLERY
------------------------------*/
#image_wrap {
	width:580px;
	margin:5px 0 15px 0;
	padding:0;
	text-align:center;
	}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 500px;
	height:100px;
	float:left;
	}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
	}

.scrollable img {
	float:left;
	margin:5px 5px;
	background-color:#fff;
	padding:4px;
	border:1px solid #ccc;
	cursor:pointer;
	width:80px;
	height:80px;
	}

.scrollable img:hover{
	border: 1px solid #00b5d8;}

.scrollable img.active {
	margin: 4px;
	border:2px solid #00b5d8;
	z-index:9999;
	position:relative;
	}

a.browse {
	background: #fff url("../img/hori_woon.png") left top no-repeat;
	display:block;
	width:20px;
	height:80px;
	float:left;
	margin:10px;
	cursor:pointer;
	font-size:1px;
	}

a.right 		{ background-position: 0 -80px; clear:right; margin-left: 10px;}
a.right:hover	{ background-position:-20px -80px;}
a.right:active	{ background-position:-40px -80px;} 

a.left			{ margin-right: 10px;}
a.left:hover	{ background-position:-20px 0;}
a.left:active	{ background-position:-40px 0;}

.overlayUI{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width:20px;
	height:80px;
	background: url("/bmw/img/hori_woon2.png") left top no-repeat;
}

a.nextImg 		{ right: 0;background-position: 0 -80px; clear:right; margin-left: 10px;}
a.nextImg:hover	{ background-position:-20px -80px;}
a.nextImg:active	{ background-position:-40px -80px;} 

a.prevImg			{ left:0; margin-right: 10px;}
a.prevImg:hover	{ background-position:-20px 0;}
a.prevImg:active	{ background-position:-40px 0;}

a.disabled {
	visibility:hidden !important;		
	}

div#body.page-zoekadres div#content {
	overflow: hidden;
}

form#aantekening, form#aantekeningenDoorsturen input, textarea{
	border: 1px solid #999;
	padding: 0 3px;
	font: 11px/16px arial, verdana, sans-serif;
	color: #666;
	resize: none;
	display: inline;
	float: left;
	margin: 5px 0 0 0;
}

form#aantekeningenDoorsturen table{
	width: 490px;
}

form#aantekeningenDoorsturen input {
	float: none;	
}

form#aantekening{
	width: 95%;
	border: 0;
}

form#aantekening input, textarea{
	height: 60px;
	margin: 0 0 10px 0;
	width: 100%;
}

	form#aantekeningenDoorsturen label.to{
		display: block;
		margin: 0 0 0 10px;
		width: 100px;
		float: left;
	}

	form#aantekeningenDoorsturen label.from{
		display: block;
		width: 80px;
		float: left;
	}

	form#aantekeningenDoorsturen table{
		line-height: 30px;
	}

	form#aantekeningenDoorsturen table span.btnSubmit{
		display: block;
		width: 109px;
		margin: 0 auto;
		overflow: hidden;
	}

	form#aantekeningenDoorsturen input.btnVersturen {
		margin: 0 auto;
		width: 109px;
		height: 50px;
		background: transparent url("../img/spriteButtons.png") -542px top no-repeat;
		border: none;
		cursor : pointer;
	}

div#doorsturencontainer{
	display: block;
	float: left;
}
div#doorsturencontainer input {
	display: block;
}
div#doorsturencontainer .btnVersturenHidden {
	display: none;
}

div.hyves-gadget{
	position: absolute;
	background: url("/bmw/img/hyves-background.png") no-repeat;
	width: 400px;
	height: 315px;
}

	div.hyves-gadget span.image{
		display: block;
		position: absolute;
		margin: 26px 17px;
	}

	div.hyves-gadget div.details{
		position: absolute;
		background: #00b5d8;
		color: white;
		height: 44px;
		margin: 255px 0 0 17px;
		width: 350px;
	}

	div.hyves-gadget div.details span{
		display: block;
		padding: 9px 0 0 10px;
		line-height: 14px;
		font-weight: bold;
		font-size: 14px;
	}

		div.hyves-gadget div.details span.postcode{
			display: block;
			padding: 0 10px;
			font-weight: normal;
			font-size: 12px;
		}

	div.hyves-gadget div.hyves-overlay-gekocht{
		position: absolute;
		background: url("/bmw/img/hyves-verkocht.png") no-repeat;
		width: 400px;
		height: 315px;
	}
	div.hyves-gadget div.hyves-overlay-gekocht.profileview {
		background: url("/bmw/img/hyves-verkocht-profileview.png") no-repeat;
		width: 380px;
	}

	div.hyves-gadget div.hyves-overlay-tekoop{
		position: absolute;
		background: url("/bmw/img/hyves-tekoop.png") no-repeat;
		width: 400px;
		height: 315px;
	}
	div.hyves-gadget div.hyves-overlay-tekoop.profileview {
		background: url("/bmw/img/hyves-tekoop-profileview.png") no-repeat;
		width: 380px;
	}

	div.hyves-gadget div.hyves-overlay-openhuis{
		position: absolute;
		background: url("/bmw/img/hyves-openhuis.png") no-repeat;
		width: 400px;
		height: 315px;
	}
	div.hyves-gadget div.hyves-overlay-openhuis.profileview {
		background: url("/bmw/img/hyves-openhuis-profileview.png") no-repeat;
		width: 380px;
	}
	
	div.hyves-gadget div.hyves-overlay-speeddate{
		position: absolute;
		background: url("/bmw/img/hyves-speedddate.png") no-repeat;
		width: 400px;
		height: 315px;
	}
	div.hyves-gadget div.hyves-overlay-speeddate.profileview {
		background: url("/bmw/img/hyves-speedddate-profileview.png") no-repeat;
		width: 380px;
	}

	div.hyves-gadget div.date{
		display: none;
		position: absolute;
		background: #002e6e;
		color: white;
		margin: 150px 0 0 4px;
		width: 116px;
		padding: 5px;
	}

		div.hyves-gadget div.date span{
			display: block;
			line-height: 14px;
			text-align: center;
		}

/* AANTEKENINGEN
---------------------- */

#terug-aantekeningen{
	display: block;
	width: 480px;
	text-align: right;
}

	#terug-aantekeningen a,
	#terug-aantekeningen a:link,
	#terug-aantekeningen a:visited {
		color:#CCCCCC;
		font: 12px/20px "Trebuchet MS","Segoe UI",trebuchet,helvetica,arial,geneva,sans-serif
		text-decoration:none;
	}

	#terug-aantekeningen a:hover,
	#terug-aantekeningen a:active {
		color:#999999;
		text-decoration:none;
	}

/* VERGELIJKEN
---------------------- */

table#woningvergelijken{
	border-bottom: 1px solid #9b9b9b;
	margin: 0 0 10px 0;
}

	table#woningvergelijken img{
		display: block;
		margin: 0 auto;
	}

	table#woningvergelijken td{
		padding: 3px;
		text-align: center;
		border-top: 1px solid #9b9b9b;
		border-right: 1px solid #9b9b9b;
		vertical-align: middle;
		width:115px;
	}

		table#woningvergelijken td.title{
			text-align:right;
			background: #ededed;
			font-weight: bold;
		}
		
		
		

