/*  ******************************************* **
LAYOUT RESULT PAGE
**  ******************************************* */

#resultPagecontainer
{
	position: relative;
	padding-right:20px;
	width:600px;
}
#resultPageHeader
{
	position: relative;
}
#resultPageHeaderKop  /* Aantal gevonden objecten + infoknop  */
{
	position: relative;
	float:left;
}
#resultPageHeaderKop img.infoknop
{
	border:none;
}

#resultPageHeaderButtons  /* Bevat de sorteerbuttons  */
{
	position:relative;
	width:120px;
	margin:-10px 0px 15px 20px;
	z-index:2;
	float:right;
}
#menu_parent   /* Sorteren op...  */
{
	width:120px;
	height:20px;
	background:#ccc;
	color:#fff;
	text-align:center;
	font-weight:bold;
	line-height:20px;
}
#menu_child   /* Bevat de sorteercriteria  */
{
	width:120px;
	display:block;
	margin-top:-9px;
}
#menu_child a  /* Sorteercriteria  */
{
	display:block;
	width:120px;  /* 120px - 2*1px borders  */
	height:20px;
	margin-top:-1px;  /* om de topborders en bottomborders over elkaar te laten vallen  */
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background:#ccc;
	border-top:solid 1px #fff;
	line-height:20px;
}
#menu_child a:hover  /* Sorteercriteria  */
{
	color:#fff;
	background:#333C4D;
	
}
#resultPageHeaderTopBar   /* Balk met gekleurde balk, "Zoekresultaat" en paginanummering  */
{
	position:relative;
	clear:both;
	overflow:hidden;
	height:42px;
	top:45px;
}
#resultPageHeaderTopBar ul
{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
}

#resultPageHeaderTopBar ul li
{
    float:left;
    margin-right:4px;
}

#resultPageHeaderTopBar ul li span   /* "Zoekresultaat"  */
{
	display:block;
	padding-right:12px;
	padding-top:3px;
	padding-left:12px;
	background-color:#ccc;
    color:#fff;
}
#resultPageHeaderTopBar ul li span a, 
#resultPageHeaderTopBar ul li span a:hover  
{
	color: #fff;
	text-decoration: none;
}
#resultPageHeaderTopBar p   /* paginanummering  */
{
	display:inline;
	right:0;
	position:absolute;
	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:21px;
	background:#ccc;
	font-size:20px;
}

#resultPageContent  /* Bevat alle objecten  */
{
	position:relative;
	margin-top:60px;
}
.ResultpageContentObject  /* Bevat 1 object  */
{
	padding:10px 0px 010px 0px;
	overflow:hidden;
	width:600px;
	border-bottom:1px solid #ccc;
	position:relative;
}
.ResultpageContentImage   /* Bevat de foto */
{
	position:relative;
	float:left;
	margin-right:12px;
}
.ResultpageContentImage img
{
	border:none;
	display:block;
}
.ResultpageContentAdres
{
    width:440px;
    left:160px;
    position:absolute;
}
.ResultpageImagebig
{
	float: left;
}

.ResultpageImageSmall
{
	float: left;
	margin-left: 10px;
	margin-top: 33px;
}
.ResultpageContentAdres a  /* Adres en prijs  */
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.ResultpageContentAdres a:hover
{
	color:#000;
}
.ResultpageContentExtra
{
	bottom:13px;
	text-align:right;
	right:180px;
	position:absolute;
}
.ResultpageContentExtraTitle
{
	color:#fcc101;
}
.ResultpageContentOppervlakte
{
	border-left:1px solid #CCCCCC;
	position:absolute;
	right:0;
	bottom:10px;
	color:#000;
	height:85px;
	width:170px;
	padding-left:4px;
	
}
.ResultpageContentOppervlakte span
{
	visibility:hidden;
	display:none;
	
}
.ResultpageContentOppervlakte p
{
    margin:0;
    padding:0;
		font-size:11px;
}
.ResultpageContentOppervlakte a
{
	font-weight:bold;
	margin-left:3px;
}
.ResultpageContentOppervlakte table
{
	position:absolute;
	width:170px;
	bottom:1px;
	right:0;
}
#resultPageHeaderBottomBar   /* Paginanummering onderaan  */
{
	text-align:right;
}
#resultPageHeaderBottomBar a,
#resultPageHeaderBottomBar b
{
	padding-left:6px;
}
#resultPageHeaderBottomBar a
{
	color:#000;
}
#resultPageHeaderBottomBar a:hover
{
    color:#F00;
}
hr
{
    display:none;
    visibility:hidden;
}

/*  ******************************************* **
LAYOUT DETAIL PAGE
**  ******************************************* */

