div#subnavigatie
{
	position: relative;
	border: none;
	background: none;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}

div#subnavigatie table
{
	background: #900;
	padding: 1px;
	margin: 0 auto;
	color: white;
}

div#subnavigatie td
{
	padding: 3px 4px;
	border: none;
	width: 15px;
	text-align: center;
}

div#subnavigatie td.keus
{
	background: #C00;
}

div#subnavigatie td.disabled
{
	border: none;
	color: #300;
}

div#subnavigatie a
{
	color: white;
	text-decoration: none;
}

div#subnavigatie td:hover
{
	background: #F00;
}

div#subnavigatie td.keus:hover
{
	background: #F00;
}

div#subnavigatie td.disabled:hover
{
	background: #600;
}
