#navigation {
	margin: 0px auto;
	width: 770px;
	height: 30px;
	}
	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li {
	float: left;
	width: 110px;
	}
	
#navigation a {
	display: block;
	
	font-size: 0.95em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;	
	
	padding-top: 8px;
	height: 23px;
	border: none;
	}
	
#navigation a:hover {
	background: url(../images/bgn.gif) repeat-x top left;
	}





/*
CSS Uberlink Pattern : gebruikt voor de links in de boxkoloms (met Uberlink voor Rubrieken)...
 -> Tutorial te vinden op : http://www.projectseven.com/tutorials/css_menus/list_01/index.htm
*/
.LeftBoxLinks
	{
	margin: 0px;
	padding : 0px;
	list-style-type: none;
	display : inline;
	border : none;
	}

.LeftBoxLinks li
	{
	display: inline;
	}

.LeftBoxLinks a:link, .LeftBoxLinks a:visited
	{
	text-align: left;
	display : block;

	margin: 0px;
	padding: 2px 2px 2px 12px;
	
	color: #990033;
	background-color: #cccccc;
	border-bottom : solid 1px #ffffff;
	text-decoration : none;
	}

.LeftBoxLinks a:hover,
.LeftBoxLinks a:active
	{
	color: #ffffff;
	background: #cccccc;
	background: url(../images/bgn.gif) repeat-x top left;
	}

/*
CSS Uberlink : TWEEDE NIVEAU
*/
.LeftBoxLinks  ul {display :none;}
.LeftBoxLinks .current ul
	{
	margin : 0px;
	padding : 0px;
	display : inline;
	border : none;
	}


.LeftBoxLinks ul li
	{
	display: inline;
	}

.LeftBoxLinks ul a:link, .LeftBoxLinks ul a:visited
	{
	color : #336666;
	text-align: left;
	display : block;
	margin: 0px;
	padding: 2px 2px 2px 24px;
	background-color: #eeeeee;
	text-decoration : none;
	background-repeat: no-repeat;
	background-position: 20px 2px;
	}

.LeftBoxLinks ul a:hover, .LeftBoxLinks ul a:active, .LeftBoxLinks ul .msubcurrent a
	{
	color: #ffffff;
	background: #eeeeee;
	background: url(../images/bgn.gif) repeat-x top left;
	}

	
/* niet vormgeving maar opmaak */
form.tableless img
	{
		float: left;
	}

form.tableless label,
form.tableless input,
form.tableless select
	{
		display: block;
		float: left;
		margin-bottom: 5px;
		color : black;
	}

form.tableless label
	{
		text-align: left;
		width: 200px;
		padding-right: 20px;
	}

form.tableless br
	{
		clear: left;
	}
