/* general */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #E9F7FD;
	background-image: url(../img/backgrounds/body_bg.png);
	background-repeat: repeat-x;
	padding-bottom: 30px;
}

img {
	border: 0px;
}

h1 {
	font-size: 18px;
	color: #532700;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 5px 20px;
}

h2 {
	color: #00A4EA;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 5px 20px;
}

h3 {
	color: #532700;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 5px 20px;
}

h4 {
	color: #00A4EA;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 5px 20px;
}

h5 {
	color: #532700;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 5px 20px;
}

h6 {
	color: #00A4EA;
	font-size: 11px;
	margin: 0px;
	padding: 0px;	
	margin: 0px 0px 5px 20px;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 170%;
}

a {
	color: #00A4EA;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #562900;
	text-decoration: none;
	font-weight: bold;
}

div#wrapper {
	width: 960px;
	margin: auto;
}


/* header */
div#header {
	width: 960px;
	height: 125px;
	background-image: url(../img/backgrounds/header_bg.jpg);
}

a#logo {
	display: block;
	margin-left: 415px;
	width: 130px;
	height: 125px;
	text-indent: -9999px;
}

div#sub_menu {
	width: 960px;
	height: 40px;
	background-image: url(../img/backgrounds/sub_menu_bg.png);	
	background-color: #763700;
}

/* content */
div#contentwrap {
	background-color: #C6EBFA;
	border-left: 1px solid #83D3F5;
	border-right: 1px solid #83D3F5;
	width: 950px;
	overflow: hidden;
	padding: 4px 4px 0px 4px;	
}


/* aanbod links */
div#aanbod_left {
	width: 285px;
	height: 480px;
	background-image: url(../img/backgrounds/left_woning_bg.gif);	
	float: left;
	margin-right: 5px;
}


/* sorteren */
div#sort {
	width: 255px;
	height: 30px;
	margin: 15px 0px 0px 15px;
	font-size: 14px;
	color: #00A4EA;
	font-weight: bold;
}

div#sort p {
	float: left;
	font-size: 14px;
	line-height: 100%;
	margin-top: 3px;
}

div#sort select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	float: right;
	width: 150px;
}

/* aanbod lijst */
div#aanbod_list {
	width: 253px;
	height: 418px;
	border: 1px solid #AFE2F8;
	overflow: auto;
	margin-left: 15px;
}

a.woning {
	display: block;
	height: 70px;
	border-bottom: 1px solid #AFE2F8;
	text-decoration: none;
	font-weight: normal;
}

a.woning:hover {
	background-color: #00A4EA;
	border-bottom: 1px solid #00A4EA;
}

a.woning img {
	border: 2px solid #AFE2F8;
	padding: 1px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

a.woning:hover img {
	border: 3px solid #ffffff;
	padding: 0px;
}

a.woning span {
	cursor: hand;
}

a.woning span.street {
	color: #055394;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 10px;
	display: block;
	float: left;
	width: 145px;
}

a.woning:hover span.street,
a.woning:hover span.address,
a.woning:hover span.price 
 {
	color: #ffffff;
}

a.woning span.address,
a.woning span.price {
	margin-left: 5px;
	margin-top: 2px;
	display: block;
	float: left;
	width: 145px;
	font-size: 11px;
	color: #666666;
}

a.woning span.price {
	font-weight: bold;
}


/* aanbod rechts */
div#aanbod_right {
	width: 660px;
	height: 480px;
	background-image: url(../img/backgrounds/right_woning_bg.gif);	
	float: left;
}

div#right_top {
	width: 630px;
	height: 35px;
	margin: 10px 0px 0px 15px;
}


/* buttons */
a.button {
	background-repeat: no-repeat;
	padding: 7px 25px 0px 38px;
	display: block;
	float: left;
	height: 20px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #00A4EA;
}

a.button:hover {
	color: #532700;
}

a.search {
	background-image: url(../img/search_btn.gif);
}

a.search:hover {
	background-image: url(../img/search_btn_hover.gif);
}

a.list {
	background-image: url(../img/list_btn.gif);
}

