/*
-------------------------------------------	
	    DEFAULT HTML ELEMENTS
-------------------------------------------
*/

* {
	font-family: arial, helvetica, sans-serif	
}

H1,H2,H3,H4,H5,H6 {
	font-weight: bold;
}
H1 {
	font-size: 1.5em;
}
H2 {
	font-size: 1.3em;	
}

/*
-------------------------------------------	
	    	 GENERIC CLASSES
-------------------------------------------
*/

/* DEFINES ALL POSITONING ELEMENTS */
DIV.layout {

}
/* EVERY PART IN THE CONTENT IS A SECTION */
DIV.section {
	width: auto;
	clear: both;
}
/* SEARCH RESULTS */
UL.results LI.result {
	display: block;
	clear: both;	
	width: auto;
}
DL.key_value DT.key {
	position: relative;
	float: left;
	clear: left;
	font-weight: bold;	
}
DL.key_value DD {
	
	position: relative;
}

/* PAGENUMBERS */

UL.pages  {
	list-style: none;	
	padding:0px;
}
UL.pages LI {
	display: block;
	float: left;
}
UL.pages LI.page_mumbers UL LI {	
	width: 18px;
}

/* TAB PANNELS */
DIV.tabpanel {
	position: relative;	
	padding-top: 21px;
}
UL.tabsMenu {
	position: absolute;
	display:block;
	z-index:10;
	top: 0px;
	height:20px;
}
LI.tabMenuItem {
	float: left;
}
LI.tabMenuItem SPAN{
	display: block;
	height: 20px;
}
LI.tabMenuItem SPAN.selected {
	border-bottom: 0px;
	height: 21px;
}

/* REALESTATE OBJECTS */

SPAN.conditie_kort {
	display: none;	
}
