/* BLANCO SERVICE WEBSITE */


html{
    margin: 0px;
    padding: 0px;

    min-width: 949px;

}


body {
	background: #f6f0f0 url('/img/bg_body.png') 0px -115px repeat-x;
    color: #333;
    font-family:  Verdana, Tahoma, sans-serif;
    font-size: 11px;
	margin:0;
	padding0;
}

a{
	color:#333;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

UL, ul {
    list-style-image: url('/img/bullet.gif');
    margin-top: 4px;
}

LI {
    list-style-image: url('/img/bullet.gif');
    margin-left: 26px;
}

input, select, option, textarea {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;

    color: #000000;
}

div {
    vertical-align: top;
    position: relative;
}

H1 {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 18px;
    color: #333;
    margin: 0;
}



H2 {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0;
}

/* hr {
    height: 2px;

    border: none;

    background-color: #231F20;
    background-image: url(/img/hr.gif);
    background-repeat: repeat-x;
    background-position: top left;

    margin: 8px 0px 8px 0px;
} */

a img{
	border: 0;
}

.stippellijn {
    height: 2px;

    border: none;

    background-color: #3D3B3C;
    background-image: url('/img/stippellijn.gif');
    background-repeat: repeat-x;
    background-position: top left;

    margin: 8px 0px 8px 0px;
}

.kader {
    border: 3px solid #FFFFFF;
}

form {
    margin: 0px 0px 0px 0px;
}

#container {
    height:auto !important;
    height:100%;
    margin: 0 auto;
    min-height:100%;
    min-width: 949px;
    overflow: visible;
    padding-bottom: 145px;
    position: relative;
    width: 949px;
    z-index: 98;
}

#header {
	background: url('/img/bg_content.png')  199px 0 repeat-y;
	height:225px;
    position: relative;
    top: 0px;
    z-index: 0;
}

#sidebar {
    float: left;
	margin: 0 10px 0 0;
	position: relative;
    top: -110px;
    width: 189px;
    z-index: 1;
}

#content {
	background: url('/img/bg_content.png') top left repeat-y;
    min-height: 500px;
    overflow: hidden;
    padding: 0px 0px 30px 25px;
    position: relative;
    width: 725px;
    z-index: 0;
}

body.home #content{
	padding-top:60px;
}

#page {
    position: relative;

    height: 100%;
    margin-bottom: 26px;

    padding: 0px 19px 0px 11px;
}

#sitefooter {
	background:#013b69 url('/img/bg_footer.png') left top repeat-x;
	
    position: relative;
    margin: 0 auto;

    min-width: 100%;
    width: 100%;
    height: 145px;

    margin-top: -145px;

    z-index: 10000;
}


/* HEADER */

div#topmost{
	color:#fff;
	height:30px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	text-align:right;
	width:949px;
}

div#topmost ul{
	bottom:0;
	margin: 0;
	overflow:hidden;
	padding: 0;
	position: absolute;
	right: 0;
}

div#topmost ul li{
	display: block;
	float:left;
	height:23px;
	list-style: none;
	margin: 0px;
	overflow:visible;
	padding:0;
	text-transform: uppercase;
}

div#topmost a{
	color:#d4cbcb;
	display:block;
	font-weight:normal;
	height:13px;
	padding: 0 10px 10px 10px;
	text-decoration: none;
}

div#topmost a:hover,
div#topmost a.active{
	color:#fff;
	background: url('/img/indicator_arrow-top.png') center bottom no-repeat;
}



#logo_link {
    position: absolute;
    top: -15px;
    left: 1px;
    z-index: 105;
}

#kantoor {
    position: absolute;
    top: 28px;
    left: 330px;
}

a#homdh-header_button {
	background: url('/img/bg_homdhbutton.png') center center no-repeat;
	bottom: -50px;
	color:#fff;
	display: block;
	height: 131px;
    position: absolute;
    right: -25px;
    text-decoration:none;
    text-transform: lowercase;
    width: 230px;
    z-index: 105;
}

a#homdh-header_button:hover{
	color:#333;
}

#homdh_button-p1 {
	display: block;
	margin: 25px 0 0 25px;
	font-size: 18px;
}
#homdh_button-p2 {
	display: block;
	margin: 0 0 0 25px;
	font-style: italic;
	font-size: 14px;
}
#homdh_button-p3 {
	display: block;
	margin: 10px 0 0 60px;
	font-size: 14px;
}


#headeroverlay,
.headerfoto{
	bottom: 0;
	height: 213px;
	position: absolute;
	right: 0;
	width: 750px;
}

#headeroverlay{
	background: url('/img/header_overlay.png') top left no-repeat;
	z-index: 100;
}
.headerfoto{
	background: url('/img/header_pic.jpg') top left no-repeat;
	z-index: 99;
}


/* MENU */

#menuitem_contact {
}

#menuitem_home {
}

#menu {
    z-index: 99;
    font-size: 14px;
}

div.menu-sidebar ul{
	margin:0;
	padding:0;
}

div.menu-sidebar li.menu-item {
	display: block;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

div#menu > ul.menu > li.menu-item > a,
div#menu > ul.menu > li.menu-item > span.menu-label{
	background: url('/img/bg_menu.png') 0px 0px no-repeat;
	color:#fff;
	display: block;
	font-weight:normal;
	height: 19px;
	margin: 0 0 7px 0;
	padding: 2px 10px;
    text-decoration: none;
    text-transform:lowercase;
	width:153px;
}

