/* -------------------------------------------------------------------- hoofdmenu */
#header ul {
	margin: 0px;
}
#header ul li {
	float: left;
	background-image: none;
	padding-left: 0px;
}
#header a:link, #header a:visited {
	text-decoration: none;
	color: #8A9ABB;
}
#header a:hover, #header a:active {
	color: #5B719D;
	text-decoration: none;
}
/* ----------------------- hoofdmenu plaatsing li ----------------------- */
#header p.home {
	left: 340px;
	top: 26px;
	position: absolute;
	color: #AC7933;
	font-size: 12px;
}
#header p.home a:link, #header p.home a:visited {
	color: #AC7933;
}
#header p.home a:hover, #header p.home a:active {
	color: #D6AB72;
	text-decoration: none;
}
#header ul li.assortiment {
	left: 570px;
	top: 26px;
	position: absolute;
	text-align: center;
}
#header ul li.workshops {
	left: 670px;
	top: 49px;
	position: absolute;
	color: #EBEBDF;
}
#header ul li.cursussen {
	left: 720px;
	top: 72px;
	position: absolute;
}
#header ul li.voorwaarden {
	left: 680px;
	top: 95px;
	position: absolute;
}
#header ul li.technieken {
	left: 787px;
	top: 95px;
	position: absolute;
}
#header ul li.agenda {
	left: 833px;
	top: 118px;
	position: absolute;
}
#header ul li.nieuwsbrief {
	left: 738px;
	top: 118px;
	position: absolute;
}
#header ul li.sieraden {
	left: 717px;
	top: 26px;
	position: absolute;
	color: #8A9ABB;
}
#header ul li.route {
	left: 890px;
	top: 118px;
	position: absolute;
	color: #8A9ABB;
}

/* -------------------------------------------------------------------- submenu */
#columnLeft ul {
}
/* -------------------------------------------------------------------- footer */
#footer ul {
}

#footer ul li {
	float: left;
	background-image: none;
	padding-left: 10px;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #9EC5DA;
}

