

h1.headingspecial {
	color: f00;
	font-size: 11px;
	font-weight: bold;
}

h2.headingspecial {
	color: #3E3E3E;
	font-size: 11px;
	font-weight: bold;
	margin-top: 25px;
}

p.pspecial {
	color: #3E3E3E;
	font-size: 12px;
	font-weight: normal;
}

/*** Aan te passen ***/
div#toggleList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676667;
	background: #fff;
	border-top: #B0AAAE 1px dashed;
}

div#toggleList li.linkslistitem a {
	color: #f00;
	text-decoration: none;
}

div#toggleList li.linkslistitem a:hover {
	text-decoration: underline;
}

a.toggleButton {
}

a.toggleButton:hover {
}

/*** 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;
}
