/*
-------------------------------------------	
	    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,
SPAN.district {
	display: none;	
}


/* 
	voor backward compatiblity van de huidige lijst zetten we 
 	wat nieuwe elementen standaard uit in de core css
*/

.vastgoed-lijst .lspace_key_value,
.vastgoed-lijst .surface_key_value,
.vastgoed-lijst .buildyear_key_value,
.vastgoed-lijst .meer_info,
.vestigingen_lijst .pobox {
	display: none;	
}


/* FORM */

/* it's pretty hard to really style a legend element,
so i mad ean alternative div for it. By default this should be hidden
*/

DIV.form-legend {
	display: none;
}

H1.search_engine, H2.search_engine
{
	display: none;	
}

/*

 BMW framework / Realworks
 -------------------------
 Idea: Jochem
 Coldfushion code: Jons
 CSS: Michiel G.

*/