a.list:hover {
	background-image: url(../img/list_btn_hover.gif);
}

a.alternative {
	background-image: url(../img/alternative_btn.gif);
}

a.alternative:hover {
	background-image: url(../img/alternative_btn_hover.gif);
}

a.back {
	background-image: url(../img/back_btn.gif);
}

a.back:hover {
	background-image: url(../img/back_btn_hover.gif);
}

a.map {
	background-image: url(../img/map_btn.gif);
}

a.map:hover {
	background-image: url(../img/map_btn_hover.gif);
}


/* google maps block */
div#map {
	width: 628px;
	height: 416px;
	border: 1px solid #AFE2F8;
	margin-left: 15px;
}


/* gehele breedte */
div#content-large {
	width: 950px;
	height: 480px;
	background-image: url(../img/backgrounds/large_block_bg.png);	
}


/* detailmenu huis */
ul#detail_menu {
	width: 177px;
	height:420px;
	margin: 45px 0px 0px 14px;
	display: inline-block;
	padding: 0px;
	background-image: url(../img/backgrounds/detail_menu_pixel.gif);	
	background-repeat: repeat-y;
	background-position: right;
	list-style: none;
	overflow: hidden;
	float: left;
}

ul#detail_menu li a {
	display: block;
	width: 165px;
	overflow: hidden;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #763700;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 0px;
	padding-left: 10px;
}

ul#detail_menu li a:hover{
	color: #00A4EA;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 0px;
}

ul#detail_menu li a.selected,
ul#detail_menu li a.selected:hover {
	color: #00A4EA;
	border-left: 1px solid #AFE2F8;
	border-bottom: 1px solid #AFE2F8;
	border-top: 1px solid #AFE2F8;
	border-right: 1px solid #ffffff;
}


/* detailbuttons huis */
div#detail_buttons {
	width: 749px;
	height: 35px;
	margin: 10px 0px 0px 10px;
	float: left;
}


/* detailcontent huis */
div#detail_block {
	width: 743px;
	height: 420px;
	float: left;
	overflow: hidden;
}

div#detail_block_top {
	height: 298px;
	overflow: auto;
	border-bottom: 1px solid #AFE2F8;
	padding: 0px;
	padding-bottom: 20px;
	width: 743px;
}

div#detail_block_bottom {
	height: 70px;
	width: 743px;
	border-top: 1px solid #AFE2F8;
	padding: 10px;
}

div#spacer {
	height: 10px;
	width: 743px;
	overflow: hidden;
	background-image: url(../img/backgrounds/spacer.png);	
}

div#thumbnails {
	width: 678px;
	height: 70px;
	display: inline;
	float: left;
	overflow: hidden;
	padding-left: 5px;
}

div#scroller {
	width: 9999px;
}

a.detail_thumb img {
	padding: 1px;
	border: 2px solid #85D4F5;
	margin-right: 5px;
}

a.detail_thumb:hover img {
	border: 2px solid #532700;
}

a#left_thumbs {
	display: block;
	width: 20px;
	height: 70px;
	background-image: url(../img/img_btn_top.gif);
	float: left;
}

a#left_thumbs:hover {
	background-image: url(../img/img_btn_top_hover.gif);	
}

a#right_thumbs {
	display: block;
	width: 20px;
	height: 70px;
	background-image: url(../img/img_btn_bottom.gif);	
	float: left;
}

a#right_thumbs:hover {
	background-image: url(../img/img_btn_bottom_hover.gif);	
}

/* googlemaps detailpagina */
div#maps_border {
	width: 717px;
	height: 394px;
	margin: 10px;
	border: 2px solid #85D4F5;
	padding: 1px;
}

div#map-large {
	width: 717px;
	height: 394px;
}


/* grote afbeelding link */
a#large-h {
	padding: 1px;
	border: 2px solid #85D4F5;
	float: left;
	margin: 10px 0px 0px 10px;
}

a#large-h img {
	float: left;
}


/* zoombutton */
a#large-h span.zoom {
	width: 40px;
	height: 40px;
	margin-top: -40px;
	margin-left: 579px;
	float: left;
	background-image: url(../img/zoom.gif);
}

