body {
	background-color: white;
	color: black;
	line-height: 20px;
	font-size: 15px;
	font-family: cambria, georgia, serif;
	margin: 0px;
	background-image: url(../plaatjes/lay_achter_2.gif);
	background-repeat: no-repeat;
	background-position: top center;

}

a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#basis {
	width: 100%;
	min-height: 670px;
	position: absolute;
	text-align: center;
		background-repeat: no-repeat;
	background-position: top center;
	top: 5px;
}

#lijst	{
	font-size: 14px;
	text-align: left;

	}


	
#basis ul	{
	list-style-type: none;
	padding: 0;
	width: 1000px;
	margin: 15px auto;
	}
	

	
	
#basis ul ul#navi_boven li	{
	float: left;
	width: 180px;
	height: 45px;
	text-align: center;
	line-height: 36px;
	background-repeat: no-repeat;
	background-position: top center;	
	}
	
	
#basis ul ul#navi_boven li:hover	{
	
	//background-image: url(../plaatjes/omcirkel.gif);
		background-repeat: no-repeat;
	background-position: top center;
	}
	
#basis ul ul#navi_boven li#current_item	{
	//background-image: url(../plaatjes/omcirkel.gif);
		background-repeat: no-repeat;
	background-position: top center;
	}
	
#basis ul ul li#zoek	{
	float: left;
	width: 225px;
	text-align: left;
	padding-left: 70px;
	}
	
#basis ul ul#content li	{
	float: left;
	width: 178px;
	height: 178px;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	
	}
	
	
#basis ul ul li#rechts	{
	float: left;
	width: 295px;
	vertical-align: text-top;
	
	}
	
#basis ul ul#navi_links li#links	{
	float: none;
	width: 150px;
	height: 180px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	}
	
#basis ul ul#navi_links	{
	float: left;
	width: 150px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	

#basis ul li#kolom_1	{
	float: left;
	width: 320px;
	text-align: left;
		line-height: 20px;
	font-size: 15px;
	margin: 20px;
	}
	
#kop	{
	text-align: center;
	width: 320px;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	}
	
#tussenkop	{
	margin-top: 24px;
	font-weight: bold;
	clear: both;
	}
	
#basis ul li#kolom_2	{
	width: 470px;
	text-align: left;
	line-height: 20px;
	font-size: 15px;
	margin: 20px 0 20px 20px;
	float: left;
	
	}
	
.plaat	{
	margin: 20px 0 0px 0;
	height: 300px;
	width:auto;
	max-width: 470px;
	}
	
#overlaag	{
	left: 0px;
	top: 60px;
	font-size: 220px;
	line-height: 220px;
	text-align: left;
	position: absolute;
	width: 890px;
	margin-left: 50%;
	left: -390px;
	
	cursor: hand;
	cursor: pointer;
	}
	
#thumbs ul	{
	 list-style-type: none; 
	 width: 500px;
}

#thumbs	ul li	{
	width:80px; 
	height: 80px; 
	margin: 0px 30px 30px 0; 
	border-style: solid; 
	border-width: 0px; 
	float: left;
}

#thumbs	ul li img {
	max-width: 80px;
	width: expression( this.scrollWidth < 81 ? "80px" : "auto" ); /* sets min-height for IE */
	max-height: 80px;
	height: expression( this.scrollHeight < 81 ? "80px" : "auto" ); /* sets min-height for IE */
	cursor: pointer; 
	cursor: hand;
}
	
#captionsub	{
font-size: 10px;
height: 28px;
}

