.titel {
	background-image: url(images/h.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
}
.navigatietekst {
	background-image: url(images/arrow.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
gewone tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.nav {
	text-align: left;
	color: 	#7D8085;
	width: 150px;
}
.nav li { 
	font-weight: bold; 
	margin: 5px 0 5px 0px; 
	padding: 0px 0 0 0px; 
	border-bottom: 1px solid #ccc; 
	height: 25px; background: url(li.png) no-repeat left;
}
.nav li a { color: #546078; text-decoration: none;  padding: 5px 0 0 10px; display: block; height: 25px;}
.nav li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 25px;
	background-color: #142843;
}

