
h1.headingspecial {		
	font: bold 15px;
	color: #FFA83F;
}
h2.headingspecial {	
	font:  13px;
	color: #666666;
}
p.pspecial {	
	font: 10px;
	color: #666666;
}

/*** Aan te passen ***/
div#toggleList {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: none;
}

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;
}
