/*  ******************************************* **
LAYOUT RESULT PAGE
**  ******************************************* */

#resultPagecontainer
{
	position: relative;
}
#resultPageHeader
{
	position: relative;
	overflow:hidden;
}
#resultPageHeaderKop  /* Aantal gevonden objecten + infoknop  */
{
	position: relative;
	float:left;
}
#resultPageHeaderKop img.infoknop
{
	border:none;
	margin-left:8px;
}

#resultPageHeaderButtons  /* Bevat de sorteerbuttons  */
{
	position:relative;
	width:120px;
	height:94px;
	float:right;
	margin:8px 0 0 20px;
	z-index:2;
}

#menu_parent   /* Sorteren op...  */
{
	width:120px;
	height:18px;
	background:#ead44f;
	color:#0a2759;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	margin-top: 8px;
	border:none;
	margin-left:0px;
	border-bottom:solid 1px #fff;
}
#menu_child   /* Bevat de sorteercriteria  */
{
	width:120px;
	display:block;
	margin-top:-2px;
	background:#ead44f;
	border:none;
	
}
#menu_child a  /* dropdownmenu Sorteercriteria  */
{
	display:block;
	width:120px;
	height:18px;
	margin-top:0;  /* om de topborders en bottomborders over elkaar te laten vallen  */
	color:#0a2759;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background:#ead44f;
	line-height:18px;
	border-bottom:solid 1px #fff;
}
#menu_child a:hover  /* Sorteercriteria  */
{
	background:#0a2759;
	color:#fff;
}
#resultPageHeaderTopBar   /* Balk met gekleurde balk, "Zoekresultaat" en paginanummering  */
{
  position:relative;
	overflow:hidden;
	height:38px;
}
#resultPageHeaderTopBar ul#ResultPageTabs   /* "Zoekresultaat"  */
{
	position:absolute;
	height:18px;
	margin:0;
	padding:0;
	list-style:none;
	background-color:#fff;
	overflow:hidden;
}

#nieuwbouw #resultPageHeaderTopBar ul   /* "Zoekresultaat"  */
{
	position:absolute;
	height:18px;
	margin:0;
	padding:0;
	list-style:none;
	background-color:#fff;
	overflow:hidden;
}

#resultPageHeaderTopBar ul li   /* "Zoekresultaat"  */
{
	float:left;
	margin-right:4px;
	height:18px;
	padding:4px 8px 0;
	color:#0a2759;
	font-weight:normal;
	background:#ead44f;
	margin-left:0px;
}
#resultPageHeaderTopBar ul li span   /* "Zoekresultaat"  */
{
	display:block;
	padding:0;
}
#resultPageHeaderTopBar ul#ResultPageTabs li span  a
{
	padding-left:0;
	color:#0a2759;
	text-decoration:none;
	font-weight:bold;

}
div#content #resultPageHeaderTopBar p   /* paginanummering  */
{
	position:absolute;
	right:0;
	margin:0;
	padding:0;
	text-align:right;
}
#resultPageHeaderTopBar p a,
#resultPageHeaderTopBar p b
{
	padding-left:6px;     /* Ruimte tussen de cijfers  */
}
#resultPageHeaderTopBar a
{
	color:#002D64;
}
#resultPageHeaderTopBar a:hover
{
	color:#A6CAB0;
}
#resultPageHeaderTopBar a:selected
{
	color:#A6CAB0;
}
#resultPageHeaderTopBar div   /* Gekleurde balk  */
{
	position:relative;
	height:18px;
	top:18px;
	background:#ead44f;
	font-size:18px;
}
#resultPageContent  /* Bevat alle objecten  */
{
	position:relative;
	margin:4px 0;
}
.ResultpageContentObject  /* Bevat 1 object  */
{
	padding-top:4px;
	overflow:hidden;
}
.ResultpageContentImage   /* Bevat de foto */
{
	position:relative;
	float:left;
	margin-right:12px;
	padding:4px;
	border:solid 1px #A6CAB0; 
}
.ResultpageContentImage img
{
	border:none;
	display:block;
}
.ResultpageContentAdres a  /* Adres en prijs  */
{
	color:#002D64;
	font-weight:bold;
	text-decoration:none;
}
.ResultpageContentAdres a:hover
{
	text-decoration:underline;
}
ul.ListBanners li
{
	margin:0;
	margin-right:3px;
	padding:0;
}
.ResultpageContentExtra
{
	width:300px;
	float:left;
}
.ResultpageContentOppervlakte
{
	float:right;
	color:#002D64;
	position:relative;
}
div#content .ResultpageContentOppervlakte p
{
	margin:0;
	padding:0;
}

