/* CSS Document */



#navigatie {
	
	margin-top: -4px;	
	font-size:18px
}

 
  #navigatie a:link, a:visited, a:active {
	
	/*  color: #333;   de kleur wordt bewaard maar er komt een streep onder en bij Browse worden de bezochte links zwart     */
 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
 
 
 
 

#navigatie a:hover{
	
	color: #F30;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigatie ul
{
	list-style-type:none;
	margin: 0;
	padding: 0;
} 

#navigatie li {
	display: inline;
	margin: 0 10px 0 10px;
}

#navigatie li img {
	vertical-align:bottom;
}

li.extraruimte {
	padding: 0 0 0 30px;
}


