div#menu li{
	text-transform:			uppercase;
}
div#submenu ul a{
	text-transform:			uppercase;
}
div#submenu ul ul a{
	text-transform:			capitalize;
}


/* Sitemap */
#content ul ul{
	padding-left:			20px;
}
#content ul ul ul{
	padding-left:			40px;
}


div#meta li{
	margin-right:			10px;
}


div#submenu ul ul a{
	background-repeat: no-repeat;
}

/* CONTENT */
div#content table{
	border-collapse: collapse;
	border: none;
	margin: 2px;
	padding: 2px;
}
div#content table th{
	font-weight: bold;
	text-align: left;
	border: 1px solid white;
	border-bottom: 2px solid white;
	padding: 4px;
}
div#content table td{
	border: 1px solid white;
	padding: 4px;
}
div#content table.formulier td{
	border: 0px solid white;
}