div#menu > ul.menu > li.menu-item > a:hover,
div#menu > ul.menu > li.menu-item.active > span.menu-label,
div#menu > ul.menu > li.menu-item.has-child-active > a{
	color:#fff;
    background-position: 0 -25px;
}

div#menu li.menu-item ul.submenu{
	bottom:5px;
	margin-bottom:10px;
	position: relative;
}


div#menu li.menu-item ul.submenu li a,
div#menu li.menu-item ul.submenu li span{
	color:#707070;
	font-size: 12px;
	padding-left:35px;
	text-decoration: none;
	text-transform: lowercase;
}

div#menu li.menu-item ul.submenu li a:hover,
div#menu li.menu-item ul.submenu li.active span,
div#menu li.menu-item ul.submenu li.has-child-active a{
	background: url('/img/bullet.png') 15px center no-repeat;
	color:#003b69;
}

#menu * {
    z-index: 99;
}

.menu_horizontaal {
    position: absolute;
    top: 165px;
    left: 0px;

    width: 940px;
    min-height: 18px;

    padding: 0 0 0 0;
/*    background-image: url(/img/background_menu.gif); */
/*    background-repeat: no-repeat; */
}

.menu_verticaal {
    position: relative;
    width: 150px;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    text-align: left;
}

.menu_horizontaal > .spacer {
    position: relative;
    display: inline;
    float: left;

    margin-top: 0px;
}

.menu_verticaal > .spacer {
    position: relative;
    margin-top: 0px;
}

.spacer {
    __position: relative;
    __margin-top: 0px;
}

.menu_horizontaal > .menuitem, .menu_horizontaal > .menuitem_hover, .menu_horizontaal > .menuitem_active {
    position: relative;
    display: inline;
    float: left;

    margin: 0 4px 0 0;
    padding: 0 0 0 0;

    height: 20px;

    z-index: 12;
}

.menu_verticaal > .menuitem, .menu_verticaal > .menuitem_hover, .menu_verticaal > .menuitem_active {
    position: relative;
    margin: 0 0 2px 0;
    padding: 0 0 0 0;
    z-index: 12;
}


#menu > .menuitem {
    color: #333;
    z-index: 98;
}



#menu > .menuitem img, #menu > .menuitem_hover img, #menu > .menuitem_active img {
    position: relative;

    padding: 1px 6px 0 6px;
    margin: 0px;
}

.menuitem img, .menuitem_hover img, .menuitem_active img {
    __position: relative;

    __padding: 2px 10px 0 0;
    __margin: 0px;
}

#menu > .menuitem img {
/*    background-image: url(/img/background_menuitem.gif); */
    background-repeat: no-repeat;
    background-position: top left;
}

#menu > .menuitem_hover img {
/*    background-image: url(/img/background_menuitem_hover.gif); */
    background-repeat: no-repeat;
    background-position: top left;
}

#menu > .menuitem_active img {
/*    background-image: url(/img/background_menuitem_active.gif); */
    background-repeat: no-repeat;
    background-position: top left;
}

.menu_aanbod {
}

.menu_aanbod img {
}

.submenu {
    overflow: visible;

    width: 150px;
    margin: 0 0 3px 0;
    padding: 0 0 0 0;

    z-index: 10;

    text-align: left;
}

.submenu_klap {
    position: absolute;
    visibility: hidden;

    top: 20px;
    left: 0px;

    z-index: 4;
}

.submenu_klik {
    position: relative;
}

.submenu .menuitem, .submenu .menuitem_hover, .submenu .menuitem_active {
    position: relative;

    width: 150px;
    min-height: 18px;

    margin: 3px 0 0 0;
    padding: 0 0 0 0;

    background-repeat: no-repeat;

    z-index: 10;
}

.submenu .menuitem {
/*    background-image: url(/img/submenuitem.gif); */
/*    background-repeat: repeat-x; */
    background-color: orange;
}

.submenu .menuitem_hover {
/*    background-image: url(/img/submenuitem_hover.gif); */
/*    background-repeat: repeat-x; */
/*    background-color: #500a2d; */
}

.submenu .menuitem_active {
/*    background-image: url(/img/submenuitem_hover.gif); */
/*    background-repeat: repeat-x; */
    background-color: #ff0000;
}

.submenu .menuitem img, .submenu .menuitem_hover img, .submenu .menuitem_active img {
    margin: 0 0 0 0;
    padding: 0 6px 0 6px;
}

.subsubmenu {
    width: 120px;
    top: -3px;
    left: 153px;

    margin: 0 0 0 0;

    overflow: visible;
}

#sidebar .menu-item.item-44 a,
#sidebar .menu-item.item-44 span{
	background: url('/img/schatting_button.png') left top no-repeat;
	display:block;
	height: 101px;
	margin: 75px auto;
	text-indent: -9999em;
	width: 101px;
}


/* CONTENT */

#contenttitlebar {
	border-bottom: 1px dashed #333;
	margin-bottom:10px;
    position: relative;
    width: 100%;
    height: 55px;
}


div#contenttitlebar h1{
	bottom: 10px;
	font-size: 30px;
	left:0px;
	position:absolute;
	text-transform: lowercase;
}


#top_links {
    position: absolute;
    width: 700px;
    height: 21px;

    top: 1px;
    left: 140px;
}

.toplinks {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #FCCDCE;
    text-decoration: none;
    float: left;
}

.topspacer {
    margin-left: 13px;
    margin-right: 13px;
    margin-top: -1px;
    float: left;
}


/* FOOTER */

