body {
	background-color: #333333;
}
.teksten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	text-decoration: none;
	font-weight: normal;
}
.menuteksten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CC00;
	text-decoration: none;
	font-weight: normal;
}
a.menuteksten:hover {
	color: #FFFF33;
	text-decoration: underline;
}
.bovenmenuteksten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	right: 5px;
}
a.bovenmenuteksten:hover {
	color: #FFFF33;
	text-decoration: underline;
}
.titel {
	font-size: 16px;
	font-family: arial;
	color: #FFFF99;
	font-weight: bold;
	text-decoration: none;
}
.borderImage {
	border: 1px solid #FF0000;
}
.MenuBorderLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
.BovenMenuBorder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}
.SubmenuBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
a.borderImage:hover {
	border: 1px solid #FFCC00;
	background-color: #333333;
}
.handje {
	cursor: pointer;
}
.OnderBorderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

