h1.headingspecial {
	margin: 150px auto 10px auto;
	font-size: 24px;
	color: #666;
}

h2.headingspecial {
	margin: 30px auto 10px auto;
	padding: 0;
	line-height: 18px;
	font-size: 18px;
}

p.pspecial {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}



#button {
	cursor: pointer;
	color:#fff;
	font-size:14px;
}

div#e-menu {
	width: 950px;
	background: #FF0000;
}

/*** Aan te passen ***/
div#toggleList {
	margin-top: 10px;
}

div#toggleList li.linkslistitem a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

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;
}

