/* ---------------------------------- hoofdmenu */
#header ul {
	margin-top: 48px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 9pt;
	letter-spacing: 0.1em;
}
#header span {
display: none;
}
#header ul li {
	float: left;
	background-image: none;
	padding-left: 10px;
}
#header a {
	cursor: pointer;
}
#header a:link {
	color: #000000;
	text-decoration: none;
}
/* ---------------------------------- hoofdmenu id per item*/
#m01 {
	background-image: url(img/m01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 35px;
	height: 15px;
	display: block;
}
#m02{
	background-image: url(img/m02.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 63px;
	height: 15px;
	display: block;
}
#m03{
	background-image: url(img/m03.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 66px;
	height: 15px;
	margin-left: 14px;
	display: block;
}
#m04{
	background-image: url(img/m04.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 106px;
	height: 15px;
	display: block;
}
#m05 {
	background-image: url(img/m05.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 51px;
	height: 15px;
	display: block;
}
#m06 {
	background-image: url(img/m06.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 62px;
	height: 15px;
	display: block;
}
#m07 {
	background-image: url(img/m07.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 43px;
	height: 15px;
	display: block;
}
#m08 {
	background-image: url(img/m08.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 48px;
	height: 15px;
	margin-left: 14px;
	display: block;
}
#rss {
	background-image: url(img/m09.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
}
/* ------------------------------- rechter kolom boom menu */

#columnRight ul {
	padding-top: 2px;
	padding-left: 37px;
	text-align: left;
}

#columnRight li {
	padding-left: 10px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#columnRight a:link, #columnRight a:visited, #columnRight a:active {
	color: #998982;
	text-decoration: none;
}
#columnRight a:hover {
	text-decoration: underline;
}
 
/* -------------------------------------------------------------------- footer */
#footer ul {
	padding: 0px;
	color: #8E7C75;
	margin: 0px;
}
#footer ul li {
	float: left;
	background-image: none;
	padding-right: 10px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #8E7C75;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
