#logo, #welkom_hoofd, #welkom_tekst, #overzicht_titel, #overzicht_navigatie, #overzicht, #footer{
	width: 900px;
	margin: 0;
	left: 0;
	padding: 0px;
	color: #690DBD;
}

#logo{
	text-align: center;
}

#footer{
	text-align: center;
}

#welkom_hoofd{
	margin-top: 25px;
	font-size: 15px;
	font-weight: bold;
}

#welkom_tekst{
	padding: 8px 0;
	font-size: 12px;
	text-align: justify;
	font-style: italic;
}

#overzicht_titel{
	margin-top: 25px;
	font-size: 15px;
	font-weight: bold;
}

tbody tr{
	cursor: pointer;
}
tbody tr td{
	white-space: nowrap;
}

