@charset "UTF-8";
/* CSS Document */
html body{
	background-color: #999900;
	height:100%;
	float: none;
}
#container{
	background-color: #444444;
	margin: 0 auto; 
	
}
#titelup{
	background-color: #444444;
	text-align: center;
	height: 50px;
  }
  #titelup p{
	background-position: center;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 3;
	width: 870px;
  }
  #titeldown{
	background-color: #444444;
	height: 50px;
  }
  #lijn{
	background-color: #999933;
	height: 3px;
  }
   #navigatie ul {
	height: 20px;
	width: 870px;
	font-family: Georgia, "Times New Roman", Times, serif;
   }

  #navigatie li{
	list-style-type:none;
	float:left;
	text-align: center;
	margin-right: 60px;
	margin-left: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;	
  }
  #navigatie a{
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	line-height: 20px;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
  }
  #navigatie a:hover{
	color: #999900;
	text-decoration: none;
  }
  #inhoud{
	background-image: url(images/veerle.jpg);
	height: 350px;
	color: #FFFFFF;
	text-decoration: none;
  }
  
 #tekst {
	text-align: left;
	width: 450px;
	color: #FFFFFF;
	font-size: 15px;
	margin: 15px;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 300px;
	text-decoration: none;
  }
#tekst   a{
  color: #FFFFFF;
	text-decoration: none;
  }
 

  #tekst a:hover{
  color: #999900;
	text-decoration: none;
  }
 

 
 
   #footer{
	width: 870px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: center;
 
  }
  #footer a{
  
	text-decoration: none;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
  }
#footer a:hover{
  color: #999900;
	text-decoration: none;
  }
 
