body {		
font-family: verdana, sans-serif;
font-size: 12px;		
}		
		
h1 {		
margin-left: 50 px;		
margin-right: 50 px;		
font-size: 18px;		
color: #006666;		
}
		
h2 {		
margin-left: 25 px;		
margin-right: 50 px;		
font-size: 14px;		
color: #006666;		
}		

.zeewier { 		
font-size: 14px; 		
font-weight: bold; 		
color: #006666 		
}		
		
.big { 
font-size: 14px; 
}

.small { 
font-size: 9px; 
}

.rood { 
color: #666600 
}
		
.adres { 		
font-size: 9px; 		
font-weight: bold; 		
color: #990000 		
}		

.strong { 		
font-weight: bold; 		
}		

.emp { 		
font-style: italic; 		
}		

A:link {		
color: #000099;		
text-decoration: none;		
}		
		
A:visited {		
color: #0033FF;		
text-decoration: none;		
}		
		
A:hover {		
color: #FFFF33;		
cursor: hand;		
text-decoration: none;		
}		
		
#logo {		
position: fixed;		
top: 40px;		
left: 20px;		
width: 180px;		
height: 100px;		
z-index=1		
}		

#menu {		
position: fixed;		
top: 426px;		
left: 40px;		
width: 180px;		
height: 280px;		
z-index=2		
}	

#main {		
position: absolute;		
top: 100px;		
left: 330px;		
width: 410px;		
height: automatic;		
z-index=3		
}		