#footer {
	background: url('/img/bg_footertext.png') 199px 0px no-repeat;
    height:145px;
    margin: 0 auto;
    padding-left:199px;
    position: relative;
    width: 750px;
    z-index: 10000;
}

#hmodhbg {
    position: absolute;
    top: 0px;
    left: -86px;

    visibility: hidden;
    z-index: 10000;
}

#hmodh {
    position: absolute;
    top: -7px;
    left: -20px;
    z-index: 10000;
}

#contactbg {
    position: absolute;
    top: 0px;
    right: -74px;

    visibility: hidden;
    z-index: 10000;
}

#contact {
    position: absolute;
    top: -7px;
    right: -12px;
    z-index: 10000;
}

#footertext {
    position: absolute;

    width: 390px;
    height: 52px;

    top: 8px;
    left: 381px;

    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
    text-align: center;
    text-transform: none;

    z-index: 10000;
}

div.footertext{
	border-right: 1px solid #4a7292;
	color: #fff;
	float: left;
	font-size:9px;
	height: 105px;
	margin: 20px 0;
	padding: 0 20px;
}

div.footertext a{
	color:#fff;
}
div.footertext a:hover{color:#ccc}

div.footertext p{margin:0 0 1em 0}

div#footer-contact{width: 176px;}
div#footer-sitemap{width: 190px;}
div#footer-extrainfo{
	border-right: none;
	width: 262px;
}


div#footer-sitemap .title{
	text-transform: uppercase;
}


div#footer ul.menu{
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
}

div#footer ul.menu li{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

div#footer ul.menu li.nolink{
	font-style: italic;
}

/* SPLASH */

html body.splash{
	background:#003b69 url('/img/bg_splash.png') top center repeat-x;
	color:#fff;	
}


body.splash ul#splash-items{
	margin: 163px auto 0px auto;
	padding:0;
	overflow: hidden;
	width: 950px;
}

ul#splash-items li{
	display:block;
	float:left;
	height: 490px;
	list-style: none;
	margin:0;
	padding:0;
	width: 237px;
}

ul#splash-items li a{
	display: block;
	height:85px;
	padding:228px 0 0 0;
	overflow: visible;
	width: 237px;
}

ul#splash-items li img.splash-logo{
	border-right: 1px solid #acb9c7;
	height:85px;
	margin:0;
	padding:0;
	width:236px;
}

ul#splash-items li div.splash-contact_info{
	border-right: 1px solid #4a7292;
	font-size:0.85em;
	height: 110px;
	margin: 57px 0 0 0;
	padding: 0 38px;
	width: 160px;
}

ul#splash-items li p.name{
	height: 24px;
	text-transform: uppercase;
}

/* removing border for the last item */
ul#splash-items li#splash-vanhoutteghempersoons img.splash-logo,
ul#splash-items li#splash-vanhoutteghempersoons div.splash-contact_info{
	border-right: none;
}

/* splash picture */
ul#splash-items li{
	background-image: url('/img/bg_splash_picture.jpg');
	background-repeat: no-repeat;
}

/* default set */
ul#splash-items li#splash-neletassaert{background-position: 0px 0px;}
ul#splash-items li#splash-landbouwkrediet{background-position: -237px 0;}
ul#splash-items li#splash-verzekeringenvanhoutteghem{background-position: -474px 0;}
ul#splash-items li#splash-vanhoutteghempersoons{background-position: -711px 0;}

/* inactive set */
ul#splash-items:hover li#splash-neletassaert{background-position: 0px -500px;}
ul#splash-items:hover li#splash-landbouwkrediet{background-position: -237px -500px;}
ul#splash-items:hover li#splash-verzekeringenvanhoutteghem{background-position: -474px -500px;}
ul#splash-items:hover li#splash-vanhoutteghempersoons{background-position: -711px -500px;}

/* active set */
ul#splash-items:hover li#splash-neletassaert:hover{background-position: 0px -1000px;}
ul#splash-items:hover li#splash-landbouwkrediet:hover{background-position: -237px -1000px;}
ul#splash-items:hover li#splash-verzekeringenvanhoutteghem:hover{background-position: -474px -1000px;}
ul#splash-items:hover li#splash-vanhoutteghempersoons:hover{background-position: -711px -1000px;}




/* HOMEPAGE */



.home_text_content{
	width: 335px;
}

div#waardebepaling{
	background: url('/img/bg_phone-icon.png') 30px center no-repeat;
	border-bottom: 1px dashed #333333;
	border-top: 1px dashed #333333;
	color:#003b69;
	font-size: 18px;
	font-weight:bold;
	line-height:1.1em;
	margin:15px 0;
	padding:15px 0 15px 105px;
	text-transform:lowercase;
	width:230px;
}

div#waardebepaling p{margin: 0px;}
div#waardebepaling p.label span{font-weight: normal}
div#waardebepaling p.phone{font-size:24px;margin-top: 10px;}

.biv > * {
    font-size: 10px;
}

.biv a.biv_link,
.biv a.cib_link{
	display:block;
	float:left;
	height: 44px;
	margin: 0 15px 10px 0;
	width:55px;
}

.biv ul#biv_lid_list{
	margin: 0 0 1em 0;
	padding: 0;
}

.biv ul#biv_lid_list li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.nieuwsitem {
    position: relative;
    width: 435px;
    height: 95px;
}

.nieuwsheadline {
    position: absolute;
    overflow: hidden;

    width: 435px;
    height: 13px;
    top: 0px;
    left: 0px;

    font-size: 12px;
    font-weight: bold;
    color: #7f0f13;

    text-align: left;
    text-transform: uppercase;
}

