body {
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12pt;
	margin: 0;
	}
.hoofdcel {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-image: url(../images/bottom_blauw.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;

}
.menudiv {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	position: relative;
	left: 0px;
	visibility: visible;
	
}
.hoofdcel_geel {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-image: url(../images/bottom_geel.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;

}
.hoofdcel_blauw {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-image: url(../images/bottom_blauw.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;

}
.hoofdcel_oranje {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-image: url(../images/bottom_oranje.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;

}
.hoofdcel_paars {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-image: url(../images/bottom_paars.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;

}
.hoofdcel_rood {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-image: url(../images/bottom_rood.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;

}
.hoofdcel_purple {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-image: url(../images/bottom_purple.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;

}
.hoofdcel_pink {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-image: url(../images/bottom_pink.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;

}
.hoofdcel_home {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-image: url(../images/bottom_home.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;

}
.divhoofdtekst {
	font-family: "Trebuchet MS", Verdana, Arial;
	overflow: auto;
	position: relative;
	visibility: visible;
	top: 15px;
	left: 10px;
	width: 530px;
	height: 550px;
	color: #FFFFFF;
}
a:link.menulink, a:visited.menulink, a:hover.menulink, a:active.menulink {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-variant: small-caps;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #333333;
}
h1 {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
}
h2 {
	color: #000000;
	font-size: 12pt;
}

li {
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, "Comic Sans MS";
	font-size: 10pt;
	list-style-type: square;
}
h3 {
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, "Comic Sans MS";
	font-size: 10pt;
	font-weight: bold;
	line-height: normal;
	margin-bottom: -20px;
}
a:link, a:visited, a:active 	{
	text-decoration:none;
	color: #663399;
}
a:hover	{
text-decoration:underline;
}