html { 
	background-color : #000000; 
	height: 100%;
	overflow: hidden;
} 
body { 
	font-family : "arial"; 
	height: 100%;			
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color:#FFFFFF;
	text-align: center;
} 
a { 
	font-size : 8pt; 
	color : #ec732c; 
	text-decoration : none; 
	font-weight: bold;
} 
/*a:visited { 
font-size : 8pt; 
color : #ec732c; 
text-decoration : none; 
font-weight: bold;
} */

a:hover { 
font-size : 8pt; 
color : #ec732c; 
text-decoration : underline; 
font-weight: bold;
} 

a.submenu:link { 
font-size : 8pt; 
color : #666; 
text-decoration : none; 
font-weight: bold;

} 
a.submenu:visited { 
font-size : 8pt; 
color : #666; 
text-decoration : none; 
font-weight: bold;
} 
a.submenu:hover { 
font-size : 8pt; 
color : #666; 
font-weight: bold;
} 

h1 { 
color : #ec732c; 
font-size : 10pt; 
margin: 0px;
padding: 0px;
padding-bottom: 10px;

} 
h2 { 
font-size : 9pt; 
color : #666666;
margin: 0px;
padding: 0px;
} 

h3 { 
color : #30a9d4; 
font-size : 9pt; 

} 
h4 { 
font-size : 8pt; 
color : #727272;
} 

p { 
font-size : 8pt; 
color : #000000;
} 


#container {
	
	background-color: #ffffff;
	/*margin: auto;	*/
	width: 800px;	
	/*padding: 10px;*/
	
}


#menu {

	background : url(logo_klein.png) no-repeat top right;
	font-size : 10pt; 
	height: 62px;
	color : #717171;
	padding: 10px;
}

#content {

	font-size : 8pt; 
	color : #717171;
	position: relative;
	min-height: 500px;
	padding: 10px;
}

#terugknop a {
	color: #dd6b29;		
}

img { border:0; }
				
#container {
	text-align: center;					
}
		
#gallery, #terugknop {
	display: none;			
}
		
#routeContainer {
	width: 100%;
	text-align: center;			
	display: none;	
}
		
#routebeschrijving {
	width:410px;
	height: 340px;
	margin:0px auto;
	text-align:left;			
	background-color:#FFFFFF;	
	position: relative;
	top: -550px;					
}


