#content {
	width: auto;
	padding-right:20px;
	}


.sitemap-component a {
	color: #006950;
	text-decoration:underline;
	}
	
.sitemap-component a:hover {
	color: #66A192;
	}	

ul.l1 {
	list-style-type:none;
	font-size:1.1em;
	font-weight:bold;
	}
	
	ul.l1 li {
		margin-bottom: 5px;
		}
	
ul.l2 {
	list-style-type:none;
	font-size:0.9em;
	font-weight:normal;
	margin-top:10px;
	}

	ul.l2 li {
		margin-bottom: 0px;
		padding-left:9px;
		background: url(img/list-style-walraven.gif) no-repeat left 2px;
		}
		
	
ul.l3 {
	margin-top:5px;
	margin-bottom:7px;
	background: none;
	list-style-type:none;
	}
	ul.l3 li {
		background: url(img/list-style-line.gif) 0px 3px no-repeat;
		padding-left:10px;
		}

ul.l4 {
	list-style-type:none;
	}
ul.l4  * {
	list-style-type:none;
	}
	