html {
	margin: 0px;
	padding: 0px;
	}

body {
	background-color: #ccccff;	
	background-image: url('plaatjes/achtergrond.gif');
	background-repeat: repeat-x;
	text-align:center;
	}


#wrap {
	float: center;
	position: relative;
 	width: 781px;
	margin:auto;
	text-align:left;
	padding-left:0px;
	height: 600px;
	overflow: visible;
	}

#header {
	position: relative;
	margin-top: 10px;
	float: left;
	width: 781px;
	height: 120px;
	text-align: center;
	background-image: url('plaatjes/header.gif');
	background-repeat: no-repeat;
	}

#tekst {
	position: relative;
	float: left;
	width: 781px;
	background-image: url('plaatjes/achtergrond.png');
	background-repeat: repeat-y;
	}

#menu {
	position: relative;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	width: 781px;
	height: 31px;
	
	}

#content {
	position: relative;
	float: left;
	width: 550px;
	_width: 490px;
	margin: 10px;
	_margin: 10px;
	}

.tekst {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000
	line-height:12pt;
}

#sidebar {
	_padding-left: 40px;
	position: relative;
	float: left;
	width: 200px;
	_width: 170px;
	padding-top: 10px;
	}

#footer {
	position: relative;
	float: left;
	width: 781px;
	height: 17px;
	background-image: url('plaatjes/footer.png');
	background-repeat: no-repeat;
	}

.bookmarks {
border-width:0px;
border-style:solid;
color:#000000;
padding:0px;
margin-top: 0px;
margin-bottom:0px;
}
.bookmarks h2{
border-width:0px;
color: #ffffff;
display: none;
border-style:solid;
font-size:9pt;
font-weight: bold;
padding:0px;
margin:0px;
}
.bookmarks li{
list-style: none;
margin-bottom:0px;
}
.bookmarks ul{
list-style-type:none;
padding-left:0px;
margin-top:0px;
margin-left:0px;
}