a#large-h:hover span.zoom {
	background-image: url(../img/zoom_hover.gif);
}

/* omschrijving */
p.description {
	padding-left: 20px;
	padding-right: 20px;	
	margin-bottom: 10px;
}

h3.detail {
	color: #00A4EA;
	margin: 0px;
	padding: 0px;
	font-size: 14px;	
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 10px;
}

table#kenmerken {
	font-size: 11px;
	width: 685px;
	margin-left: 20px;
}

table#kenmerken td.left {
	width:195px;
	padding: 6px 0px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #E0E0E0;
}

table#kenmerken td.right {
	width: 490px;
	padding: 6px 0px;
	border-bottom: 1px solid #E0E0E0;
}

h1.street {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #532700;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 2px;
}

h2.address {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
	margin-bottom: 10px;
}


/* lijstweergave */
div#content-large-list {
	width: 950px;
	height: 480px;
	background-image: url(../img/backgrounds/large_block_list_bg.gif);
	float: left;
	overflow: hidden;
}

div#list_buttons {
	width: 955px;
	height: 35px;
	margin-top: 10px;
	padding-left: 15px;
}

div#list_buttons p {
	float: left;
	font-size: 14px;
	line-height: 100%;
	margin-top: 7px;
	color: #00A4EA;
	font-weight: bold;
}

div#list_buttons select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	width: 150px;
	float: left;
	margin: 3px 20px 0px 10px;
}

div#list_block {
	width: 918px;
	height: 398px;
	border: 1px solid #AFE2F8;
	margin-left: 15px;
	overflow: auto;
	padding-bottom: 20px;
}

a.listitem {
	display: block;
	height: 60px;
	border-bottom: 1px solid #AFE2F8;
	padding: 10px;
	text-decoration: none;
	background-image: url(../img/backgrounds/list_view_arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

a.listitem:hover {
	background-color: #00A4EA;
	border-bottom: 1px solid #00A4EA;
	background-image: url(../img/backgrounds/list_view_arrow_hover.gif);
}

a.listitem img.list_thumb {
	margin: 0px;
	padding: 1px;
	border: 2px solid #AFE2F8;
	display: block;
	float: left;
	margin-right: 10px;
}

a.listitem:hover img.list_thumb {
	padding: 0px;
	border: 3px solid #ffffff;
}

a.listitem span.street {
	font-weight: bold;
	color: #055394;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

a.listitem span.address {
	font-size: 11px;
	color: #666666;
	line-height: 150%;
	padding-top: 2px;
	display: block;
	float: left;
	width: 150px;
}

a.listitem:hover span.street,
a.listitem:hover span.address,
a.listitem:hover table,
a.listitem:hover span.price {
	color: #ffffff;
}

a.listitem table {
	color: #666666;
	width: 300px;
	float: left;
	margin-right: 20px;
}

a.listitem table td.left {
	width: 90px;
}

a.listitem table td.left_in {
	width: 90px;
}

a.listitem table td.right {
	width: 60px;
}

a.listitem table td.right_in {
	width: 60px;
}

a.listitem span.price {
	color: #055394;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	display: block;
}

div#brochure-adobe {
	width: 703px;
	height: 22px;
	margin-left: 20px;
	margin-top: 30px;
	border: 1px solid #C6EBFA;
	background-color: #EDF9FE;
	text-align: center;
	padding-top: 8px;
	color: #666666;
}

div#brochure-adobe a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

table#brochures a.b_arrow {
	width: 9px;
	height: 13px;
	display: block;
	background-image: url(../img/backgrounds/brochure_arrow.gif);
}

table#brochures a.b_arrow:hover {
	background-image: url(../img/backgrounds/brochure_arrow_hover.gif);
}

table#brochures {
	font-size: 11px;
	width: 703px;
	margin-left: 20px;
	margin-top: 20px;
}

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

table#brochures a:hover {
	text-decoration: underline;
	color: #666666;
}

table#brochures td.left {
	width:323px;
	padding: 6px 0px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #E0E0E0;
}

table#brochures td.left a {
	color: #00A4EA;
}

