	html {
		margin-bottom: 1px;
	}
	
	html,
	body {}
	
	body {
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: verdana;
		font-size: 12px;
		background-color: #888888;
		color: black;
	}
	
	body a {
		text-decoration: none;
		color: #49373C;
		font-weight: bold;
	}
  
	.menu { 
		height: 700px;
		margin: 5px;
		width: 200px;
		font-family: verdana;
		color:#FFFFFF;
		font-size: 12px;
	}
	  
  	.main {
		margin: 0;
		padding: 0;
		min-height: 700px;
		height:100%;
		width: 450px;
		background-image: url("../images/links_achtergrond.jpg");
		background-repeat: no-repeat;
	    background-position: bottom;
	}
	
	.right_main {
		margin: 0;
		padding: 0;
		min-height: 700px;
		width: 250px;
		background-image: url("../images/rechts_achtergrond.jpg");
		background-repeat: no-repeat;
	    background-position: bottom;
	}
  
  	#wrapper {
		margin: 0;
		padding: 0;
		width: 900px;
		height: 100%;
		min-height: 100%;
		text-align: left;
	}


	#content { 
		margin: 0;
		padding: 0;
		width: 900px;
		height: 100%;
		min-height: 100%;
		border: solid 5px rgb(100,100,100);
		background-color: #49373C; 
		
	}
	
	#page {  
		width: 900px !important;
		margin: 0;
		padding: 0;
	}
	
	.main_div {
		margin: 5px;
		padding: 5px;
	}
	
	.right_div {
		margin: 15px;
		padding: 15px;
		padding-top: 50px;
		align: center;
	}
	
	h1 {
		font-size: 140%;
		color: #D65D37;
		align: center;
		font-weight: bold;
	}
	
	.gegevens { 
		width: 180px;
		margin: 5px;
		font-family: verdana;
		font-weight: bold;
		clear: right;
		color: #CCC;
		font-size: 87%;
		text-decoration: none;
		padding-top:30px;
	}
	
	.menubutton { 
		border-top: solid 1px rgb(100,100,100); 
		border-bottom: solid 1px rgb(100,100,100);
		font-weight: bold; 
		display: block;
		width: 195px;
		height: 25px;
		font-family: verdana;
		clear: right;
		color:#FFFFFF;
		font-size: 11px;
		text-decoration: none;
		background-color: black;
		padding-top:4px;
		padding-left: 5px;
		filter:progid:DXImageTransform.Microsoft.Gradient
		  (GradientType=1,StartColorStr='#49373C',EndColorStr='#F5CDA4');
	}
	
	.menubutton a { 
		font-family: verdana;
		color:#FFFFFF;
		text-decoration: none;
	}
	
	.menubutton a:hover { 
		width: 180px;
		height: 30px;
		font-family: verdana;
		color:#F5CDA4;
		text-decoration: none;
	}
	

	.Page a { 
		font-family: verdana;
		font-weight: bold; 
		color:black;
		text-decoration: none;
	}
	
	/* Foto slide show */
	#FrogJS{
		width: 100%;
		height: 100%;
		min-height: 100%;
		
	}
	#FrogJSCredit{
		text-align: right;
		font-size: 20%;
		color: #999;
		
	}
	#FrogJSCaption{
		text-align: left;
		line-height: 140%;
	}
			
	/* Foto gallerij */			
	#lightbox{
		background-color:#eee;
		padding: 10px;
		border-bottom: 2px solid #666;
		border-right: 2px solid #666;
	}
	
	#lightboxDetails{
		font-size: 0.8em;
		padding-top: 0.4em;
	}
		
	#lightboxCaption{ 
		float: left; 
	}
	
	#keyboardMsg{ 
		float: right; 
	}
	
	#closeButton{ 
		top: 5px; 
		right: 5px; 
	}
	
	#lightbox img{ 
		border: none; 
		clear: both;
	} 
	
	#overlay img{ 
		border: none; 
	}
	
	#overlay{ 
		background-image: url(../images/overlay_light.png); 
	}
	
	* html #overlay{
		background-color: #333;
		back\ground-color: transparent;
		background-image: url(blank.gif);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay_light.png", sizingMethod="scale");
	}			
