/*
 * Skin over layout that contains everything accept content
*/



body.body_home
{
    background: #021b43 url('/img/back_large.png') repeat-x top center;
}

body.body_normal
{
    background: #021b43 url('/img/back_small.png') repeat-x top center;
}




a:hover
{
    text-decoration: underline;
}
.breadcrumbs a
{
    text-decoration: none;
    color: #FFFFFF;
} 
ul.tabs
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 310px; top: 271px;
}
ul.tabs li{
    float: left;
    padding-right: 11px;
    background: url("/img/tab_sep.png") no-repeat scroll right top transparent;
    height: 30px;
}
ul.tabs li a
{
    text-decoration: none;
    color: #ba8748;
    display: block;
    background: #001a40;
    padding:7px 10px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
ul.tabs li a:hover
{
    color: #fff;
}

ul.tabs li.active a 
{
    color: #fff;
    background: #253c5c;
}

#panel_large ul.tabs
{
    margin-top: 271px;
} 

ul.navigation
{
    list-style-type: none;
    margin: 125px 0 0 20px;
    padding: 0;
    width: 266px;
}
ul.navigation li a
{
    text-decoration: none;
    color: #ba8748;
    display: block;
    background: transparent url('/img/menu_sprite.png') no-repeat 3px top;
    height: 18px;
    margin: 18px 0;
    padding-left: 38px;
    font-weight: bold;
    font-size: 13px;
}

#panel_navigation ul.navigation
{
    margin-top: 86px;
}

#panel_navigation ul.navigation li a
{
    margin: 13px 0;
}

ul.navigation li a:hover,
ul.navigation li.active a
{
    background-position: 3px bottom;
    color: #fff;
}
/* searchpanel */

#panel_home_address
{
    height: 260px;
    position: relative;
    width: 265px;
}

#panel_address
{

    padding-left: 50px;
    position: absolute;
    bottom: 15px;
}

#panel_search h1
{
    font-size: 19px;
    margin: 0;
    padding: 17px 0 3px;
    color: #BA8748;
}


#panel_search form dt
{
    width: 70px;
    float: left;
}
#panel_search form dt label
{
    padding-right: 25px;
    font-size: 14px;
}

#panel_search form input.submit
{
    border: 0 none;
    background: url('/img/btn_search_sprite.png') no-repeat top left;
    width: 90px;
    height: 34px;
    text-indent: -99999px;
}

#panel_search form input.submit:hover
{
    background-position: bottom left;
}

#panel_search form th
{
    text-align: left;
}
#panel_search form dd
{
    padding: 0;
    margin: 0 0 10px;
}

#panel_search form dd fieldset dd
{
    padding-left: 150px;
}

#panel_search form dd .input
{
    width: 300px;
    border: 1px solid #656565;
    padding: 5px;
}

#panel_search form dd input.send
{
    border: 0 none;
    background: url('/img/contactverzend.png');
    width: 145px;
    height: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-indent:-99999px;

}



#panel_search select
{
    width: 120px;
    line-height: 12px;
    height: 19px;
}
/* Zend Form Styling */

dl.zend_form
{
    margin: 10px 0;
    padding: 0;
}

/* item */

.item
{
    position: relative;
    padding: 5px 5px 0 0;
}

.item .item_container
{
    background: #001a40;
    width: 665px;
    height: 210px;
}
.param a.item_overlay
{
    width: 670px;
    height: 215px;
    position: absolute;
    top: 0;
    left: 0;
}
.item .item_container h1
{
    margin: 0;
    position: absolute;
    top: 20px;
    left: 25px;
    color: #BA8748;
}

.item img.item_image
{
    width: 156px;
    height: 116px;
    border: 2px solid #BA8748;
    position: absolute;
    top: 62px;
    left: 25px;
}

.item .content
{
    left: 200px;
    position: absolute;
    top: 62px;
}

.param
{
    position: relative;
    padding: 15px;
    background: #001a40;
    width: 640px;
    margin-top: 15px;
}

.param_container
{
    position: relative;
    padding-top: 10px;
}
.param_container .param
{
    width: 640px;
    margin: 0;
}

.param_container .overlay
{
    position: absolute;
    top: 0;
    left: 466px;
    width: 216px;
    height: 207px;
}

.param_container .overlay_new { background-image: url('/img/overlay_nieuw.png'); }
.param_container .overlay_sold { background-image: url('/img/overlay_verkocht.png'); }
.param_container .overlay_option{ background-image: url('/img/overlay_optie.png'); }
.param_container .overlay_vov { background-image: url('/img/overlay_vov.png'); }
.param_container .overlay_rent { background-image: url('/img/overlay_verhuurd.png'); }
.param_container .overlay_openhuis { background-image: url('/img/overlay_openhuis.png'); }
.param_container .overlay_aanhuur { background-image: url('/img/overlay_aanhuur.png'); }
.param_container .overlay_aankoop { background-image: url('/img/overlay_aankoop.png'); }
.param_container .overlay_sale { background-image: url('/img/overlay_sale.png'); }


.param .item_image img
{
    width: 156px;
    height: 116px;
    border: 2px solid #BA8748;
    top: 62px;
    left: 25px;
    float: left;
    margin-bottom: 15px;
}


.param .param_content
{

}

.param .param_properties
{
    /*float: left;*/
    margin-left: 170px;

}
.param dl
{
    margin: 4px 0;
    position: relative;
}
.param dl dt
{
    /*	float: left;
        clear: left;*/
    position: absolute;
    left: 0;
    width: 200px;
    font-weight: bold;
}

.param dl dt:after 
{
    content: ":";
}
.param dl dd 
{
    margin: 0 0 5px;
    padding: 0 120px 5px 180px;
    border-bottom: 1px solid #BA8748;
    text-align: right;
    min-height: 14px;
}

.param dl dd.full,
.param .param_properties dl dd.full
{
    margin-left: 0;
}




.param .param_properties dl dt 
{

    width: 130px;
}

.param .param_properties dl dd 
{
    border: 0 none;
    padding: 0 0 5px;
    /*	width: 400px;*/
    margin-left: 120px;
    text-align: left;
}

.param_contact dl dt
{
    width: 100px;
}

.param_contact dl dd
{
    height: auto;
    border: 0 none;
    text-align: left;
}

.param_contact .input
{
    width: 200px;
}

.param_contact textarea
{
    height:200px;
    width:400px;
}

.param_contact #submit-label
{
    visibility: hidden;
}

.param_contact input.send
{
    border: 0 none;
    background: url('/img/btn_send_sprite.png') no-repeat top left;
    width: 117px;
    height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-indent:-99999px;
}

.param_contact input.send:hover
{
    background-position: bottom left;
}

.param_map
{
    height: 380px;
    width: 640px;
}



/* footer styling */
#footer h2 a
{
    display: block;
    height: 100%;
    text-indent: -99999px;
}

#footer a
{
    text-decoration: none;
    color: #fff;
}

#footer h2.logo_nvm_bog a
{
    background: url('/img/logo_nvm_bog.jpg') no-repeat top left;
    width: 68px;
    height: 42px;
}

#footer h2.logo_vastgoedcer a
{
    background: url('/img/logo_vastgoedcer.jpg') no-repeat top left;
    width: 153px;
    height: 42px;
}

#footer h2.logo_funda_business a
{
    background: url('/img/logo_funda_business.jpg') no-repeat top left;
    width: 191px;
    height: 42px;
}

#footer h2 a:hover
{
    background-position: bottom left;
}


/*Carousel*/

.carousel
{

}

.carousel img.carousel_fullsize
{
    width: 640px;
}
.carousel ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.carousel ul li
{
    padding: 15px 19px;
}
.carousel ul li a
{
    border: 1px solid #000;
    display: block;
    line-height: 0;
}
.carousel ul li img
{
    width: 156px; height: 104px;
    border: 2px solid #BA8748;
}

.carousel .carousel_content
{
    float: left;
    height: 175px;
}
.carousel a.carousel_prev
{
    background-image: url('/img/arrow_brown_left.png');
}
.carousel a.carousel_next
{
    background-image: url('/img/arrow_brown_right.png');
}

.carousel a.carousel_prev,
.carousel a.carousel_next
{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    height: 140px;
    width: 20px;
    float: left;
    outline: none;
}
#panel_home_scroller .carousel h2
{
    margin: 0;
    color: #BA8748;
}
#panel_home_scroller .carousel
{
    background: #001A40;
    height: 206px;
    margin: 20px;
    padding: 10px;
    position: relative;
    width: 660px;
}
#panel_home_scroller .carousel li
{
    position: relative;
    padding: 15px 19px 50px;
}


#panel_home_scroller .subtitle
{
    position: absolute;
    width: 200px;
    text-align: center;
    margin-left: -20px;
}

.contact_content
{
    float:left;
    width: 200px;
}
.contact_content h2,
.contact_content a
{
    color: #BA8748;
    text-decoration: none;
}
#contact_map
{
    float:left;
    width:463px;
    height: 210px;

    margin-bottom:15px;
    margin-top:15px;
}


.google_maps_info
{
    color: #000;
}
