body
	{ 
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-color: #009999;
		min-height:100%;
		font-family: Arial, Helvetica, sans-serif;
		color:yellow;
	}
	
table {font-size: small;	
	color:white;
	}

div.slideshow{
	position: absolute;
	left: 5%;
	top: 0.1em;
	width: 10%;
	height: 15%;
	
	margin:0;
	
	overflow:hidden;
	z-index: 1;
        font-size: x-small;
        }
	
div.eiland{
	position: absolute;
	left: 16%;
	top: 0.1em;
	width: 50%;
	height: 15%;
	
	margin:0;
	
	overflow: hidden;
	z-index: 1;
        font-size: x-small;
        }
div.adres{
	position: absolute;
	right: 19%;
	top: 0.1em;
	width: 15%;
	height: 15%;
	
	margin:0;
	
	overflow: hidden;
	z-index: 1;
        font-size: 10px;
        }
div.home{
	position: absolute;
	right: 5%;
	top: 0.1em;
	width: 13%;
	height: 15%;
	
	margin:0;
	
	overflow:hidden;
	z-index: 1;
        font-size: 12px;
        font-weight: bold;
        }
div.footer{
	position: absolute;
	left: 16%;				
	bottom: 0%;				
	width: 77%;
	
	color:#FFFF00;
	
	margin:0;
	padding:0;
	spacing:0;	
	
	overflow: auto;
		z-index: 1;
	        font-size: small;        
	}
div.framebox {
	position: absolute;
	left:16%;				
	bottom:8%;				
	width:77%;				
	height:77%;			
	border: 2px solid white;
	overflow: hidden;
	
	}

#iframebox {
	width:100%;
	height:100%;
	margin:0;
	z-index: 0;
	font-size: small;
	
	color:white;
	
	}

#frametitel{
	        font-size: 20px;
	        font-weight:bold;
		color:#FFFF00;
	}

#frametxt{
	position:relative;
	font-size: 12px;
	width: 99%;
	left 0%;
	margin:1%;
	
	z-index: 0;
	color:white;
	}



div.menu {
	position: absolute;
	left: 5%;
	top: 20%;
	width: 10%;
	height:35%;
	z-index: 6;

	background-color:#66CC00;
	/* for IE 
	filter:alpha(opacity=80);
	/* CSS3 standard */
	/*opacity:0.8;*/
	
}

div.menu a:link {
	text-decoration: none;
	font-weight:900;
	color: white;
}
div.menu a:visited {
	text-decoration: none;
	color: light-gray; 
} 
div.menu a:hover {
	color: yellow;
}

#img01 {
	position: absolute;
	left: 22em;
	top: 80em;	
	border: thin double #000000;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	z-index: 7;
  }
#img01 a:link {
	text-decoration: none;
	color: black;
}
#img01 a:visited {
	text-decoration: none;
	color: blue; 
} 
#img01 a:hover {
	color: lightblue;
}
a:link {text-decoration: none; color:#000000; }

h1 {
	font: bold 13px tahoma; 
	color: yellow;
}
h2 {
	font: bold 20px tahoma; 
	color: yellow;
}
h3 {
	font: bold 32px tahoma; 
	color: yellow;
}
p   {
	font: underlined 12px tahoma; 
	color: white;
}