.nieuwsheadline A {
    font-size: 12px;
    font-weight: bold;
    color: #7f0f13;

    text-transform: uppercase;
    text-decoration: none;
}

.nieuwscontent {
    position: absolute;

    width: 435px;
    height: 62px;
    top: 20px;
    left: 0px;

    line-height: 13px;
    text-decoration: none;

    overflow: hidden;
}

.nieuwscontent A {
    line-height: 13px;
    text-decoration: none;
}

.nieuwslink {
    position: absolute;

    width: 435px;
    height: 13px;
    top: 83px;
    left: 0px;

    color: #FFFFFF;
    text-align: right;
}

div#panden-idk-module{
	background:#e4e4e4;
	border: 1px #d1cccc solid;
	border-radius: 5px;
	padding: 10px;
	position:absolute;
	right:0;
	top:60px;
	width: 335px;

	behavior: url("http://www.neletassaert.be/css/PIE.php");
}


div#kijker {
    width: 335px;
    height: 385px;
}

.kijker_1 {
    position: relative;
    width: 336px;
    height: 385px;
}

.kijker_pand_1, .kijker_pand_2, .kijker_pand_3 {
	background:#E4E4E4;
    position: absolute;

    width: 336px;
    height: 385px;
    top: 0px;
    left: 0px;
}

div.kijkertitle h2{
	font-size:16px;
	font-weight:bold;
	margin:7px 0;
	text-transform: uppercase;
}

div.kijker_descr{
	background: url('/img/bg_delimiter.png') center bottom repeat-x;
	padding-bottom: 1em;
	margin-bottom: 0.5em;
}

div.kijker_prijs{
	bottom:0;
	font-size: 16px;
	font-weight:bold;
	left:0;
	position: absolute;
}

.kijker_foto{
	border:4px solid #fff;
}

.kijker_sticker{
	height:135px;
	left: 0;
	position:absolute;
	top: 0;
	width: 135px;
}

a.more_info{
	background: url('/img/bg_meer-info.png') center center no-repeat;
	bottom:0;
	color:#fff;
	display:block;
	font-size:14px;
	height:18px;
	padding:2px 13px;
	position: absolute;
	right:0;
	text-decoration:none;
	text-transform:lowercase;
	width:79px;
}

#referenties {
    position: relative;

    width: 948px;
    height: 185px;

    overflow: hidden;

    border-bottom: 1px solid #827C7E;
    border-left: 1px solid #827C7E;
    border-top: 1px solid #827C7E;
    border-right: 1px solid #827C7E;

    background-color: #3D3B3C;
    background-image: url(/img/background_content.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
}


#icon_referenties_bottom_left {
    position: absolute;
    width: 18px;
    height: 18px;

    top: -18px;
    left: 0px;
}

#referentiekader {
    position: relative;

    width: 1250px;
    height: 161px;
    top: 20px;
    left: 20px;

    clip: rect(0px, 908px, 161px, 0px);
    overflow: hidden;
}

#refscroll {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
}

#refmask {
    position: absolute;
    top: 19px;
    left: 20px;
}

#refpand {
    position: relative;
    width: 368px;
    height: 153px;

    border-left: 1px solid #827C7E;
    border-right: 1px solid #231F20;

    float: left;

    margin-bottom: 13px;
}

#refpandbg {
    position: absolute;
    width: 209px;
    height: 162px;
    top: -7px;
    left: 10px;
}

#refpandfoto {
    position: absolute;
    width: 186px;
    height: 138px;
    top: 5px;
    left: 22px;
}

#refpandverkocht {
    position: absolute;
    width: 137px;
    height: 26px;
    top: 8px;
    left: 220px;
}

#refpandtype {
    position: absolute;
    width: 137px;
    height: 13px;
    top: 113px;
    left: 220px;

    font-weight: bold;
}

#refpandgemeente {
    position: absolute;
    width: 137px;
    height: 13px;
    top: 126px;
    left: 220px;

    font-weight: bold;
    color: #F0B310;
}


/* CONTACT */

.contactform {
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
}

#contact_kantoren {
    float: left;
    width: 310px;

}

#contact_kaart {
    float: right;
    width: 402px;

}

#contact_kaart_rel {
    position: relative;
    width: 402px;
    height: 200px;
}

#contact_kaart_abs {
    position: absolute;
    width: 400px;
    height: 200px;
    top: 0px;
    left: 0px;
}

#contact_hr {
     float: left;
     width: auto;
}

#contact_forms {
    float: left;
    position: relative;
    width: 100%;
    height: 320px;
}

#contactform td, #contactform td * {
}

#contactform .input {
    width: 250px;
}

#contactform .checkbox {
}

#contactform button {
    width: auto;
}

#contactform textarea {
    height: 120px;
	padding: 2px;
    width: 719px;
}


/* CONTACT INFO */

.contactinfo_selectbox {
    width: 300px;
}

.contactinfo_inputtext {
    width: 200px;
}

.contactinfo_inputtext_zip {
    width: 50px;
}

.contactinfo_inputtext_gemeente {
    width: 141px;
}

.contactinfo_textarea {
    width: 294px;
    height: 120px;
}


/* AANBOD */

#google_zoek {
    position: relative;
    width: 780px;
    height: 583px;
    overflow: hidden;

    background-color: #3D3B3C;

    font-size: 13px;
}

#tip_zoomregio {
    position: absolute;
    width: 430px;
    height: 15px;

    top: 476px;
    right: 5px;
}

