 BODY { 
	 height: 8.5in ;
	 font-family: arial, sans-serif;
	 background-color:#F3EFD1;
	 font-size:medium;
	 font-weight:100;
	
	 } 
	 /* Required for percentage heights below */

#sidebar,#logo{
	width: 17%;
}

#logo{
	position: fixed;
    
    height: 15%;
    top:0;
    /*right: auto;*/
    
    left: 0;
    /*width:70%;	*/
   /* border-style:solid;
    border-color:black;
    border-width:1px;
   */
} 

#main{
	position: fixed;
    width: 66%;
    left:17%;/*links evenveel inspringen als de sidebar breed is*/
    right:0;
    padding-left:1em;
    padding-right:1em;    
}
#header {
	position: fixed;
    width:68.4%;/*evenbreed als het main deel*/
    height: 15%;
    top: 0; 
    left:17%; /*links evenveel inspringen als de sidebar breed is*/ 
    bottom: auto; 
    /*
    border-style:solid;
    border-color:black;
    border-width:1px;     
    */
}
#header{
	font-weight:bolder;
	font-size:400%;
	text-align:center;
	padding-top:1%;
	font-family:"Copperplate Gothic Bold","Showcard Gothic","Eras Bold ITC",arial;
	
}
/*
#biomethaan{
	font-family:times;
}
*/
 #sidebar{
	position: fixed;
    height: auto;
    top: 15%;
    right: auto;
    bottom: 100px;
    padding-right:2em;
    left:0;
    right:auto;      
}
ul,ul#menu{
	top:0;
	margin-top:0;
	margin-left:0;	
}
#main {	
    height: auto;
    top: 15%;    
    bottom: 100px;    
    overflow:auto;/*als tekst te groot is worden scrollbars gezet*/
    
}
#footer {
	position: fixed;
    width: 100%;
    height: 100px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    text-align:center;
}
.info{
	margin-left:1em;
	padding-top:0.05em;
}
p{
	margin-top:0;
}
img{
	width:10em;
	height:4em;
	margin: 1em;
}
img#howest{
	width:100%;/*even groot als vak*/
	height:100%;
	display: block;
 	 margin-left: auto;
   	margin-right: auto;
   	top:0;
   	padding:0;
   	margin:0;
   	
}
/*Achtegrondkleur voor tekst en geselecteerd menu item*/
div#main,ul#menu li.selected{
	background-color:#B6D38A;
}


ul#menu{
	list-style-type:none;
	padding-left:1em;
	
}
ul#menu li a,div#main a{
	text-decoration:none;
}
a:link,a:visited{
	color:#628686;
}

#main a:link,#main a:visited{
	color:#166EA2;
}
img.tumb{
	width:8em;
	height:4em;
	margin:0.5em;
}
#gegevens{
	text-align:center;
	font-weight:bold;
}
ul{
	padding-left:1em;
}
ul ul{
	padding-left:1em;
}