BODY {
	font-family: Andalus, Calibri, "Times New Roman", "Comic Sans MS", Arial, "Courier New", Sans-serif;
	font-size: 12px;
	text-align: center;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#main {
	width: 100%;
	text-align: center;
	border: 0px ;
	border-spacing: 0px 0px;
	margin: 0%, 0%, 0%, 0%;			/* -top, -right, -bottom, -left */
	padding: 0%, 0%, 0%, 0%;		/* -top, -right, -bottom, -left */
}
#mainbody {
	width: 1000px;
	height: 550px;
	text-align: left;
	background-color: white;
	border-style: solid;
	border-spacing: 0px 0px;
	margin: 0%, 0%, 0%, 0%;			/* -top, -right, -bottom, -left */
	padding: 0%, 0%, 0%, 0%;		/* -top, -right, -bottom, -left */
	border-width: 5px;
	border-color: rgb(0, 255, 0);		/* groen */
}
.menu_item_active {
	color: white;
	font-size: 20px;
	font-family: "Times New Roman";
	font-variant: small-caps;
	width: 165px;
	height: 43px;
	background-color: rgb(0, 255, 0);	/* groen */
	vertical-align: bottom;
}
.menu_item {
	font-size: 20px;
	font-family: "Times New Roman";
	font-variant: small-caps;
	width: 165px;
	height: 43px;
	background-color: rgb(0, 255, 0);	/* groen */
	vertical-align: bottom;
}
.header {
	color: blue;
	font-size: 20px;
	font-family: "Times New Roman";
	font-variant: small-caps;
	width: 165px;
	height: 50px;
	vertical-align: top;
}
.text_area {
	vertical-align: top;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
p {
	font-size: 15px;
}
a:link, a:visited {
	text-decoration: none;
	color: blue;
}
a:hover, a:active {
	text-decoration: none;
	color: white;
}
#standaad_link	{
	color: blue;
}
ul.vierkant {
	list-style-type: square;
}
ul.rond_open {
	list-style-type: circle;
}
ul {
	list-style: none; /* Remove default bullets */
	list-style-position: inside:
}
ul li::before {
  content: "\263A";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: rgb(0, 255, 0); /* Change the color */ /* groen */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 2.7em; /* Also needed for space (tweak if needed) */
margin-left: -2.7em; /* Also needed for space (tweak if needed) */
/*    margin-left: -1.5em; /* Also needed for space (tweak if needed) */
}