#google_zoek h2 {
    font-weight: bold;
    font-size: 15px;
}

#googlezoek_type {
    float: left;
    height: 130px;
    width: 170px;
    margin-left: 10px;
    margin-top: 12px;
}

.googlezoek_type_specific, googlezoek_slaapkamers_specific {
    clear: left;
    display: block;
    float: left;

    margin-top: 1px;
}

#googlezoek_slaapkamers {
    float: left;
    height: 130px;
    width: 156px;
    margin-left: 5px;
    margin-top: 12px;
}

#googlezoek_prijs {
    height: 125px;
    width: 131px;
    margin-left: 15px;
    padding-top: 22px; /* gecko, IE8+ only */
}

#googlezoek_oppervlakte {
    float: left;
    height: 125px;
    width: 170px;
    padding-top: 22px; /* gecko, IE8+ only */
}

.googlezoek_oppervlakte_grond {
    padding: 4px 0 2px 0;
    font-weight: bold;
}

#googlezoek_type h2, #googlezoek_slaapkamers h2 {
    margin-left: 3px;
}

.eur_small {
    font-size: 12px;
}

#googlezoek_handel_kantoor {
    padding: 15px 0 2px 0;
    font-weight: bold;
}

#googlezoek_prijs_min {
    margin-bottom: 2px;
}

#googlezoek_prijs_min, #googlezoek_prijs_max {
    width: 79px;
}

#googlezoek_opp_min_grond, #googlezoek_opp_max_grond, #googlezoek_opp_min_handel, #googlezoek_opp_max_handel {
    width: 44px;
}

.googlezoek_opp_m2 {
    margin: 0 17px 0 3px;

    font-size: 12px;
}

.googlezoek_opp_m2_2{
    padding-left: 3px;
    font-size: 12px;
}

#googlezoek_zoekbutton {
    margin-left: -8px;
    border: 0;
    display: block;
}

.googlezoek {
    position: absolute;
    width: 430px;
    height: 446px;
    top: 25px;
    right: 5px;
    z-index: 999;
    display: inline;
}

#googlezoek_mapiconklik {
    position: absolute;
    width: 430px;
    height: 13px;
    top: 8px;
    right: 5px;
}

#googlezoek_gtab1 {
    width: 780px;
    height: 15px;
}

#googlezoek_gtab2_div {
    position: absolute;
    width: 100px;
    height: 20px;
    top: 0px;
    right: 15px;
}

#googlezoek_gtab2 {
    width: 22px;
    height: 20px;
    float: right;
    text-align: center;

    background-color: #231F20;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}

.googlezoek_tooltip {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #404040;

    background-color: #FFFEEE;
    border: 1px solid #808080;
    padding: 2px 5px 2px 5px;
}

.housetooltip {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #404040;

    background-color: #FFFEEE;
    border: 1px solid #808080;
    padding: 2px 5px 2px 5px;

    width: 160px;
}

#tmpdiv {
    position: relative;
    min-height: 0px;

    margin: 0px;
    padding: 0px;
}

#aanbodkijkerbackground {
    position: relative;
    width: 919px;
    height: 1px;
    top: 0px;
}

#aanbodkijkerbg {
    position: absolute;
    width: 928px;
    height: 221px;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#aanbodkijkersticker {
    position: relative;
    width: 107px;
    height: 1px;
    top: -232px;
    left: -7px;

    z-index: 98;
}

#aanbodkijkerrealsticker {
    position: absolute;
    width: 129px;
    height: 129px;
    top: 0px;
    left: 0px;

    z-index: 9998;
}

#aanbodkijker {
    position: relative;
    width: 919px;
    height: 231px;

    z-index: 2;
}

.aanbodkijker_1, .aanbodkijker_2 {
    position: relative;
    width: 919px;
    height: 231px;

    z-index: 2;
}

.aanbodkijker_pand {
    position: absolute;

    width: 919px;
    height: 231px;
    top: 0px;
    left: 0px;

    z-index: 2;
}

.aanbodkijkerfoto {
    position: absolute;
    top: 0px;
    left: 2px;

    z-index: 1;
}

/* NIEUWBOUW panden */

#aanbod_nieuwbouw .projectpanden {
    position: relative;
    left: 10px;
    margin-right: 10px;
    display: inline;
}

#aanbod_nieuwbouw .projectpanden th, .indelingpanden th {
    text-align: left;
    text-transform: uppercase;
}

#aanbod_nieuwbouw .projectpandenlijn {
    height: 2px;

    border: none;

    background-color: transparent;
    background-image: url(/img/hr.gif);
    background-repeat: repeat-x;
    background-position: top left;

    margin: 4px 0px 3px 0px;
}

#aanbod_nieuwbouw .projectpandenodd {
    line-height: 16px;
    background-color: #102B46;
}

.projectpandenlijst_question {
    position: absolute;
    top: -16px;
}

#aanbod_nieuwbouw .projectpandenspacer {
    font-size: 1px;
    line-height: 2px;

    margin: 0pt;
    padding: 0pt;
    display: inline;
}


/* NIEUWBOUW indeling */

#nieuwbouwindeling th {
	background-color: #004d2b;
	color: #ffffff;

	text-transform: uppercase;
	font-weight: bold;
	text-align: left;

	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#nieuwbouwindeling td  {
/*	border-left: 1px solid #333333; */
}

#nieuwbouwindeling td .odd {
	background-color: transparent;
}

#nieuwbouwindeling td .even {
	background-color: #f3f3ea;
}

