body {
	width: 600px;
	background-color: #000000;	
	background-image: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
}


img {
	
	border-width: 0px;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	
}



a:link {
	color: Maroon;
	text-decoration: none;
}

a:active {
	color: Black;
	text-decoration: none;
}

a:visited {
	color: Maroon;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
}


div#container {
	width: 600px;
	height: auto;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
}

div#fixed {
	float: left;
	position: fixed;
	width: 172px;
	height: 389px;
	background-color: #FFFFFF;
	background-image: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div#fixed ul {
	list-style: none;
	padding-top: 3px;
	padding-right: 3px;
	line-height: 1.7em;
	font-weight: bold;
}

div#fixed ul li {
	margin-left: -30px;
}
	
	
div#fixed img {

	border-width: 0px;
	border-color:#000000;
	padding: 2px 0px 0px 2px;
	margin: 0px;
	text-align: left;
	
}

div#content {
	float: right;
	width: 425px;
	background-image: url(achtergrond.gif);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	height: auto;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

div#content ol li {
	line-height: 1em;
	margin-bottom: 1em;
}


div#content p {
	padding-left: 15px;
	padding-right: 15px;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
	padding-left: 15px;
	padding-right: 15px;
}

div#content hr {
	margin-left: 15px;
	margin-right: 15px;
}

div#content a:visited {
	color: Maroon;
	text-decoration: none;
}

/* deze regels zijn ingesloten in commentaar

div#content {	
	background-attachment: fixed;  
}	
	*/

