/*  ******************************************* **
LAYOUT RESULT PAGE
**  ******************************************* */
#resultPagecontainer
{
	position: relative;
	width: 746px;
	margin: 0 auto;
}
#resultPageHeader
{
	position: relative;
}
#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;
	margin:8px 0 0 20px;
	z-index:2;
}

#menu_parent   /* Sorteren op...  */
{
	width:120px;
	height:20px;
	background:#003928;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	line-height:20px;
	margin-top:8px;
}
#menu_child   /* Bevat de sorteercriteria  */
{
	width:120px;
	display:block;
	margin-top:-1px;

}

#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:#003928;
	color:White;
	border-top:solid 1px #fff;
	border-left:solid 1px #003928;
	border-right:solid 1px #003928;
	line-height:20px;
}
#menu_child a:hover  /* Sorteercriteria  */
{
	color:#003928;
	background: #fff;
	border-left:solid 1px #003928;
	border-right:solid 1px #003928;
}
#resultPageHeaderTopBar #ResultPageTabs span a
{
	color: #FFFFFF;
}
#resultPageHeaderTopBar   /* Balk met gekleurde balk, "Zoekresultaat" en paginanummering  */
{
	position:relative;
	clear:both;
	margin-bottom: 70px;
	overflow:hidden;
	height:42px;
	top:60px;
}
#resultPageHeaderTopBar ul   /* "Zoekresultaat"  */
{
	display:inline;
	float:left;
	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: #003928;
}
#resultPageHeaderTopBar ul li span   /* "Zoekresultaat"  */
{
	display:block;
	padding-right:12px;
	padding-top:3px;
	background: #003928;
}
#resultPageHeaderTopBar p   /* paginanummering  */
{
	display:inline;
	float:right;
	margin:0;
	padding:0;
	text-align:right;
}
#resultPageHeaderTopBar a,
#resultPageHeaderTopBar b
{
	padding-left:6px;     /* Ruimte tussen de cijfers  */
}
#resultPageHeaderTopBar a
{
}
#resultPageHeaderTopBar a:hover
{
}
#resultPageHeaderTopBar div   /* Gekleurde balk  */
{
	position:relative;
	height:21px;
	top:20px;
	background:#003928;
	font-size:20px;

}

#resultPageContent  /* Bevat alle objecten  */
{
	position:relative;
	margin-top:16px;
	top: 2px;
	padding-bottom:150px;
}
.ResultpageContentObject  /* Bevat 1 object  */
{
	padding-top:4px;
	position: relative;
	overflow:hidden;
}
.ResultpageContentImage   /* Bevat de foto */
{
	position:relative;
	float:left;
	margin-right:12px;
}
.ResultpageContentImage img
{
	border:1px solid #000;
	display:block;
}
.ResultpageContentAdres a  /* Adres en prijs  */
{
	font-weight:bold;
	text-decoration:none;
}
.ResultpageContentAdres a:hover
{
	text-decoration:underline;
}
.ResultpageContentExtraTitle,
.ResultpageContentExtraItem
{
	color:#0b2876;
	width: 400px;
}
.ResultpageContentOppervlakte
{
	float:right;
}
.ResultpageContentOppervlakte p
{
	margin: 0;
}
#resultPageHeaderBottomBar   /* Paginanummering onderaan  */
{
	text-align:right;
	position:relative;
	top: -140px;
}
#resultPageHeaderBottomBar a,
#resultPageHeaderBottomBar b
{
	padding-left:6px;
}
#resultPageHeaderBottomBar a
{
}
#resultPageHeaderBottomBar a:hover
{
}
hr
{
	color:#000;
	background:#000;
	height:1px;
	border: none;
	clear:both;
}
/*  ******************************************* **
LAYOUT DETAIL PAGE
**  ******************************************* */
#detailPageContainer
{
	margin: 50px 0 0 0;
	width: 746px;
	margin: 0 auto;
}
#detailPageHeader
{
	float: left;
	height: 165px;
	width: 747px;
}
#detailPageHeaderProperties
{
	width: 280px;
	float: left;
}
#detailPageHeaderProperties p,
#detailPageHeaderProperties h3
{
	margin: 0;
}
#detailPageHeaderPhoto
{
	width: 241px;
	float: left;
	margin: 0 20px 0 0;
}
#detailPageHeaderPhoto img
{
	border:1px solid #000;
}
#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;
}
.printfunctie
{
	margin-top: 21px;
}
/*  ******************************************* **
STYLE FOR THE TABS
**  ******************************************* */
ul#maintab
{
	position: relative;
	z-index: 2;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width: 650px;
}
#maintab li
{
	display: block;
	float:left;
	margin-right:3px;
}
#maintab li a{
	display:block;
	float:left;
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
	background:#003928;
	text-align: center;
	padding: 4 12px;
	border:solid 1px #666;
	border-bottom:none;
}
#maintab li a:hover
{
	color:#000;
	font-weight: bold;
	background:#fff;
	border:solid 1px #666;
	border-bottom:none;
}
ul#maintab li.selected a
{
   	color:#000;
}
#maintab li.selected a
{
	color:#003928;
	background:#fff;
	border:solid 1px #666;
	border-bottom:#999;
}
#ajaxcontentarea
{
	border: 1px solid #666;
	margin-top: -1px;
	padding: 5px 20px 12px 20px;
	width: 706px;
	margin-bottom: 20px;
}
#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: #000;  
    
}
ResultpageContentObject hr
{
    color: #000;
}
p.ResultpageContentExtraTitle,
p.ResultpageContentExtraItem
{
  color: Black; 
  width: 350px; 
    
}
div.ResultpageContentOppervlakte
{
     position: absolute;
	 right:0;
	 bottom:5;
}
/*
IMAGE DETAILPAGINA
===============================================*/
.iframeFotos
{
	position:relative;
	margin: 0;
	padding: 0;
	width:704px;
	height:530px;
	background: none transparent;
}
#FrogJSMainContainer
{
	width:704px;
}
body.IframeBody
{
	margin: 0;
	padding: 0;
	background: none transparent;       
}
body.main
{
	margin:0;
	padding:0;
}
#FrogJS
{
	width:704px;
	height:600px;
	padding:0;
}
#FrogJSImage
{
	margin:0 auto;
}
#FrogJSCaption
{
	position:relative;
	width:704px;
	text-align:center;
	margin:0;
	padding:0;

}
#FrogJSrightThumb1
{
	top:410px;
	position: relative;
	left: 553px;
}
#FrogJSleftThumb1
{
	top:410px;
	position:relative;
	left:0px;
}
#FrogJSrightThumb2
{
	top:410px;
	position: relative;
	left: 460px;
}
#FrogJSleftThumb2
{
	top:410px;
	position:relative;
	left:0px;
}
hr.rulerFotos
{
	visibility:hidden;
	display:none;
}
.iframeMapResultPage
{
	width:748px;
	height:400;
}
.iframeMap
{
	width:706px;
	height:400;
	padding: 0 0 15px 0;
}
ul.ListBanners
{
	width: 280px;
	color: #FF0000;
}
img.bladderfunctieprevious
{
	position: absolute;
	left:0;
}
img.bladderfunctienext
{
	position: absolute;
	right: 0;
}
img.hyvesgadgetfunctie
{
	margin: 3px 0 0 0;
}
#detailPageHeaderButtons img
{
 border: 0;
 margin-bottom:1px;
 margin-right: 1px;   
}
.project img.reageerdirectfunctie
{
	margin-top: 21px;
}

