
div#toggleList li.linkslistitem a {
	color: #52044A;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
}

div#toggleList li.linkslistitem a:hover {
	text-decoration: underline;
}

/*** Standaard ***/
div#toggleList {
	width: 100%;
	background-color: #F7F3F7;
	border-top: 1px solid #52044A;
	position: absolute;
	bottom: 20px;
	left: 0;
	overflow: hidden;
}

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;
}
