	h1.headingspecial{
		margin-bottom: 10px;
		font-size:18px;
		font-weight: bold;

	}
	h2.headingspecial{
		margin-bottom: 10px;
		margin-top: 25px;
		font: bold 14px arial;
	}
	p.pspecial{
		font: normal 12px arial;

	}
		/* CSS combobox */
	#e_menu {
		/*top:0;
		right:0;
		bottom:0;
		left:0;
		position:absolute;*/
	}

/*** Aan te passen ***/
div#toggleList {
	font-family: arial;
	font-size: 11px;
	color: #000;
	background: none;
	color: #FFF;
	margin-left: 15px;
}

div#toggleList li.linkslistitem a {
	text-decoration: none;
	color: #FFF;
}

div#toggleList li.linkslistitem a:hover {
	text-decoration: underline;
	color: #FFF;
}

a.toggleButton {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}

a.toggleButton:hover {
	font-family: arial;
	text-decoration: underline;
	color: #FFF;
}

/*** 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;
}

