/*** Aan te passen ***/
div#e-footer {
bottom:0;
left: 5px;
clear:both;
position:absolute;
}

h1.headingspecial {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

h2.headingspecial {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

p.pspecial {
	text-align: left;
	margin-bottom: 10px;
}

#button {
	cursor: pointer;
}

div#toggleList {
	font-size: 12px;
	color: #000;
	background: none;
	font-weight: normal;
}

div#toggleList li.linkslistitem a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

div#toggleList li.linkslistitem a:hover {
	text-decoration: underline;
	font-size: 10px;
}

/*** Standaard ***/

div#toggleList {
	width: 100%;
	display: block;
}

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;
}

div#e-toggleList {
	width: 100%;
	display: block;
}

div#e-toggleList ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

div#e-toggleList ul li {
	width: 16%;
	float: left;
}

div#e-toggleList br.clear {
	border: none;
	height: 0px;
	clear: both;
}

a#e-toggleButton {
	color:#000;
	text-decoration:none;
}

a#e-toggleButton:hover {
	color:#95B6D9;
	text-decoration:underline;
}

div#e-toggleList li.linkslistitem a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

div#e-toggleList li.linkslistitem a:hover {
	color: #95B6D9;
	text-decoration: underline;
	font-size: 10px;
}