/*ECHIM-Cluster-css  

LET OP DIT IS EEN CLUSTER CSS

In deze file worden de scherm elementen geplaatst. Er wordt hier GÉÉN STYLE toegevoegd.

Dit heeft meerdere belangrijke voordelen:
 - Cluster-layout en site-layout style zijn COMPLEET gescheiden.
 - Cluster-layout is makkelijk aan te passen voor alle sites.
 - Site-layout is onafhankelijk van de cluster-layout te overschrijven in de sitespecifieke css.
 - Site-style is onafhankelijk is van de andere sites en onafhankelijk van het cluster.
 - En iemand die kleur wil aanpassen kan nooit de layout van andere sites vernaggelen.
*/


body
{
	/*layout*/
	padding:0px;
	margin:0px;
}
/*****************/
/*Logo van Echim.*/
/*****************/
div#kop
{
	/*layout*/
	position:absolute;
	left:0px;
	top:0px;
	height:105px;
	display:block;
	margin-left:8px;
}
/**************************/
/*De inhoud van de pagina.*/
/**************************/
div#content_index_tree
{
	/*layout*/
	height:100%;
	width:30%;
	float:left;
}
div#content_index_contents
{
	/*layout*/
	overflow:auto;
	width:70%;
	float:left;
}
div#ie6_box_model_fixer
{
	min-height:500px;
	height:auto !important;
	height:500px;
}
/**************************/
/*Het servicemenu bovenaan*/
/**************************/
div#navigatie
{
	position:absolute;
	right:0px;
	top:8px;
	height:105px;
	display:block;
}
div#navigatie li
{
	float:left;
	margin-right:1em;
}
#content
{
	padding:8px;
	margin-bottom:13px;/*8px margin +5px van de absoluut gepositioneerde footer*/
}
/*******************/
/*In en uitklapper.*/
/*******************/
#slidecontainer
{
	position:relative;
	text-align:left;
	width:16px;
	height:17px;
	display:none;
}
#slidecontainer .slider
{
	border:none;
}
#divVisiblePnl
{
	position:absolute;
	left:-4px;
	top:47px;
	width:16px;
	height:17px;
}
#divHidePnl
{
	
	position:absolute;
	left:320px;
	top:47px;
}

.information_tekst_container, .kb_frame_clearing, .kort_bondig
{
	clear:both;
}
.information_tekst_container
{
	width: 100%;
}