#detailPageContainer
{
	position:relative;
	margin-top:20px;
	padding-right:0;
}
#detailPageHeader
{
	position:relative;
	color: #000;
	margin-bottom:20px;
	overflow:hidden;
}
#detailPageHeaderPhoto  /* Div waarin de foto zit. Width en height zijn hetzelfde als de foto  */
{
	position:relative;
	float:left;
	width:241px;
	height:161px;
	margin-right:12px;
}
#detailPageHeaderPhoto img
{
	display:block;
	border:none;
}
#detailPageHeaderProperties
{
	float:left;
	width:170px;
}
#detailPageHeaderProperties h3  /* Adres  */
{
	color:#000;
	font-weight: bold;
	margin:0;
	padding:0;
	font-size:13px;
}
#detailPageHeaderProperties p.contentText
{
	margin-top:0;
}
#detailPageHeaderProperties p.contentText a
{
	color:#000;
}
#detailPageHeaderProperties p.contentText a:hover
{
	color:#f00;
}

#detailPageHeaderButtons  /* Bevat de buttons 'Vorige', 'Volgende', 'Print', 'Mail', 'Reageer' en 'Overzicht'  */
{
	position:relative;
	float:right;
	width:143px;
	margin-right:13px;
}
#detailPageHeaderButtons img
{
	border:none;
	margin-bottom:3px;
}
#detailPageHeaderButtons img.bladderfunctieprevious
{
	position:absolute;  /* absoluut, om hem links in #detailPageHeaderButtons te krijgen  */
	left:0;
	top:0;
}
#detailPageHeaderButtons img.bladderfunctienext
{
	position:absolute;    /* absoluut, om hem rechts in #detailPageHeaderButtons te krijgen  */
	right:0;
	top:0;
}
#detailPageHeaderButtons img.printfunctie
{
	margin-top:23px;  /* om de rest van de buttons onder de absolute buttons te duwen  */
}
#project img.reageerdirectfunctie
{
	margin-top:23px;
}

#detailPageNavigatie  /*  omvat de tabs en de content  */
{
	position:relative;
	clear:left;
	margin-top:20px;
}
/*  ******************************************* **
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;
}

#maintab li a{
	display:block;
	float:left;
	text-decoration: none;
	font-weight:bold;
	color: #fff;
	background:#ccc;
	text-align: center;
	padding: 4px 12px;
	
}
#maintab li a:hover
{
	color:#fff;
	background:#333C4D;
}

#maintab li.selected a
{
	color: #fff;
	background:#333C4D;
}

#ajaxcontentarea
{
	border: 1px solid #000;
	margin-top: 0px;
	padding: 5px 10px 12px 10px;
	width:580px;
}
#ajaxcontentarea h3
{ 
	font-size:12px;
	color: #000;
}
p.contentTextKenmerken
{
	margin:0;
	padding:0;
}
hr.rulerKenmerken
{
	visibility:hidden;
	display:none;
}
.rulerOmschriving
{
    color:#000;
    
}
.imageHypotheek
{
	width: 243px;
	height: 63px;
}
.imageGeldLenen
{
	width: 282px;
	height: 63px;
}
/*
IMAGE DETAILPAGINA
===============================================*/
.iframeFotos
{
	position:relative;
	width:580px;
	height:500px;
	background: none;
	left:-12;
}
body.IframeBody
{
	width: 400px;
	margin:0;
	padding:0;
	background:#fff;
}
#FrogJS
{
	width:580px;
	height:500px;
	padding:0;
	text-align:center;
}
#FrogJSImage
{
	margin:0 auto 0 auto;
	width:520px;
}
#FrogJSCaption
{
	background-color:#fff;
    left:-39px;
    margin:0pt;
    padding:0pt;
    position:relative;
    text-align:center;
    width:580px;
    font-weight: bold;
    font-size: 10px;
}
#FrogJSrightThumb1
{
	right:10px;
    top:360px
}
#FrogJSleftThumb1
{
	left:0px;
   	top:360px;
}
#FrogJSrightThumb2
{
	top:0;
	right:0;
}
#FrogJSleftThumb2
{
	top:0;
	left:0;
}
hr.rulerFotos
{
	visibility:hidden;
	display:none;
}
.iframeMap
{
	width:580px;
	height:450px;
	padding: 0 0 15px 5px;
}
.iframeMapResultPage
{
    width:580px;
    height:580px;
    margin-top:60px;    
}
.ListBanners
{
	margin:0;
}
.NieuwStatus, .KoopHuurStatus
{
    font-weight:bold;
    color:#f00;
}
