/*** Aan te passen ***/
h2.headingpspecial {
	margin-top: 20px;
}

a#button {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 10px;
}

a#button:hover {
	text-decoration: underline;
}

div#toggleList {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000;
	background: none;
	font-weight: normal;
}

div#toggleList li.linkslistitem a {
	color: #000;
	text-decoration: none;
}

div#toggleList li.linkslistitem a:hover {
	text-decoration: underline;
}

/*** Standaard ***/

div#toggleList {
	width: 100%;
	display: block;
}

div#toggleList ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

div#toggleList ul li {
	width: 99%;
	float: left;
}

div#toggleList br.clear {
	border: none;
	height: 0px;
	clear: both;
}

ul#sitemaplist li.linkslistitem {
	list-style-type: none;
}

ul#sitemaplist li.linkslistitem a {
	color: #000;
	text-decoration: none;
}

ul#sitemaplist li.linkslistitem a:hover {
	text-decoration: underline;
}