body{
	background:url(images/achtergrond.jpg);
}

h1{
	font-size:3em;
	margin: 1em;
	color: green;
}

h2{
	margin: 1em;
}

p{
	position: relative;
	left: 1em;
	right: 1em;
	padding-right: 1em;
}

li{
	list-style: none;
}

#menu
   {
     width:14em;
   }
   #menu ul
   {
     list-style:none; 
     margin-left:0px;
   }
  
   #menu ul.submenu
   {
   	 display: none;
     margin-left:7px;
   }

   #menu ul.subsubmenu
   {
	 display: none;
     margin-left:14px;
   }

   #menu li a
   { 
     display:block;
     padding: 5px 5px 5px 0.5em;
     border-left: 10px solid yellow;
     border-right: 10px solid yellow;
     background:url(images/achtergrond.jpg);
     text-decoration: none;  
     width:100%;
   } 

   #menu li a:hover
   {
     border-left: 10px solid yellowgreen;
     border-right: 10px solid yellowgreen;
     background:url(images/achtergrond.jpg);
     color: #fff;
   }

   #menu li 
   {
     border-top: 3px solid palegreen;
   }

   #menu li.last
   {
     border-bottom: 3px solid palegreen;
   }

a{
	text-decoration: none;
}
	
	#header{
		position: absolute;
		left: 10em;
		right: 0px;
		top: 0.5em;
		height: 7em;
	}
	
	#logo{
		position: absolute;
		left: 4.2em;
		top: 0.5em;
	}
	
	#menu{
		position: absolute;
		left: 0em;
		top: 8em;
		bottom: 0px;
		width: 14em;
	}
	
	#content{
		position: absolute;
		left: 15.5em;
		top: 8em;
		right: 0px;
		bottom: 0px;
	}