/*--------Listbanners-------------*/
.ListBanners                {font-weight:bold;font-size:12px;margin-top:10px;margin-bottom:0px;}
.ListBanners li             {margin-left:0px;}
li.KoopHuurStatus           {color:#FF0000; text-transform:uppercase;}
li.ExclusiefStatus          {color:#000;}
li.GewijzigdStatus          {color:#000;}
li.kenmerkenStatus          {color:#000;}
li.NieuweFotosStatus        {color:#000;}
li.BrochureStatus           {color:#000;}
li.PrijsStatus              {color:#000;}
li.OpenHuisStatus           {color:#000;}
li.NieuwStatus              {color:#000;}
/*--------Listbanners-------------*/
#resultPageHeaderBottomBar   /* Paginanummering onderaan  */
{
	text-align:right;
	position:relative;
}
#resultPageHeaderBottomBar a,
#resultPageHeaderBottomBar b
{
	padding-left:6px;
}
#resultPageHeaderBottomBar a
{
	color:#002D64;
}
#resultPageHeaderBottomBar a:hover
{
	color:#A6CAB0;
}
#resultPagecontainer hr
{
	height:1px;
	/*clear:both;*/
	border-top:solid 1px #A6CAB0;
	margin-top:4px;
}

/*  ******************************************* **
LAYOUT DETAIL PAGE
**  ******************************************* */

#detailPageContainer
{
	position:relative;
	margin-top:20px;
	padding-right:0;
}
#detailPageHeader
{
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}
#detailPageHeaderPhoto  /* Div waarin de foto zit. Width en height zijn hetzelfde als de foto  */
{
	position:relative;
	float:left;
	padding:4px;
	margin-right:12px;
	border:solid 1px #000; 
}
#detailPageHeaderPhoto img
{
	display:block;
	border:none;
	width:241px;
	height:161px;
}
#detailPageHeaderProperties
{
	float:left;
}
#detailPageHeaderProperties h3  /* Adres  */
{
	color:#002D64;
	margin:0;
	padding:0;
	font-size:12px;
}
div#content #detailPageHeaderProperties p.contentText
{
	margin-top:0;
	padding:0;
}
p.contentText a
{
 color:#002D64;
}
#detailPageHeaderProperties p.contentText a
{
	color:#002D64;
}
#detailPageHeaderProperties p.contentText a:hover
{
	color:#A6CAB0;
}
#detailPageHeaderButtons  /* Bevat de buttons 'Vorige', 'Volgende', 'Print', 'Mail', 'Reageer' en 'Overzicht'  */
{
	float:right;
	width:143px;
	position:relative;
}
#detailPageHeaderButtons img
{
 border: none;
 margin-bottom:2px;
}
img.bladderfunctieprevious
{
	position:absolute;
	left:0;
	top:0;
}
img.bladderfunctienext
{
	position:absolute;
	right:-2px;
	top:0;
}
.printfunctie
{
	margin-top:22px;
}

#nieuwbouw .reageerdirectfunctie
{
	margin-top:22px;
}

#detailPageNavigatie  /*  omvat de tabs en de content  */
{
	position:relative;
	margin-top:20px;
}
#TB_window
{
	
}
/*  ******************************************* **
STYLE FOR THE TABS
**  ******************************************* */
ul#maintab
{
	position: relative;
	z-index: 2;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
#maintab li
{
	display: block;
	float:left;
	margin-right:3px;
	margin-left:0;
}
#maintab li a
{
	display:block;
	float:left;
	text-decoration: none;
	font-weight:normal;
	color:#fff;
	background:#0a2759;
	text-align: center;
	padding: 4px 12px;
	border:solid 1px #0a2759;
	border-bottom:none;
}
#maintab li a:hover
{
	color:#0a2759;
	font-weight: normal;
	background:#e9d443;
	border:solid 1px #0a2759;
	border-bottom:none;
}
ul#maintab li.selected a
{
  	background:#fff;
   color:#002D64;
   border:solid 1px #0a2759;
   border-bottom:#0a2759;
}

/* DETAILPAGINA CONTENT
================================ */
#ajaxcontentarea
{
	border: 1px solid #373595;
	margin-top:-1px;
	padding:12px 20px 12px 12px;
	background:#fff;
}
#ajaxcontentarea h3
{
	font-size:12px;
	font-weight:bold;
}
hr.rulerOmschriving
{
	height:1px;
	clear:both;
	border-top:solid 1px #A6CAB0;
	margin:4px 0;
}
hr.rulerKenmerken
{
	visibility:hidden;
	display:none;
}

/*
IMAGE DETAILPAGINA
===============================================*/
.iframeFotos
{
	position:relative;
	width:650px;
	height:500px;
	background: none;
	margin:0;
	padding:0;
}
body.IframeBody
{
	background:#fff;
	margin:0;
	padding:0;
}
#FrogJS
{
	width:500x;
	height:500px;
	padding:0;
}
#FrogJSImage
{
	margin:0 auto;
}
#FrogJSCaption
{
	position:relative;
	width:700px;
	text-align:center;
	margin:0;
	padding:0;
	color:#002D64;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	margin-left:-25px;
}

#FrogJSrightThumb1
{
	top:360px;
	position: relativ;
	right: 40px;

}
#FrogJSleftThumb1
{
	top:360px;
	left:40px;
}
#FrogJSrightThumb2
{
	top:0;
	margin-right:80px;
}
#FrogJSleftThumb2
{
	top:0;
	left:0;
}
hr.rulerFotos
{
	visibility:hidden;
	display:none;
}
.iframeMap
{
	width:700px;
	height:500px;
	margin:0;
	padding:0;
}

/* OVERZICHTSKAART
=========================== */
.iframeMapResultPage
{
	width:680px;
	height:580px;
	margin-top:10px;
}


