
h1.headingspecial {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #009BE1;
	margin: 0px 0px 10px 0px;
}

h2.headingspecial {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin: 20px 0px 10px 0px;
}

p.pspecial {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

a:active {
	color:f00;
}

/*** Aan te passen ***/
div#toggleList {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: none;
}

div#toggleList li.linkslistitem a {
	color: #009BE1;
	text-decoration: none;
}

div#toggleList li.linkslistitem a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/*
a.toggleButton {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

a.toggleButton:hover {
	color: #000;
	text-decoration: none;
}
*/

/*** 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;
}
