table.content {
	padding: 5px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	margin-right: 5px;
	border: 0px solid #000000;
	}
	
/* categorie titel hyperlink weergave */
table.content  ul.items li.item a {
	color: #606060;
	text-decoration: underline;
	font-weight: bold;
	cursor:pointer;
}

table.content tr.row1 {
	/*background-color: #FFFFFF;*/
}
table.content tr.row2 {
	/*background-color: #EFEFEF;*/
}
table.content tr.row3 {
	/*background-color: #DDDDDD;*/
}
table.content tr.row4 {
	/*background-color: #CCCCCC;*/
}

/* categorie lijst */
table.content ul.items {
	margin-left: 0px;		/* nodig voor linkse uitlijning IE */
	margin-bottom: 0px;
	padding-left: 0px; 		/* nog voor linkse uitlijning Firefox */
	list-style: none;
	/*width: 150px;*/
}
/* categorie item (name en mogelijke subcategorieen) */
table.content ul.items li.item {
	text-decoration: none;
}
/* icon van categorie item */
table.content ul.items li.item img.item_icon {
	margin-right: 0px;
}
/* categorie naam */
table.content ul.items li.item span.item {
	font-weight: bold;
	font-size: 14px;
}

/* sub categorie  lijst */
table.content ul.items li.item ul {
	margin-left: 14px;		/* nodig voor IE */
	padding-left: 0px; 		/* nog voor Firefox */
	list-style: none;
}
/* sub categorie hyperlink weergave */
table.content  ul.items li.item ul a {
	color: #9f9f9f;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
/* algemeen sub categorie item (naam) - ook voor submore en morelink */
table.content ul.items li.item ul li.subitem {
	display: block; /* inline=horizontaal - block=verticaal */
	margin-left: 2px;
}
/* sub categorie item (naam)  more (hidden)*/
table.content ul.items li.item ul li.submore  {
	display: none;	/* more categorieen zijn hidden */
}
/* sub categorie item (naam)  more link (hidden)*/
table.content ul.items li.item ul li.morelink a {
	font-style: italic;
}
/* sub categorie naam */
table.content ul.items li.item ul li.subitem span.subitem {
	color: #9f9f9f;
}

/* results links */
table.content .result_links {
	margin-bottom: 20px;
}
table.content div.categorie_naam,
table.content div.categorie_naam a {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
table.content .result_links .title {
	font-weight: bold;
	color: #000000;
	background-color: #F0F8F9;
	margin-top: 0px;
	padding-top: 0px;
	
table.content .result_links .title a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
table.content .result_links .title a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
table.content .result_links .description {

}
table.content .result_links .url a {
	text-decoration: none;
	color: #f26726;
}
table.content .result_links .url a:hover {
	text-decoration: underline;
	color: #000000;
}

/* navigatie */
div.navigatie .kopachter1 {
	background-color: #f0f8f9;
	background-position: top;
	margin-top: 3px;
	padding-top: 4px;	
	padding-bottom: 0px;
	border-style: solid;
	border-color: #d9d9d9;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	padding-left: 8px;}

div.navigatie .achter1 {
	background-color: #f0f8f9; 
	margin-top: 0px;
	border-style: solid;
	border-color: #d9d9d9;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;}

/*huidige categorie */
div.navigatie div.blok .inhoud .current_cat {
	color: #f26726;
	text-decoration: underline;
}
/* verschillende ul dieptes */
div.navigatie div.blok .inhoud {
	text-align: left;
	padding-left: 8px;
}
div.navigatie div.blok .inhoud ul.nav_0 ,
div.navigatie div.blok .inhoud ul.nav_1,
div.navigatie div.blok .inhoud ul.nav_2 {
	margin-left: 0px;		/* voor IE */
	padding-left: 0px;		/* voor firefox */
	margin-top: 5px;
	margin-bottom: 0px;
	list-style: none;
}
/* alleen alles dieper dan niv 1 (niv begint bij 0) die hebben geen list style */
div.navigatie div.blok .inhoud ul.nav_1,
div.navigatie div.blok .inhoud ul.nav_2 {
	list-style: none;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}
/* li uitlijning */
div.navigatie div.blok .inhoud li {
	display: block; /* inline=horizontaal - block=verticaal */
}
div.navigatie div.blok .inhoud .nav_0 a {
	color: #000000;
}
div.navigatie div.blok .inhoud .nav_1 a {
	color: #9f9f9f;
}

/* search */
div.search .inhoud {
	height: 80px;
	background-image: url(../img/quicknav.gif);
}
div.search .rand2 {
	border: 0px;
}
div.search form {
	margin-top: 30px;
}
div.search input.form_text {
}
div.search input.form_submit {
	padding: 0px;
	margin-top: 0px;
}

/* meer_info */
div.toplinks .result_links,
div.meer_info .result_links {
	margin-bottom: 5px;
}
