<!--
body {
	background-color: #012c1c;
	margin-left: 0; 
	margin-right: 0; 
	margin-top: 0; 
	margin-bottom: 0; 
	 }
	 
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 172px;
	height: 300px;
	background: url(../images/design/links_menu.jpg) no-repeat;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .informatie {
	width: 113px;
	height: 32px;
	background: url(../images/menu/informatie.gif) no-repeat;
	left: 20px;
	top: 23px;
}
#menu .informatie span {
	display: block;
}
#menu .restaurant {
	width: 113px;
	height: 32px;
	background: url(../images/menu/restaurant.gif) no-repeat;
	left: 20px;
	top: 80px;
}
#menu .restaurant span {
	width: 108px;
	height: 22px;
	background: url(../images/menu/restaurant-over.gif) no-repeat;
	left: 1px;
	top: -12px;
}
#menu .piraterij {
	width: 142px;
	height: 32px;
	background: url(../images/menu/piraterij.gif) no-repeat;
	left: 20px;
	top: 137px;
}
#menu .piraterij span {
	width: 119px;
	height: 19px;
	background: url(../images/menu/piraterij-over.gif) no-repeat;
	left: 10px;
	top: -15px;
}
#menu .arrang {
	width: 150px;
	height: 32px;
	background: url(../images/menu/arrang.gif) no-repeat;
	left: 20px;
	top: 194px;
}
#menu .arrang span {
	width: 130px;
	height: 25px;
	background: url(../images/menu/arrang-over.gif) no-repeat;
	left: 1px;
	top: -12px;
}
#menu .contact {
	width: 113px;
	height: 32px;
	background: url(../images/menu/contact.gif) no-repeat;
	left: 20px;
	top: 251px;
}
#menu .contact span {
	display: block;
} 
a.topmenu { 
	font-family:perpetua,arial;
	font-size:12pt;  
	color:#713b14;
	font-weight:bold;
	font-style:italic;
	text-decoration:none; }
a.topmenu:active {  
	color:#000000; }
a.topmenu:link { 
	color:#713b14; }
a.topmenu:visited { 
	color:#713b14; }
a.topmenu:hover { 
	color:#8a8a8a; }

a { 
	font-family:times,times new roman,times,perpetua,verdana,arial;
	font-size:10pt;  
	color:#000000;
	font-weight:bold;}
a:active {  
	color:#000000; }
a:link { 
	color:#000000; }
a:visited { 
	color:#000000; }
a:hover { 
	color:#000000; }
	
img { 
	border:0; }

.active { 
	font-family:perpetua,arial;
	font-size:12pt;  
	color:#000000;
	font-weight:bold;
	font-style:italic;
	text-decoration:none; }

.kop {
	font-family:times,times new roman,times,perpetua,verdana,arial;
	font-size:13pt;  
	color:#713b14;
	font-weight:bold;
	font-style:italic;}

.kop2 {
	font-family:perpetua,arial;
	font-size:12pt;  
	color:#713b14;
	font-weight:bold;
	font-style:italic;
	text-decoration:none; }

.uitleg {
	font-family:times,times new roman,times,perpetua,verdana,arial;
	font-size:10pt;  
	font-style:italic;}

.tekst {
	font-family:times,times new roman,times,perpetua,verdana,arial;
	font-size:10pt;}

.diner {
	font-family:times,times new roman,times,perpetua,verdana,arial;
	font-size:10pt;  
	font-style:bold;}
	
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 350px;
height: 260px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
	text-align: left;
}
//-->