/* 
 * Hoofdmenu
 */	
#hoofdmenu { 
	width: 935px; 
}

#hoofdmenu ul { 
	list-style: none; 
	margin: 0px;
	padding: 0px;
	float: left;
}

#hoofdmenu .item {
	margin-left: 5px;
	margin-right: 10px;	
	position: relative;
}

#hoofdmenu .zoekitem {
	
	position: relative;	
	margin-left: 60px; /* Deze waarde kan lager worden in verband met de grootte van het menu */
}

#hoofdmenu ul ul li {
	position: relative;	

	width: 145px;
	background: #e2ebf9;
	
	padding: 4px;
}

#hoofdmenu ul ul li:hover { 
	border: 1px solid #a8d8eb;
	background: #e0edf3;
	padding: 3px;
}



#hoofdmenu ul ul {
	position: absolute;
	z-index: 500;
	display: none;
	padding: 1px;
	background: white;
	border: 1px solid #a8d8eb;
	margin-left: 1px;
}

#hoofdmenu ul ul div {
	border: 1px solid #fff;	
}

#hidden { display: none; }


#hoofdmenu ul ul ul {
	top: 0;
	left: 100%;
}


#hoofdmenu a { 
	text-decoration: none; 
	font-weight: bold; 
	color: #1768a0; 
}

#hoofdmenu a:hover, #hoofdmenu .actief a { 
	text-decoration: underline; 
}

#resultaten {
	top: 21px;
	left: -94px;
	position: absolute;
	
	width: 250px;
	z-index: 400;
	display: none;
}

#resultaten .header {
	background: #1768a0;
	padding: 4px;	
	font-weight: bold;
	color: white;
}

#resultaten .resultset {
	background: #e1e1e1;	
}

#resultaten #set {
	background: #e1e1e1;
	display: block;	
	width: 100%;
	border: 0px;
	overflow: hidden;
}

#resultaten #set .i {
	border: 0px;
	background: #e1e1e1;	
	padding: 8px 4px 8px 4px;
	height: 100%;
	width: 100%;
}

#resultaten #set .i:hover {
	background: #d9d9d9;	
}

#resultaten #set div span {
	font-weight: bold;	
}

#resultaten #set div div {
	border: 0px;
	font-size: 10px;
	
}

#resultaten .footer {
	padding: 3px;
	padding-top: 5px;
	background: url(../img/schaduw.png) no-repeat;
	height: 26px;
	text-align: right;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

#resultaten .relevantie {
	float: right;	
	margin-right: 7px;
	margin-top: -5px;
}

#resultaten .typeDef {
	border: 0px;
	background: #c8c8c8; color: #626262;
	font-weight: bold;
	padding: 3px;
	height: 100%;
	width: 100%;
}

.heeftKinderen { 
	position: absolute;
	right: 0px;
	top: 5px;	
}

