.logo {
	background-attachment: scroll;
	background-image: url(../plaatjes/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.kop {
	font-family: "Gill Sans MT", Arial, "Times New Roman";
	font-size: 22px;
	color: #FFFFFF;
}
.tussenkop {
	font-family: "Gill Sans MT", Arial, "Times New Roman";
	font-size: 18px;
	color: #FFFFFF;
}
.tekstWie {
	font-family: "Gill Sans MT", Arial, "Times New Roman";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
	cursor:pointer;
}
.tekst {
	font-family: "Gill Sans MT", Arial, "Times New Roman";
	font-size: 15px;
	color: #FFFFFF;
}
.tekstZwart {
	font-family: "Gill Sans MT", Arial, "Times New Roman";
	font-size: 15px;
	color: #000000;
}
.tekstPaars {
	font-family: "Gill Sans MT", Arial, "Times New Roman";
	font-size: 15px;
	color: #661166;
}
.rubriek {
	font-family: "Gill Sans MT", Arial, "Times New Roman";
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer;
}
.rubriek:hover {
	text-decoration:underline;
}
A {
	color: #FFFFFF;
}
.subrubriek {
	font-family: "Gill Sans MT", Arial, "Times New Roman";
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}
.subrubriek:hover {
	text-decoration:underline;
}
.subsubrubriek {
	font-family: "Gill Sans MT", Arial, "Times New Roman";
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}
.subsubrubriek:hover {
	text-decoration:underline;
}

.tekstLink {
	text-decoration: underline;
	cursor: pointer;
}
