#scroll { 
overflow: auto; 
height: 370px; 
width: 670px; 
} 

ul { /* alle lists */ 
   padding: 0; 
   margin: 0; 
   list-style: none; 
} 

li { /* alle list items */ 
   float: left; 
   position: relative; 
   width: 10em; 
} 

li ul { /* sub items */ 
   display: none; 
   position: relative; 
   top: 1em; 
   left: 0; 
} 

li>ul { /* postitie resetten voor alle browsers behalve IE */ 
   top: auto; 
   left: auto; 
} 

li:hover ul, li.over ul { /* lists nested onder hovered list items */ 
   display: block; 
} 
#content { 
   clear: left; 
} 

body,td,th {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Afbeeldingen/bg_all.jpg);
	background-repeat: repeat;
}
.style1 {font-size: 10px}
a:link {
	color: #BC8329;
	text-decoration: none;
}
a:visited {
	color: #BC8329;
	text-decoration: none;
}
a:hover {
	color: #8A5F1E;
	text-decoration: none;
}
a:active {
	color: #BC8329;
	text-decoration: none;
}
a {
	font-weight: bold;
	
}

