

#inhoud ul{
	list-style-image: url(img/bullet.jpg);
	margin: 00px;
	border: none;	
	display: block;
	}


#menu ul{
	list-style-type: none;
	border: none;
	margin: 0;
	padding: 0;
	display:inline;
	}

#menu li{
	border-bottom 3 px solid #ffffff;
		display:inline;
	 }

#menu li a{
	display: inline;
	font-size: small;
	text-decoration: none;
	width: 100%;
	padding: 5px 5px 5px 0.5em;
	border-left: 3px solid #990033;
	border-right: 0px solid #990033;
	color: #ffffff;
	
	}

#menu li a:hover{
	text-decoration: none;
	border-left: 3px solid #990033;
	border-right: 3px solid #990033;
	color: #000066;                        
	font-weight: bold; 
	background: #ffffff;
	display:inline;	
	}

#menu li a.selected{
	background: #ffffff;
	border-left: 3px solid #990033;
	border-right: 3px solid #990033;
	font-weight: bold;
	color: #000066;
	display:inline;
	}

#menu li a.selected:hover{
	background: #000066;
	border-left: 3px solid #990033;
	border-right: 3px solid #990033;
	font-weight: bold;
	color: #000066;
	display:inline;
	}
 


h1{
	text-align: center;
	margin-top: 0.25em;
	font-size: large;
	}

h2{
	text-align: center;
	margin-top: 0.25em;
	font-size: large;
	/}

h4{
	text-align: center;
	margin-top: 0.25em;
	font-size: xx-small;
	}


h5{
	text-align: center;
	margin-top: 0.25em;
	font-size: normal
	}



h5{
	text-align: center;
	margin-top: 0.25em;
	font-size: medium;
	}

li {
	list-style-position:inside;
}

td{
	padding: 10px;
}









html>body #menu li a{
	width: auto;
	}