table#brochures td.right {
	width: 360px;
	padding: 6px 0px;
	border-bottom: 1px solid #E0E0E0;
}

table#brochures td.arrow {
	width: 20px;
	padding: 6px 0px;
	border-bottom: 1px solid #E0E0E0;
}

/* footer */
div#footer {
	width: 960px;
	height: 90px;
	overflow:hidden;
	background-image: url(../img/backgrounds/footer_bg.jpg);	
	padding-top: 10px;
	display:block;
}

a#vbo {
	text-indent: -999px;
	display: block;
	width: 140px;
	height: 30px;
	margin-left: 20px;
	float: left;
}

div#contact {
	float: right;
	text-align: right;
	margin-right: 30px;
	margin-top: 5px;
	display: inline;
}

div#contact,
div#contact a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div#contact a {
	margin-left: 20px;
}

/* home */
div#home-top {
	width: 950px;
	height: 290px;
	background-image: url(../img/backgrounds/home_top_bg.gif);		
}

div#home-image {
	border: 1px solid #A8E0F8;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

div#home-top-txt {
	float: left;
	width: 280px;
	height: 270px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: auto;
}

div#home-top-txt h1 {
	font-size: 18px;
	color: #00A4EA;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

div#home-top-txt p {
	margin-bottom: 10px;
}

div#home-bottom {
	width: 950px;
	height: 185px;
	margin-top: 5px;
}

div#home-search {
	width: 226px;
	height: 185px;
	background-image: url(../img/backgrounds/search_home_bg.gif);	
	float: left;
	margin-right: 5px;
}

div.home-house {
	width: 256px;
	height: 185px;
	float: left;
	margin-right: 5px;
	background-image: url(../img/backgrounds/house_home_bg.gif);
}

div#home-aanbod {
	width: 195px;
	height: 185px;
	background-image: url(../img/backgrounds/offer_home_bg.jpg);
	float: left;
}

div#home-search h2,
div.home-house h2 {
	color: #00A4EA;
	font-size: 14px;
	margin: 10px;
	padding: 0px;
	margin-bottom: 8px;
}

div.houses {
	width: 236px;
	margin-left: 8px;
	border: 1px solid #AFE2F8;
	border-bottom: 0px;
}

div#home-search select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	width: 156px;
	float: right;
	margin: 3px 0px 0px 10px;
}

div#home-search table {
	margin-left: 10px;
}

div#home-search table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table#selection {
	border-top: 1px solid #AFE2F8;
}

div#home-search select.price {
	width: 75px;
	margin: 0px 0px 0px 0px;
	margin-left: 6px;
}

input#searchbutton {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
}

div#home-aanbod a {
	color: #00A4EA;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 185px;
	height: 37px;
	padding-top: 148px;
	padding-left: 10px;
}


/* pagina */
div#page-left {
	width: 255px;
	height: 480px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

div#page-right {
	width: 660px;
	height: 460px;
	float: left;
	background-image: url(../img/backgrounds/page_right_bg.gif);
	padding: 10px 10px 10px 20px;
}

div#page-right-txt {
	overflow: auto;
	width: 650px;
	height: 460px;
	padding-right: 10px;
}

div#page-right h1 {
	font-size: 18px;
	color: #532700;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

div#page-right h2 {
	color: #00A4EA;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

div#page-right p {
	margin-bottom: 15px;
}

div#page-left-new {
	width: 255px;
	height: 254px;
	background-image: url(../img/backgrounds/page-left-houses-new.gif);
}

div#page-left-seen {
	width: 255px;
	height: 184px;
	background-image: url(../img/backgrounds/page-left-houses-seen.gif);
	margin-top: 5px;
}

div#page-left-seen h2,
div#page-left-new h2 {
	color: #00A4EA;
	font-size: 14px;
	margin: 0px;
	padding: 8px 10px;
}


/* Uitgelicht */
div#home-uitgelicht {
	width: 195px;
	height: 185px;
	float: left;
}

div#home-uitgelicht a {
	width: 185px;
	height: 185px;
	display: block;
	padding-left: 10px;
	background-image: url(../img/backgrounds/uitgelicht_bg.gif);
}

