/*---- Copyright (c) 2006 DHP ---- www.diewke.nl -----*/

#credits { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt; 
	text-decoration: none;  
	color: #B7B7B7;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
	min-width: 670px;
}

#credits a { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt; 
	text-decoration: none;  
	color: #B7B7B7;
}
	a img { background-repeat: no-repeat; border: none;}
	a:link { color: Black;}
	a:hover { color: Black;}
	a:visited { color: Black;}
	a:active { color: Black;}
	
h1{font-family: Georgia, "Times New Roman", Times, serif;  font-size: 8pt;  color: black;  font-weight: bold; margin: 0px;}
h2{font-family: Georgia, "Times New Roman", Times, serif;  font-size: 12pt;  color: black;  font-weight: bold; margin: 0px;}
h3{font-family: Georgia, "Times New Roman", Times, serif;  font-size: 18pt;  color: red;  font-weight: bold; margin: 0px;}
	
	
Body {
	font-family: Georgia, "Times New Roman", Times, serif;  font-size: 8pt;  color: black; 
}
	
/* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
#horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -275px;
   text-align: center;
   min-width: 750px; 
 }
 /* end IE 5 hack */ 
	  
#content {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 750px;
	height: 550px;
	margin: 0px auto;
	border: thin groove;
	}	

#logo{
	position: absolute; left: 60px; top: 75px;
	width: 150px;
	height: 125px;
	}
	
#menu{
	font-family: Lucida Console, Monaco5, monospace; font-size: 8pt;  color: black; 
	position: absolute; left: 100px; top: 225px;
	width: 200px;
	height: 200px;
	}

iframe{
		position: absolute; left:215px; top: 0px;
		background: url(../img/border.gif) no-repeat;
		width: 535px;
		height: 550px;
}


#pictureframe{
		text-align:center;
		position: absolute; left:0px; top: 70px;
		width: 535px;
		height: 550px;
		
}

#SLIDESTEXT{
text-align:center;
width: 535px;
	position: absolute; left:0px; top: -30px;
}




ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	}
	
li ul {
	position: relative;
	left: 20px; 
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 10px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { font-size: 10pt; } /* Hover Styles */
		
li ul li a { padding: 2px 2px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */






	


/*---- Copyright (c) 2006 DHP ---- www.diewke.nl -----*/

