body {		
background-image: url(../beelden/berg.jpg);		
background-position: top left;		
background-repeat: no-repeat;		
background-attachment: fixed;
font-size: 12px;
font-family: verdana, sans-serif;		
}		
		
h1 {		
font-family: verdana, sans-serif;		
font-size: 18px;		
color: #006666;		
}		
		
h2 {		
font-family: verdana, sans-serif;		
font-size: 14px;		
font-weight: bold;		
color: #006666;		
}	
		
.zeewier { 		
font-size: 14px; 		
font-weight: bold; 		
color: #006666 		
}		
		
.vuur { 		
font-size: 10px; 		
font-weight: bold; 		
font-style: italic;		
color: #FF6600 		
}		
		
.small { 		
font-size: 11px; 		
font-weight: bold; 		
color: #006666 		
}		

.adres { 		
font-size: 9px; 		
font-weight: bold; 		
color: #000066 		
}		

.pre {
font-family: courier, monospace;
color: #0000FF 
}

.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: 30px;		
left: 20px;		
width: 180px;		
height: 100px;		
z-index=1		
}		
		
#main {		
position: absolute;		
top: 175px;		
left: 280px;		
width: 500px;		
height: automatic;		
z-index=3		
}		
		
#menu {		
position: fixed;		
top: 176px;		
left: 20px;		
width: 180px;		
height: 280px;		
z-index=2		
}	