div#home-uitgelicht a:hover {
	background-image: url(../img/backgrounds/uitgelicht_bg_hover.gif);	
}

div#home-uitgelicht a h2 {
	color: #00A4EA;
	font-size: 14px;
	padding: 10px;
	padding-left: 0px;
	padding-bottom: 8px;
}

div#home-uitgelicht a:hover h2 {
	color: #ffffff;
}

div#home-uitgelicht a img {
	border: 2px solid #AFE2F8;
	padding: 1px;
	margin-bottom: 5px;
	margin-top: 6px;
	display: block;
}

div#home-uitgelicht a:hover img {
	border: 3px solid #ffffff;
	padding: 0px;
}

div#home-uitgelicht a span {
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}


div#home-uitgelicht a span.street {
	color: #055394;
	font-weight: bold;
}

div#home-uitgelicht a:hover span.address,
div#home-uitgelicht a:hover span.price,
div#home-uitgelicht a:hover span.street {
	color: #ffffff;
}

div#home-uitgelicht a span.address,
div#home-uitgelicht a span.price {
	display: block;
	float: left;
	width: 145px;
	font-size: 11px;
	color: #666666;
}

div#home-uitgelicht a span.address {
	font-weight: normal;
}

/* afbeeldingen */
a.woning div.brochure,
a.woning:hover div.brochure {
	width: 16px;
	height: 16px;
	float: right;
	border-color: red;
	margin-top: -7px;
	margin-right: 2px;
	text-indent: -9999px;
	background-image: url("../img/doc-off.gif");
	background-repeat:no-repeat;
}

a.woning:hover div.brochure {
	background-image: url("../img/doc-on.gif");
}

a.woning div.film,
a.woning:hover div.film {
	width: 16px;
	height: 16px;
	float: right;
	border-color: red;
	margin-top: -7px;
	margin-right: 12px;
	text-indent: -9999px;
	background-image: url("../img/movie-off.gif");
	background-repeat:no-repeat;
}

a.woning:hover div.film {
	background-image: url("../img/movie-on.gif");
}
/* woningafbeeldingen */

a.woning img.status ,
a.listitem img.status {
	margin-left: -78px;
	margin-top: 25px;
	float: left;
	border: 0px;
}

a.woning:hover img.status ,
a.listitem:hover img.status {
	margin-left: -77px;
	margin-top: 26px;
	float: left;
	border: 0px;
}

a.woning img.status_2,
a.listitem img.status_2 {
	margin-left: -78px;
	margin-top: 16px;
	border: 0px;
	float: left;
}

a.woning:hover img.status_2 ,
a.listitem:hover img.status_2 {
	margin-left: -77px;
	margin-top: 17px;
}

a.woning img.status_3 ,
a.listitem img.status_3 {
	margin-left: -78px;
	margin-top: 23px;
	float: left;
	border: 0px;
}

a.woning:hover img.status_3 ,
a.listitem:hover img.status_3 {
	margin-left: -77px;
	margin-top: 24px;
}

a.listitem img.status ,
a.listitem:hover img.status {
margin-left: -86px;
margin-top: 16px;
width: 73px;
}

a.listitem img.status_2 ,
a.listitem img.status_3 ,
a.listitem:hover img.status_2 ,
a.listitem:hover img.status_3 {
margin-left: -87px;
margin-top: 16px;
}

/* Update Logo's 11-12-2009 */
div#header {
	position:relative;
}

a#vbo {
	position: absolute;
	top: 80px;
	left:17px;
	text-indent: 0px;
}

a#logo1 {
	width:88px;
	height:31px;
	margin-left:11px;
	margin-top: 6px;
}

a#logo2 {
	width:195px;
	height:45px;
	margin-left:15px;
	margin-top:5px;
}

a#logo3 {
	width:100px;
	height:35px;
	margin-left:15px;
	margin-top:5px;
}

a#logo4 {
	width:85px;
	height:41px;
	margin-left: 15px;
	margin-top: 5px;
}

a.logo {
	float:left;
}
