#container
{
	background-color: #EEEEEE; 	
	width:768px;	
	margin-left:auto;	
	margin-right:auto;
	margin-top:-15px;

}
#header
{
	text-align:center;	
	background-image: url(Vischpoort.jpg);	
	width: 768px;	
	height: 150px;
}
#footer
{
	background-image: url(Schaakbord.jpg);	
	height: 60px;
}
#menu
{
	width: 780px;	
	height: 23px;
	font-size: 16px;
}
#subcontainer
{
	display: block;	
	float: left;	
	width: 768px;	
	height: auto;	
	background-color: #EEEEEE;
	font-size: 14px;
}
#info
{
	display: block;	
	float: left;	
	width: 150px;	
	background-color: #EEEEEE;
	margin-left:2px;
}
#content
{
	margin-left: 170px;	
	margin-right: 2px;	
	width:auto;	
	height: auto;	
	background-color: #EEEEEE;
}
body 
{  
	font-family: Verdana, Arial, "Trebuchet MS";
	background-color:#808080;
}


H1 
{ 
	font-size: 18px;
}
H2 
{ 
	font-size: 16px;
}
a:visited
{
	color: #413DBB; 	
}
a:hover 
{
	color: #7C3932;
	cursor:hand; /*http://www.hscripts.com/tutorials/css/cursor-types.php*/
}

A 
{
	color: #413DBB; 	
	TEXT-DECORATION: none;
}

/* Dit onderstaande gedeelte is voor de opmaak van het menu */

#nav, #nav ul 
{
	padding: 0 0 0 0px;margin: 0;list-style: none;
}
#nav li 
{
	float: left;
}
#nav ul 
{
	position:  absolute;
	width: 150px;
	left: -1000px;
}
#nav li:hover ul, #nav li.ie_does_hover ul 
{
	left: auto;
	background-position: 0 0;
}
#nav a 
{
	display: block;
	margin: 2px 5px 3px 5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
ul a
{
	font-weight: bold;
	cursor: default;
	color: #413DBB;
}
ul a:hover
{	
	color: #7C3932;
}

/* Hieronder staan de gegevens van het roll down menu */

ul ul a:link, ul ul a:visited
{
	width: 120px;
	color: #CCC;
}
ul ul a:hover
{
	color: #FFF;
}

/* Einde gegevens van het roll down menu */

ul li
{
	background-color: #CCC;
	border-left: 1px solid #EEEEEE;
}
ul ul li
{
	background-color: #2F4F4F;
	border-top: 2px solid #FFF;
	border-left: 0;
	font-size: 13px;
}
div.result
{
	float: left;
}
/* Einde opmaak van het menu *//*http://www.webmasterworld.com/forum83/9313.htm