@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}


	 #container {
	position: relative;
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/rechten.gif);
	background-repeat: no-repeat;
	position: relative;
}

#lijst
{
	padding-left: 0;
	margin-left: 0;
	width: 200px;
	padding-top: 200px;
	font-size: 12px;
}

#lijst li
{
list-style: none;
margin: 0;
padding: 0.25em;
}

#lijst li a,active {
	text-decoration: none;
	color: #000000;
 }
 
 #lijst li a:hover{
	text-decoration: none;
	color: #4ed1db;
 }
 #lijst #current
 {
		font-size: 12px;
	text-decoration: none;
	color: #4ed1db;
 }
 
#menu {
	position: absolute;
	width: 95px;
	left: 821px;
	height: 619px;
}

#inhoud {
	position: absolute;
	height: 250px;
	width: 248px;
	left: 546px;
	top: 205px;
}

.titel {
color: #4ed1db;
}