#nieuwbouwindeling th:first-child, #nieuwbouwindeling td:first-child {
	border-left: none;
}

/* AANBOD */

#aanbod{
	clear:both;
	overflow: hidden;
}




#aanbod h2{
	border-top: 1px dashed #333;
	color: #003b69;
	font-size: 18px;
	font-weight: bold;
	line-height:2em;
	margin-top: 20px;
	text-transform: lowercase;
}

#aanbod h2:first-child{
	border:none;
	line-height: 1em;
	margin:0 0 10px 0;
}

div#aanbod span.terug{
	position: relative;
	float:right;
}

div#aanbod a.property_type_header{
	text-decoration: none;
}

#aanbod ul{
	margin: 0;
	overflow:hidden;
	padding: 0;
}

#aanbod > ul > li{
	background:#e4e4e4;
	border: 1px #d1cccc solid;
	border-radius:5px;
	display: block;
	float:left;
	height:220px;
	list-style:none;
	margin:0 0 10px 0;
	padding:10px 15px;
	position: relative;
	width:325px;
	
	behavior: url("http://www.neletassaert.be/css/PIE.php");
}

#aanbod li.pand_odd{
	margin-right: 10px;
}

#aanbod li .pandtekst_1foto{
	height: 100%;
	position: relative;
	width:100%;
}

#aanbod li .pandtitel{
	background: url('/img/bg_delimiter.png') center bottom repeat-x;
	font-size: 14px;
	height: 20px;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

#aanbod li .pandfotos_1foto{
	position: absolute;
	top:40px;
	z-index: 2;
}

#aanbod li .pandfotos_1foto a{
	display: block;
	overflow: hidden;
	position: relative;
}
#aanbod li img{
	border: 3px solid #fff;
}

#aanbod li .pandfotos_1foto img.pandsticker{
	border: none;
	left:-6px;
	position: absolute;
	top:0;
}


#aanbod li .pandbeschr{
	background: url('/img/bg_delimiter.png') center bottom repeat-x;
	height: 135px;
	overflow:hidden;
	padding:15px 0 15px 210px;
	width: 120px;
}

#aanbod li .pandprijs{
	bottom: 0;
	font-size:14px;
	left: 0;
	position: absolute;
}

#aanbod li .pandprijs span.label{
	font-style: italic;
	text-transform: lowercase;
}
#aanbod li .pandinfo{
	bottom:0;
	position: absolute;
	right: 0;
}

body.aanbod #top{
	position: absolute;
	right: 0;
	text-align:right;
	top: 35px;
}
#sorteren{
	color: #003b69;
	position:relative;
	right: 0;
	text-transform: lowercase;
	top: 20px;
	z-index: 100;
}
#sorteren .label{
	color:#333;
	font-weight: bold;
}

div#sorteren a{
	color: #003b69;
	font-weight: normal;
	text-decoration: underline;
}

div#sorteren a:hover{
	text-decoration: none;
}



/* DETAILPAGINA - NIEUWBOUWPAGINA */

body.detail h1 span{
	color:#003b69;
	font-size: 18px;
	text-transform: capitalize;
}

#nav {
	margin-bottom: 10px;
}

#nav a{display: inline-block}
#nav img{margin-right: 3px;}


#details{
	overflow: hidden;
}

#details .details-column{float: left;}

#details > .left-column{
	margin-right:15px;
	width:460px;
}

#details > .right-column{
	width:250px;
}

.detailkader table td{
	background: #f6f0f0;
	border-bottom: 1px solid #e4e4e4;
}

body.homdh .detailkader table td{
	background: none;
	border: none;
}

.detailkader .detailkadertitle{
	font-size: 14px;
}


#adresinfo {
    position: relative;
    width: 700px;
    height: 6px;

    top: -32px;
    left: 107px;

    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

#top_buttons {
    position: relative;
    width: 700px;
    height: 50px;
}

#pandoverzicht {
    position: absolute;
    width: 131px;
    height: 44px;
    top: 6px;
    left: 480px;
}

#vorigpand {
    position: absolute;
    width: 135px;
    height: 44px;
    top: 6px;
    left: 625px;
}

#volgendpand {
    position: absolute;
    width: 139px;
    height: 44px;
    top: 6px;
    left: 781px;
}

#fotos {
	background:#e4e4e4;
	border: 1px #d1cccc solid;
	border-radius:5px;
    height: 356px;
	margin-bottom: 10px;
    position: relative;
    width: 723px;
    
	behavior: url("http://www.neletassaert.be/css/PIE.php");
}

#hoofdfoto, #nieuwbouwhoofdfoto {
    position: absolute;
    top: 10px;
    left: 12px;

    width: 444px;
    height: 333px;
    
    border: 2px solid #ffffff;
}

#hoofdfoto a,
#nieuwbouwhoofdfoto a{
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

#thumbnails, #nieuwbouwthumbnails {
    position: absolute;
    top: 35px;
    left: 468px;

    width: 245px;
    height: 285px;
}

.thumbnail, .nieuwbouwthumbnail {
    width: 119px;
    height: 91px;

    padding: 0 4px 4px 0;
    
}

.thumbnail img, .nieuwbouwthumbnail img {
    width: 117px;
    height: 89px;

    border: 2px solid #ffffff;
}

#scrolldiv, #nieuwbouwscrolldiv {
    position: relative;
    width: 245px;
    height: 285px;

    overflow: hidden;
    clip: rect(0px, 270px, 308px, 0px);
}

#scrollcont, #nieuwbouwscrollcont {
    position: absolute;
    top: 0px;
    left: 0px;

    height: 308px;
    padding: 0px;
}

