
h1.headingspecial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px 10px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

h2.headingspecial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 20px 10px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

/*** Aan te passen ***/
div#toggleList li.linkslistitem a {
	text-decoration: none;
}

div#toggleList li.linkslistitem a:hover {
	text-decoration: underline;
}


/*** Standaard ***/
div#toggleList {
	width: 100%;
	clear: both;
	display: block;
	font-weight: normal;
}

div#toggleList ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div#toggleList ul li {
	width: 32%;
	float: left;
}

div#toggleList br.clear {
	border: none;
	height: 0px;
	clear: both;
}

