

/******************************* pagina layout ********************************/
#divContainer{
	position:	absolute;
	margin: 	0px -431px; 
	width:		862px; 
	left:		50%;
	border	:		1px solid #939597;
	background:#ffffff;

}



/*******************************     TOP       ********************************/


#divKop{
	float:		left;		
	position:	relative;
	width:		862px;
	height:		105px;
	background: url(../gfx/logo.gif) no-repeat;
	
	
}




#divTopMenu{
	float:		left;		
	position:	relative;
	top:		10px;
	width:		850px;
	border	:	0px solid #939597;
	height:		90px;



}

#divMenu{
	position:	relative;
	float:		left;		
	width:		862px;
	height:		42px;
	background-color: #C9CACC;

}

#divMenu2{
	position:	relative;
	width:		862px;
	height:		32px;
	background-color: #004A7C;

}


#divMenuItem_home{
	position:	relative;
	float:		left;	
	width:		195px;
	height:		25px;
	background-color: #ED1C2E;
	padding-top:	7px;
	padding-left:	10px;
	letter-spacing: -1px;
	border-right:	1px solid #004A7C;



	

}

#divMenuItem{
	position:	relative;
	float:		left;	
	height:		25px;
	background-color: #004A7C;
	padding-top:	7px;
	padding-left:	10px;
	letter-spacing: -1px;


}

#divMenuItem_selected{
	position:	relative;
	float:		left;	
	height:		25px;
	background-color: #ED1C2E;
	padding-top:	7px;
	padding-left:	10px;
	letter-spacing: -1px;


}

#divMain{
	width:		862px;
	position:	relative;
	border:		0px dotted #000000;
	float:		left;		
	left:		0px;
	height:		410px;
}




#divMain_left{
	position:	relative;
	float:		left;		
	padding-left:	10px;

	width:		194px;
	border-right:	1px dotted #D1D1D1;
	height:		410px;
	
	overflow:	hidden;
	z-index:	1;


}

#divMain_low{
	position:	relative;
	float:		left;		
	width:		657px;
	border:		px dotted #000000;
	left:		0px;
	height:		146px;
	overflow:	auto;
}


#divMain_leesverder{
	position:	relative;
	float:		left;		
	width:		640px;
	border:		px dotted #000000;
	left:		0px;
	overflow:	hidden;
	height:		15px;
	text-align:	right;
}


#divMain_high{
	position:	relative;
	float:		left;		
	width:		657px;
	border:		0px dotted #000000;
	left:		0px;
	height:		386px;
	overflow:	auto;
}

#divMain_print{
	position:	relative;
	float:		left;		
	width:		640px;
	border:		px dotted #000000;
	left:		0px;
	overflow:	hidden;
	height:		15px;
	text-align:	right;
}


#divMain_tekst{
	padding: 15px;
}

#divMain_onder_links{

	position:	relative;
	float:		left;
	top:		7px;
	width:		330px;
	border-right:	1px dotted #D1D1D1;
	border-top:	1px dotted #D1D1D1;
	left:		0px;
	height:		240px;
	background-color: #EDEDED;
	z-index:	0;
	overflow:	hidden;



}

#divMain_onder_rechts{

	position:	relative;
	float:		left;		
	top:		7px;
	width:		326px;
	border-top:	1px dotted #D1D1D1;
	left:		0px;
	height:		240px;
	background-color: #EDEDED;
	z-index:	0;
	overflow:	hidden;



}



#div_bottom{
	position:	absolute;
	margin: 	0px -430px; 
	/* margin: 	0px -388px; */ 
	width:		862px; 
	left:		50%;	
	border:		0px dotted #FFFFFF;
	top:		560px;

}