#slideshow {
    position: absolute;

    width: 235px;
    height: 23px;
    top: 9px;
    left: 473px;

    text-align: center;
}

#morediv {
    position: absolute;

    width: 272px;
    height: 23px;
    top: 322px;
    left: 636px;

    text-align: center;
    text-decoration: none;
}

#gtab1a, #gtab2, #gtab3, #gtabspacer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13px;

    float: right;
}

#detailknoppen {
	border-top: 1px dashed #333;
	margin:20px 0;
	padding-top: 10px;
}

#detailknoppen a{
	display: block;
	margin: 2px auto;
	width: 228px;
}


#detail {
	position: relative;
}



#detail h2 {
	font-size: 16px;
	color: #004676;
}

#detail hr {
	margin-top: 5px;
	margin-bottom: 10px;
}

#detail_tekst {
    background-color: #ffffff;
    padding-bottom: 10px;
}

#detail_prijs {
    position: absolute;
    top: 0px;
    left: 0px;

    padding: 5px 15px 4px 15px;

    font-weight: bold;
    font-size: 15px;
    color: #ffffff;

    background-color: #00adef;
}

#detail_geografisch {
    position: relative;

    width: 210px;
    margin: 46px 8px 0 20px;
}

#fotoknoppen {
    position: relative;
    width: 764px;
    height: 26px;

    margin: 0 0 0 0;
}

#fotoknoppen > div {
    position: relative;
    display: inline;
    float: right;

    margin: 0 0 0 4px;
    font-size: 0;
}

#fotoknoppen div {
    __position: relative;
    __display: inline;
    __float: right;

    __margin: 0 0 0 4px;
    __font-size: 0;
}


#fotoknoppen > div:first-child {
    margin: 0 15px 0 72px;
}

#fotoknoppen div div {
    position: relative;
    display: inline;
    float: left;

    margin: 0 0 0 0;
}

#meerfotos {
    position: absolute;
    top: 323px;
	left: 473px;
	width: 232px;
}

#previousdiv {
}

#nextdiv {
}

.indeling {
}

.indeling table th {
    padding: 0 0 0 0;
}

.indeling .verdiep {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
}

.indeling .opp {
    color: #f7f3f3;
    font-weight: bold;
}

.indeling .beschrijving {
    color: #f7f3f3;
    font-weight: bold;
}

.indeling .rightcol {
}

.financieel .rightcol {
    text-align: right;
}

.ruimtelijke_ordening {
}

.ruimtelijke_ordening .leftcol {
}

.ruimtelijke_ordening .rightcol {
}

.downloads {
}

.downloads div {
    white-space: nowrap;

    width: 266px;
    overflow: hidden;
}

.downloads img {
    margin-right: 8px;
    vertical-align: bottom;
    margin-bottom: 2px;
}

.epcwaarde {
	font-style: normal;
	font-weight: bold;
}

.epcwaarde div:first-child {
	margin-bottom: 8px;
}

#wait {
    position: absolute;
    top: 0px;
    left: 0px;

    visibility: hidden;
    background: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

#a2apage_DEFAULT {
    display:none !important;
}

#a2apage_EMAIL {
    display:none !important;
}

#a2apage_BROWSER {
    display:none !important;
}


/* HOMEPAGE, AANBOD, DETAIL, NIEUWBOUW, HMODH */

.detailkader {
	background:#e4e4e4;
	border: 1px #d1cccc solid;
	border-radius:5px;
	
	padding: 10px;
	
	behavior: url("http://www.neletassaert.be/css/PIE.php");
}

.detailkader h2 {
	color: #004577;
	font-size: 14px;
	font-weight: bold;
	
	text-transform: lowercase;
	
	margin: 7px 0 7px 0;
}

.detailkader h2 em {
	font-weight: normal;
	font-style: normal;
}

.detailkader td {
	padding: 2px 0 2px 0;
}

.even {
}

.odd {
}

.leftcol {
    font-size: 11px;
    line-height: 16px;

    text-align: left;
    padding-left: 4px;

	font-weight: bold;
	text-transform: lowercase;
}

.rightcol {
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;

    text-align: left;
    padding-left: 4px;
    
    font-weight: normal;
}

.line {
    height: 1px;
    color: #000000;
    background-color: #000000;
}

.hmodh {
    line-height: 13px;
}

.hmodhsmall {
    font-size: 10px;
    line-height: 13px;
    color: #FFFFFF;
    text-align: left;
}




/* NIEUWBOUWZOEK */

#mapbg {
    position: relative;

    width: 750px;
    height: 366px;

    background-color :#FFFFFF;
}

.nieuwbouwkaart {
    position: absolute;

    width: 750px;
    height: 360px;

    top: 3px;
    left: 3px;
}

#sort_buttons {
    position: relative;

    width: 780px;
    height: 100px;

    top: 0px;
}

#sort_nieuwbouw {
    position: absolute;
    width: 455px;
    height: 15px;

    top: 10px;
    left: 96px;
}

#button_nieuwbouwzoek {
    position: absolute;
    top: 0px;
    left: 521px;
}

#button_nieuwbouwall {
    position: absolute;
    top: 50px;
    left: 83px;
}

#button_nieuwbouwdone {
    position: absolute;
    top: 50px;
    left: 404px;
}

