.uitleg{
	position: absolute;
	width: 540px;
	height: 80px;
	z-index: 2;
	visibility: hidden;
	text-align: left;
}

.uitlegblok
{
	width: 540px;
	border: solid white 1px;
	background-color: #7D7D7D;
}

.uitlegtekst{
	font-size: 0.8em;
	margin: 10px;
	color: white;
}

a {color: white; text-decoration: none;}
a:hover{text-decoration: underline;}
