/* algemene styles voor hoofdmenu */
ul#menu {
	list-style-type: none;
	padding: 0px;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin-top: 25px;
	margin-bottom: 16px;
	margin-left: 0px;
}
ul#menu li {
	padding-left: 0px;
	background-image: none;
}
#menu a{
	padding-right: 30px;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #702470;
}
#menu a:hover, #menu a:active {
	text-decoration: none;
	color: #CDB3CD;
}
#columnLeft ul#menu {
	text-align: right;
}
/* menu actieve link is vet, iedere body heeft een ID */
body#home ul#menu a#m01 {
	font-weight: bold;
}
body#page02 ul#menu a#m02 {
	font-weight: bold;;
}
body#page03 ul#menu a#m03 {
	font-weight: bold;
}
body#page04 ul#menu a#m04 {
	font-weight: bold;
}
body#page05 ul#menu a#m05 {
	font-weight: bold;
}
body#page06 ul#menu a#m06 {
	font-weight: bold;
}
body#page07 ul#menu a#m07 {
	font-weight: bold;
}
body#page08 ul#menu a#m08 {
	font-weight: bold;
}
body#page10 ul#menu a#m10 {
	font-weight: bold;
}
/* actieve link heeft oranje pijl aan rechterkant (alleen op vervolgpaginas) */

body#page02 #columnLeft ul#menu a#m02 {
	background-image: url(img/menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page03 #columnLeft ul#menu a#m03 {
	background-image: url(img/menu_selectie.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page04 #columnLeft ul#menu a#m04 {
	background-image: url(img/menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page05 #columnLeft ul#menu a#m05 {
	background-image: url(img/menu_selectie.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page06 #columnLeft ul#menu a#m06 {
	background-image: url(img/menu_selectie.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page07 #columnLeft ul#menu a#m07 {
	background-image: url(img/menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page08 #columnLeft ul#menu a#m08 {
	background-image: url(img/menu_selectie.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page10 #columnLeft ul#menu a#m10 {
	background-image: url(img/menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* ---------------------------------------- oranje sterretje bij "Op bestelling" */
span.sterretje{
	color: #F39C0A;
	margin-right: 1px;
}
/* -------------------------------------------------------------------- submenu */
ul#submenu {
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 16px;
	margin-right: 20px;
	padding-bottom: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7B13F;
}
ul#submenu li {
	float: left;
	background-image: none;
	padding-left: 0px;
	padding-right: 5px;
	color: #FFFFFF;
}
ul#submenu a:link, ul#submenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
ul#submenu a:hover, ul#submenu a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
/* submenu actieve link is vet, iedere body heeft een ID */
body#page03a ul#submenu a#m03a {
	font-weight: bold;
}
body#page03b ul#submenu a#m03b {
	font-weight: bold;
}
body#page03c ul#submenu a#m03c {
	font-weight: bold;
}
/* -------------------------------------------------------------------- footer */
#footer {
	width: 33%;
	background-color: #F28C0C;
	float: right;
	padding-left: 0px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
#footer ul {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F7B13F;
	margin-left: 30px;
	margin-right: 20px;
	padding-bottom: 25px;
	padding-top: 16px;
	margin-top: 16px;
}
#footer ul li {
	background-image: none;
	padding-left: 0px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #702470;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #702470;
}
/* op home geen footer */
body#home #footer {
	display: none;
}
/*  paarse pagina's */
body#page02 #footer,  body#page04 #footer, body#page07 #footer, body#page10 #footer, body#beeldverhaal #footer{
	background-color: #702470;
}
body#page02 #footer ul, body#page04 #footer ul, body#page07 #footer ul, body#page10 #footer ul, body#beeldverhaal #footer ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A372A3;
}
body#page02 #footer a ,body#page04 #footer a , body#page07 #footer a , body#page10 #footer a , body#beeldverhaal #footer a {
	text-decoration: none;
	color: #F39C0A;
}

