.lichtgrijs {
	color: #777F7D;/* intro text */
}

.groengrijs {
	color: #6C7B78;/* menu hover */
}

.donkergrijs {
	color: #373535;/* menu bg, h1*/
}

.lichtblauw {
	color: #BBD6D0;/* langswitch */
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

