﻿/* Algemeen */
body, form
{
    margin: 20px 0px;
    padding: 0px;
    text-align: center;
    background-color: #CAC1BA;
    font-family: Arial;
    color: #776c63; /*8C8E8C*/
    font-size: 13px;
}

h1
{
    padding: 15px 0px 0px 30px;
    margin: 0px;
    color: #FFFFFF;
    font-size: 40px;
}

h1 span
{
    border-bottom: solid 1px #CAC1BA;
}

h2
{
    padding: 0px 0px 10px 30px;
    margin: 0px;
    color: #CAC1BA;
    font-size: 20px;
}
h4
{
    margin: 0px;
}

a
{
    color: #776c63;
    font-weight: bold;
    text-decoration: underline;
}
a:hover
{
    color: #696B69;
}

a:visited
{
    color: #776c63 /*C6C6C6;*/
}

#pand_detail .tdContactFormRight
{
    width: 100%;
}

#wrapper
{
    width: 978px;
    margin: 0px auto;
    padding: 12px;
    background-color: #FFFFFF;
    text-align: left;
}

#content
{
    padding: 12px 0px 12px 0px;
}

#content td
{
    vertical-align: top;
}

#header
{
    width: 100%;
    height: 140px;
    background-color: #97897E;
    padding: 0;
    background-image: url(/imgsite/shadow2.png);
    background-position: top;
    background-repeat: repeat-x;
}


#languages
{
    position: relative;
    text-align: right;
    right: 20px;
    top: -55px;
}

#languages a
{
    font-family: Cambria;
    font-size: 14px;
    color: #CAC1BA;
}
#languages a:hover
{
    color: #FFFFFF;
}