.nbzoekleft {
    border-right: 1px solid #0F0F0F;
    padding: 0px 8px 0px 0px;
    line-height: 21px;
}
.nbzoek {
    border-right: 1px solid #0F0F0F;
    border-left: 1px solid #7D7C7C;
    padding: 0px 8px 0px 8px;
    line-height: 21px;
}
.nbzoekright {
    border-left: 1px solid #7D7C7C;
    padding: 0px 8px 0px 8px;
    line-height: 21px;
}


/* NIEUWBOUW MINISITE */

.nbtab {
    position: relative;
}

#nbfotos {
    position: relative;

    width: 478px;
    height: 456px;
}

#hoofdfotobgnb {
    position: absolute;
    top: 0px;
    left: 0px;

    width: 478px;
    height: 456px;
}

.nbfoto {
    position: absolute;
    visibility: visible;
}

.nbfoto_hidden {
    position: absolute;
    visibility: hidden;
}

#nbscrolldiv {
    position: relative;
    width: 454px;
    height: 86px;

    overflow: hidden;
    clip: rect(0px, 454px, 86px, 0px);
}

#nbscrollcont {
    position: absolute;
    height: 86px;
    top: 0px;
    left: 0px;
    padding: 0px;
}

.nbthumbnaildummy {
    padding: 0px 6px 0px 0px;
}

#nbthumbnails {
    position: absolute;
    top: 374px;
    left: 13px;

    width: 454px;
    height: 86px;
}

.nbthumbnail {
    width: 86px;
    height: 66px;

    padding: 0px 6px 0px 0px;
}

.nbthumbnail img {
    width: 80px;
    height: 60px;

    padding: 0px 0px 0px 0px;
}

#nbpreviousdiv {
    position: absolute;

    width: 42px;
    height: 44px;
    top: 385px;
    left: -6px;

    text-align: center;
    text-decoration: none;
}

#nbnextdiv {
    position: absolute;

    width: 42px;
    height: 44px;
    top: 385px;
    left: 445px;

    text-align: center;
    text-decoration: none;
}

#projectknoppen {
    position: relative;

    width: 477px;
    height: 74px;

    border: 1px solid #231F20;
}

#projectprintpage {
    position: absolute;

    width: 231px;
    height: 31px;
    top: 3px;
    left: 7px;

    text-align: center;
}

#projectmail2friend {
    position: absolute;

    width: 214px;
    height: 34px;
    top: 0px;
    left: 248px;

    text-align: center;
}

#projectdelen {
    position: absolute;

    width: 213px;
    height: 25px;
    top: 49px;
    left: 16px;

    text-align: center;
}

#projectslideshow {
    position: absolute;

    width: 214px;
    height: 29px;
    top: 46px;
    left: 248px;

    text-align: center;
}

.streep {
    border-right: 1px solid #0F0F0F;
}


/* NOTKOST */

#nform {
}

#nform input {
    text-align: right;
    width: 50px;
}

#nform .checkbox {
    margin: -2px -3px -1px -4px;
}

#nform .button {
    text-align: center;
    width: auto;
}


/* STANDAARD ZOEKFORMULIER */

#zform {
}

#zform input {
    width: 150px;
}

#zform .checkbox {
    margin: -2px -3px -1px -4px;
    width: auto;
}

#zform .getal {
    width: 70px;
}

#zform .opp {
    width: 50px;
}

#zform .button {
    text-align: center;
    width: auto;
}


/* GOOGLE MAP */

.tooltip {
    border: 1px solid #808080;
    padding: 2px 5px 2px 5px;
    color: #000000;
    background-color: #FFFEEE;
    font-weight: normal;
}

#googleplan {
    position: relative;
    width: 765px;
    margin-bottom: 10px;
}

.googletab {
    position: relative;
    display: inline;
    float: left;

    margin: 10px 2px 0 0;
    background-color: #004e93;
}

.googletab a {
    padding: 3px 8px 3px 8px;
    display: block;

    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #cdd5e9;
}

.googlemaps_info_color {
    color: #404040;
}


/* GOOGLE MAP map.php */

.mapbody {
    margin: 0;
    overflow: hidden;
    background-image: none;
}


/* KNOPPEN */

.knoppen {
    position: relative;

    width: 100%;

    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.knoppen div, .knoppen img {
/*    position: relative; */
/*    display: inline; */
/*    float: left; */

    margin: 0 0 4px 0;
    cursor: pointer;
}

.knoppen > img:first-child {
/*    margin: 0px; */
}

.knoppen div div {
    padding: 0px;
    margin: 0px;
}

.knoppen * {
    font-weight: bold;
    color: #777777;
    text-decoration: none;
}

.knoppen a, .knoppen img {
/*    display: block; */
    cursor: pointer;
}

.knop {
    background-image: url(/img/background_knop.gif);
    color: #e67a7a;
    text-align: center;

    border-right: 1px solid #6f1010;

    min-width: 77px;
    height: 15px;
}

.knop a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}


/* POSITIONING */

.floatleft {
    position: relative;
    display: inline;
    float: left;
}

.floatright {
    position: relative;
    display: inline;
    float: right;
}

.clearfloats
{
    display: block;
    float: none;
    clear: both;

    margin: 0px;
    padding: 0px;

    background-color: transparent;
    background-image: none;
    border: none;
}

.relative {
    position: relative;
    width: 100%;
}

.topleft {
    position: absolute;
    top: 0px;
    left: 0px;
}

.topright {
    position: absolute;
    top: 0px;
    right: 0px;
}


/* MISC */

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.fontword {
    position: relative;
    font-size: 0px;
}

.handje {
    cursor: pointer;
}

.png {
}

.align_right {
    text-align: right;
}

.print {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}




