/**********************************************
LAYOUT RESULT PAGE
**********************************************/
#resultPagecontainer
{
	position: relative;
	color: #666666;
}
#resultPageHeader
{
	position: relative;
	overflow:hidden;
	height:85px;
}
#resultPageHeaderKop  /* Aantal gevonden objecten + infoknop  */
{
	position: relative;
	float:left;
}
#resultPageHeaderKop img.infoknop
{
	border:none;
	margin-left:5px;
}
#resultPageHeaderButtons  /* Bevat de sorteerbuttons  */
{
	position:relative;
	width:120px;
	float:right;
	z-index:2;
	font-size:12px;
}

#menu_parent   /* Sorteren op...  */
{
	width:120px;
	height:20px;
	background:#005556;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	line-height:20px;
}
#menu_child   /* Bevat de sorteercriteria  */
{
	width:120px;
	display:block;
	margin-top:-9px;
}
#menu_child a  /* dropdownmenu Sorteercriteria  */
{
	display:block;
	width:118px;  /* 120px - 2*1px borders  */
	height:20px;
	margin-top:-1px;  /* om de topborders en bottomborders over elkaar te laten vallen  */
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background:#005556;
	color:White;
	border-top:solid 1px #fff;
	border-left:solid 1px #005556;
	border-right:solid 1px #005556;
	border-bottom:solid 1px #005556;
	line-height:20px;
}
#menu_child a:hover  /* Sorteercriteria  */
{
	color:#005556;
	background: #fff;
	border-left:solid 1px #005556;
	border-right:solid 1px #005556;
}
#resultPageHeaderTopBar #ResultPageTabs span a
{
	color: #FFFFFF;
}
#resultPageHeaderTopBar   /* Balk met gekleurde balk, "Zoekresultaat" en paginanummering  */
{
	position:relative;
	clear:both;
	overflow:hidden;
	height:42px;
}
#resultPageHeaderTopBar ul   /* "Zoekresultaat"  */
{
	display:inline;
	position:absolute;
	top:0;
	left:0;
	height:20px;
	overflow: hidden;
	margin:0;
	padding:0;
	list-style:none;
}
#resultPageHeaderTopBar ul li   /* "Zoekresultaat"  */
{
	height:20px;
	padding:0 0 0 12px;
	color:#fff;
	margin: 0 3px 0 0;
	float: left;
	font-weight:bold;
	background-color: #005556;
}
#resultPageHeaderTopBar ul li span   /* "Zoekresultaat"  */
{
	display:block;
	padding-right:12px;
	padding-top:3px;
	background: #005556;
}
#resultPageHeaderTopBar p   /* paginanummering  */
{
	display:inline;
	position:absolute; 
	right:0;
	top:0;
	margin:0;
	padding:0;
	text-align:right;
}
#resultPageHeaderTopBar a,
#resultPageHeaderTopBar b
{
	padding-left:6px;           /* Ruimte tussen de cijfers  */
	text-decoration:underline;
	font-size:12px;
}
#resultPageHeaderTopBar a
{
}
#resultPageHeaderTopBar a:hover
{
    color:#005556;
}
#resultPageHeaderTopBar div   /* Gekleurde balk  */
{
	position:relative;
	height:21px;
	top:20px;
	background:#005556;
	font-size:20px;
}
#resultPageContent  /* Bevat alle objecten  */
{
	position:relative;
}
.ResultpageContentObject:hover
{
    cursor:pointer;
    background:#c0c0c0;
}
.ResultpageContentObject  /* Bevat 1 object  */
{
	padding:8px 0px;
	overflow:hidden;
	border-bottom:solid 1px #005556;
	position:relative;
	zoom:1;
}
.ResultpageContentImage   /* Bevat de foto */
{
	position:relative;
	float:left;
	margin-right:12px;
}
.ResultpageContentImage img
{
	border:1px solid #005556;
	display:block;
}
.ResultpageContentAdres a  /* Adres en prijs  */
{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
.ResultpageContentAdres a:hover
{
	text-decoration:underline;
}
.ResultpageContentExtraTitle,
.ResultpageContentExtraItem
{
	color:#0b2876;
	width: 400px;
}

/*--------Listbanners-------------*/
.ListBanners                {font-weight:bold;font-size:12px;margin-top:10px;margin-bottom:0px;}
.ListBanners li             {margin-left:0px;}
li.KoopHuurStatus           {color:#f00;}
li.ExclusiefStatus          {color:#f00;}
li.GewijzigdStatus          {color:#f00;}
li.kenmerkenStatus          {color:#f00;}
li.NieuweFotosStatus        {color:#f00;}
li.BrochureStatus           {color:#f00;}
li.PrijsStatus              {color:#D00;}
li.OpenHuisStatus           {color:#005556;}
li.NieuwStatus              {color:#f00;}
/*--------Listbanners-------------*/
.ResultpageContentOppervlakte
{
	position:absolute;
	right:0;
	bottom:0;
	color:#0b2876;
}
.ResultpageContentOppervlakte p
{
	margin: 0;
}
#resultPageHeaderBottomBar   /* Paginanummering onderaan  */
{
	text-align:right;
	position:relative;
}
#resultPageHeaderBottomBar a,
#resultPageHeaderBottomBar b
{
	padding-left:6px;
	text-decoration:underline;
	font-size:12px;
}
#resultPageHeaderBottomBar a
{
}
#resultPageHeaderBottomBar a:hover
{
    color:#005556;
}
hr
{
    display:none;
    visibility:hidden;
}
/*  ******************************************* **
LAYOUT DETAIL PAGE
**  ******************************************* */
#detailPageContainer
{
	overflow:hidden;
}
#detailPageHeader
{
	float: left;
	overflow:hidden;
	padding-bottom:10px;
	width:100%;
}
#detailPageHeaderProperties
{
	width: 220px;
	float: left;
}
#detailPageHeaderProperties p
{
	margin: 0;
}
#detailPageHeaderPhoto
{
	width: 241px;
	float: left;
	margin: 0 20px 0 0;
}
#detailPageHeaderPhoto img
{
	border:1px solid #005556;
}
p.contentText a
{
 color: Black;
}
#detailPageHeaderProperties p.contentText a
{
	color:#666;
}
#detailPageHeaderProperties p.contentText a:hover
{
	color:#666;
}
#detailPageHeaderButtons  /* Bevat de buttons 'Vorige', 'Volgende', 'Print', 'Mail', 'Reageer' en 'Overzicht'  */
{
	position: relative;
	float:right;
	width:143px;
	margin: 0 0 20px 0;
	text-align: center;
}
#detailPageHeaderButtons img
{
	border: none;
	margin-right:0px;   
	margin-bottom:2px;   
}
#detailPageNavigatie  /*  omvat de tabs en de content  */
{
	position:relative;
	clear:left;
	float: left;
	margin-top:20px;
	width:100%;
}
.printfunctie
{
	margin-top: 24px;
}
/*  ******************************************* **
STYLE FOR THE TABS
**  ******************************************* */
ul#maintab
{
	position: relative;
	z-index: 2;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width: 685px;
}
#maintab li
{
	display: block;
	float:left;
	margin-right:3px;
	margin-left:0px;
}
#maintab li a{
	display:block;
	float:left;
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
	background:#005556;
	text-align: center;
	padding: 4px 12px;
	border:solid 1px #005556;
	border-bottom:none;
}
#maintab li a:hover
{
	color:#000;
	font-weight: bold;
	background:#fff;
	border:solid 1px #005556;
	border-bottom:none;
}
ul#maintab li.selected a
{
   	color:#000;
}
#maintab li.selected a
{
	color:#005556;
	background:#fff;
	border:solid 1px #005556;
	border-bottom:#005556;
}
#ajaxcontentarea
{
	border: 1px solid #005556;
	margin-top: -1px;
	padding:20px 15px 20px 15px;
	background: white;
	width: 95%;
}
#ajaxcontentarea h3
{
	font-size:12px;
}
p.contentTextKenmerken
{
	margin:0;
	padding:0;
	border-bottom: 1px;
    border-bottom-color: #283032; 
}
hr.rulerKenmerken
{
/*	visibility:hidden;
	display:none;*/
}
hr.rulerOmschriving
{
  color: #283032;  
    
}
ResultpageContentObject hr
{
    color: #283032;
}
p.ResultpageContentExtraTitle,
p.ResultpageContentExtraItem
{
  color: Black; 
  width: 350px; 
    
}
div.ResultpageContentOppervlakte
{
     color: Black;  
}
/*
IMAGE DETAILPAGINA
===============================================*/
.iframeFotos
{
	position:relative;
	margin: 0 auto;
	padding: 0;
	width:100%;
	height:550px;
	background: white;
}
body.IframeBody
{
	margin: 0;
	padding: 0;
	background: white;       
}
body.main
{
	margin:0;
	padding:0;
}
#FrogJS
{
	height:600px;
	padding:0;
}
#FrogJSImage
{
	margin:0 auto;
}
#FrogJSCaption
{
	position:relative;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
    font-size:12px;
}
#FrogJSrightThumb1
{
	top:430px;
	position: relative;
	right: 0px;
}
#FrogJSleftThumb1
{
	top:430px;
	position:relative;
	left:0px;
}
#FrogJSrightThumb2
{
	top:430px;
	position: relative;
	right: 0px;
}
#FrogJSleftThumb2
{
	top:430px;
	position:relative;
	left:0px;
}
hr.rulerFotos
{
	visibility:hidden;
	display:none;
}
.iframeMapResultPage
{
	width:680px;
	height:400px;
}
.iframeMap
{
	width:100%;
	height:400px;
	padding: 0 0 15px 0;
}
img.hyvesgadgetfunctie
{
	margin: 3px 0 0 0;
}
#detailPageHeaderButtons img
{
 border: 0;
 margin-bottom:1px;
 margin-right: 1px;   
}
#detailPageHeaderButtons  /* Bevat de buttons 'Vorige', 'Volgende', 'Print', 'Mail', 'Reageer' en 'Overzicht'  */
{
	position: relative;
	float:right;
	width:147px;
	margin: 0 0 20px 0;
	zoom:1;
	text-align: center;
}

#detailPageHeaderButtons a
{
	display:block;
	height:18px;
	line-height:1.5;
	width:149px;
	zoom:1;
	text-decoration:none;
	float:left;
	clear:left;
	color:#5E8233;
	padding:2px 0px !important;
	background:#DDE0C9 !important;
	margin-bottom:2px;
	
}
#detailPageHeaderButtons a:hover
{
	color:#5E8233;
	background:#ACBC8F !important;
}
#detailPageHeaderButtons a.thickbox {
	background:none !important;
	border:none;
	}
#detailPageHeaderButtons a.reageerdirectfunctie,
#detailPageHeaderButtons a.maileenbekendefunctie {
	color:#5E8233;
	background:#DDE0C9 !important;
	
	}
#detailPageHeaderButtons a.reageerdirectfunctie:hover,
#detailPageHeaderButtons a.maileenbekendefunctie:hover {
	background:#ACBC8F !important;
	color:#5E8233;
	}
#detailPageHeaderButtons a.bladderfunctieprevious
{
	width:70px;
	position:absolute;
	top:0;
	left:0;
	float:none !important;
	margin-bottom:2px;
}
#detailPageHeaderButtons a.bladderfunctienext
{
	width:75px;
	position:absolute;
	top:0;
	right:0;	
	float:none !important;
	margin-bottom:2px;
}
img.hyvesgadgetfunctie
{
	margin: 3px 0 0 0;
}
#detailPageHeaderButtons img
{
	border: none;
	margin-right:0px;   
	margin-bottom:2px;   
}
.printfunctie
{
    clear:both;
}
#project .reageerdirectfunctie
{
	margin-top: 22px;
}
