
/*---- LEES-ALLES styles ----*/


/*-- (sub)navigation Tabs styles --*/
div.tabbColumn {
	float:				left;
	display:			inline;
	width:				238px;
	border-right:		1px solid #7fd6ff;
	zoom:				1;
}

a.leesAllesSubItem {
	display:			block;
	width:				238px;
	height:				50px;
	border-bottom:		1px solid #7fd6ff;
	background-color:	#00aeff;
	text-decoration:	none;
	cursor:				pointer;
}

a.leesAllesSubItem img {
	float:				left;
	margin:				0 6px 0 0;
}

a.leesAllesSubItem div {
	float:				left;
	color:				#3d3d3d;
}

a.leesAllesSubItem h4 {
	margin:				9px 0 0 0;
	color:				#fff;
}	


a.leesAllesSubItem:hover,
div.tabbColumn a.active {
	background-color:	#e5f7ff;
}

a.leesAllesSubItem:hover h4,
div.tabbColumn a.active h4 {
	margin:				9px 0 0 0;
	color:				#00a0eb;
}	


div.column-last {
	padding-top:		35px;
}


/*-- (subsub)navigation styles --*/

div#subSubNav {
	border:				1px solid #00a0eb;
	background-color:	#e5f7ff;
}
	
div#subSubNav div ul li a:hover,
div#subSubNav div ul li.active a {
	color:				#00a0eb;
	background:			url('../gfx/backgrounds/subsubnav-listitems.gif') left -90px no-repeat;
}

div#subsubVisual {
	float:				right;
	width:				209px;
	height:				auto;
	margin-right:		1px;
	margin-bottom:		10px;
	border:				1px solid #00a0eb;
	border-top:			none;
}


div#contentCon ul {
	list-style-image: url('../gfx/icons/li-bullit-leesmeer.gif');
}