#company
{
    text-align: left;
    font-family: Cambria;
    background-image: url(/imgsite/shadow.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 12px;
    border-bottom: 1px solid #CAC1BA;
}

#footer
{
    background-image: url(/imgsite/shadow.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #97897E;
    height:60px;
}

#footer_content
{
    background-image: url(/imgsite/shadow2.png);
    font-family: Cambria;
    background-position: top;
    background-repeat: repeat-x;
    vertical-align: top;
    text-align: center;
    height: 50px;
    padding: 10px 2px;
    color: #FFFFFF;
    font-size: 15px;
}

#footer_content p
{
    margin: 0px;
}

#footer_content span a
{
    color: #CAC1BA;
}

#footer_content span a:hover
{
    color: #FFFFFF;
}


.tdTblTitel
{
    background-color: #97897E;
    color: #ffffff;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}
.tdTbl
{
    border: solid 2px #97897E;
}

.fortissimmo a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}
.fortissimmo
{
    width: 978px;
    margin: 0px auto;
    text-align: right;
}
.biv
{
    font-size: 10px;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.frame
{
    padding: 5px;
    background-color: #f6f6f6;
    border: 1px solid #d9d9d9;
}

.frame2
{
    width: 100%;
    vertical-align: top;
    border: 1px dotted #DFDFDF;
}

/* Menu */
#menu, #menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    width: auto;
}

#menu li
{
    float: left;
    margin: 0px;
    width: auto;
    padding: 5px 20px 0px 20px;
}

#menu li:hover, #menu li.active
{
    background-image: url(/imgsite/menu_actief.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#menu li a
{
    font-family: Cambria;
    text-transform: uppercase;
    height: 20px;
    width: auto;
    float: left;
    font-size: 20px;
    color: #CAC1BA;
    text-decoration: none;
    text-align: center;
    float: none;
}

#menu li a:hover, #menu li.active a
{
    color: #FFFFFF;
}

/* Home */
.home_right
{
    padding-right: 15px;
}

.home_left img
{
    padding: 1px;
    border: solid 5px #97897E;
    margin-top: 2px;
}
.home_left p
{
    margin: 0px;
    padding: 5px 0px 0px 5px;
    font-size: 12px;
    font-style: italic;
}

#home_content
{
}
.home_properties
{
    padding-top: 15px;
}
#home_content h2, .home_properties h2
{
    border-bottom: double 8px #E8E8E8;
    background: transparent;
    padding: 0px;
    margin: 0px;
    color:#776c63;
}

.home_properties h2
{
    margin: 0px 0px 12px 0px;
}

#home_content p img
{
    border: solid 8px #E8E8E8;
    padding: 2px;
    margin: 0px 10px 10px 0px;
    float: left;
}

.home_left_item
{
    text-align: justify;
    padding: 1px;
    border: solid 8px #E8E8E8;
    cursor: pointer;
    width: 300px;
    margin: 12px;
}

/* Overview */
.pager_wrapper
{
    padding: 12px 22px 0px 22px;
    width: 100%;
    text-align: center;
}

.pager a, .pager span
{
    background-color: #97897E;
    text-decoration: none;
    color: #FFFFFF;
    padding: 5px;
    font-weight: bold;
}

.pager span, .pager a:hover
{
    background-color: #E8E8E8;
    color: #776c63;
}

#properties .property
{
    text-align: center;
    float: left;
    margin: 12px 22px 0px 22px;
    padding: 1px;
    border: solid 4px #E8E8E8;
    cursor: pointer;
    width: 180px;
    height: 223px;
    font-size: 12px;
}

#properties .property div
{
    height: 70px;
	line-height:14px;
	max-height:70px;
	overflow:hidden;
}

#properties .property h4
{
    font-size: 12px;
}
.property a
{
    text-decoration: none;
    font-weight: normal;
    
}
.property a:visited
{
    color:#8c8e8c;
}

.items #properties .property
{
    margin: 0px 5px 0px 5px;
}

.scrollable #properties .property
{
    margin: 0px 40px 12px 0px;
}

#properties div:hover
{
    background-color: #E8E8E8;
    color:#8c8e8c;
}


#properties div h3, .home_left_item h3
{
    background-color: #97897E;
    padding: 6px;
    margin: 0px 0px 12px 0px;
    color: #FFFFFF;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
}

#properties div
{
    padding: 0px 12px 0px 12px;
    margin: 0px;
    text-align: justify;
}

#properties div h5
{
    font-size: 14px;
    background-color: #97897E;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px auto;
}

#properties div .sold
{
    background-color: #CFE6FC;
}

#properties div .new
{
    background-color: #97897E;
}

#properties div .changed
{
    background-color: #CFE6FC;
}

#properties div img
{
    margin: 0px 12px 0px 12px;
    border: solid 2px #504740;
}

#properties
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.scrollable
{
    position: relative;
    overflow: hidden;
    width: 900px;
    height: 240px;
}
.scrollable #properties
{
    width: 2000em;
    float: left;
    position: relative;
}

.home_properties .scrollable
{
    float: left;
}


.home_properties a
{
    display: inline;
}
#Pand_zoeken_wrapper select
{
    padding: 0px;
    margin: 2px 0px 0px 0px;
}
#Pand_zoeken_wrapper table
{
    padding: 0px;
}

#Pand_zoeken_wrapper
{
    padding: 0px 250px 0px 25px;
}
.lblNoProperties
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}


/* uzoekt */
.tdUzoektNieuwTitel, .tblZoekOpdrachten a
{
    color: #504740;
    font-weight: bold;
}


.tblZoekOpdrachten
{
    width: 100%;
}

#tblZoekt table
{
    width: 100%;
    padding: 5px;
}


/* contact */
.rdbVraagOver label
{
    padding-left: 5px;
}


.tblContact .pnlGoogleMaps
{
    width: 580px;
}

.tdContactFormRight
{
    background-color: #FEFEFE;
}

.tdContactFormLeft
{
    vertical-align: top;
    padding-right: 15px;
    background-color: #f1f1f1;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}

/* Foto pop-up */
.next:hover, .prev:hover
{
    text-decoration: underline;
    background-color: #000;
}

.info
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 11px;
    border-top: 1px solid #666;
}

.info strong
{
    display: block;
}

.progress
{
    position: absolute;
    top: 45%;
    left: 50%;
    display: none;
}

.overlay
{
    display: none;
    z-index: 10000;
    background-color: #333;
    width: 675px;
    min-height: 200px;
    border: 1px solid #666;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
    margin: 0px;
}

.overlay div.close
{
    background-image: url(/imgsite/overlay/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.next, .prev
{
    position: absolute;
    top: 40%;
    border: 1px solid #666;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.prev
{
    left: 0;
    border-left: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
}

.next
{
    right: 0;
    border-right: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}
.next, .prev, .info
{
    background: #333 !important;
}

/* pand detail */
#pand_detail .gvBestanden td
{
    font-weight: bold;
    vertical-align: middle;
    padding-right: 15px;
}
#pand_detail td
{
    vertical-align: top;
}

#pand_detail .print
{
    cursor: pointer;
}

#pand_detail .w500
{
    width: 500px;
}

#pand_detail .w100
{
    width: 100%;
}

#pand_detail #images .imgFoto
{
    margin: 5px 5px 0px 0px;
    padding: 0px;
    float: left;
    cursor: pointer;
}


#pand_detail #right div, #pand_detail #left div
{
    margin-bottom: 15px;
}

#pand_detail .description p
{
    font-style: italic;
}

#pand_detail #tblPrice td
{
    vertical-align: middle;
    text-align: center;
    background-color: #97897E;
    height: 60px;
    width: 50%;
    font-size: 25px;
    color: #FFFFFF;
    font-weight: bold;
}

#pand_detail #ulBestanden
{
    list-style: none;
    padding-left: 15px;
}
#pand_detail #panden
{
    padding-left: 15px;
}
#pand_detail h1
{
    color: #97897E;
    font-size: 20px;
    padding-left: 0px;
    padding-top: 15px;
}
#pand_detail h4
{
    display: inline;
}

/* Ajax lookup */
.agGemeenteDiv{
    text-align:left;
    border:solid 1px #072C53;
}

.agGemeenteDivItemHighlight
{
	background-color:#2F4E6E;
	color:#FFFFFF;
	font-size:12px;
}

.agGemeenteDivItemNormal
{
    background-color:#FFFFFF;
    color:#000000;
    font-size:12px;
}