@charset "utf-8";

.kleinetekst {
	font-size: 11px;
	color: #DBD8BD;
}.rosetekst {
	color: #CC1A8A;
	font-size: 12px;
}
.rose_header {
	font-size: 18px;
	font-weight: bold;
	color: #CC1A8A;
}
.blauw_header {
	font-size: 18px;
	font-weight: bold;
	color: #0096D7;
}
.paars_header {
	font-size: 18px;
	font-weight: bold;
	color: #6A1385;
}
.groen_header {
	font-size: 18px;
	font-weight: bold;
	color: #4BA222;
}
.petrol_header {
	font-size: 18px;
	font-weight: bold;
	color: #006F9D;
}
.bruin_header {
	font-size: 18px;
	font-weight: bold;
	color: #6A5448;
}
.comicsans {
	font-family: "Comic Sans MS";
	font-weight: normal;
}
.comicsansGroen {
	font-family: "Comic Sans MS";
	font-weight: normal;
	color: #4BA222;
}
.comicsansPaars {
	font-family: "Comic Sans MS";
	font-weight: normal;
	color: #6A1385;
}
.comicsansRose {
	font-family: "Comic Sans MS";
	font-weight: normal;
	color: #CC1A8A;
}
.comicsansPetrol {
	font-family: "Comic Sans MS";
	font-weight: normal;
	color: #006F9D;
}
.hotelachtergrond {
	background-image: url(../bestanden/templates/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

