/* deze stylesheet alleen op homepage koppelen ónder alle andere, deze regels overrulen de eerdere */
#intro h1{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EADEEA;
	padding-top: 16px;
}
#beeldverhaal_home {
	background-image: url(img/slogan.gif);
	background-repeat: no-repeat;
	background-position: 30px bottom;
	padding-bottom: 60px;
}
#beeldverhaal_home h1{
	color: #F39C0A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EADEEA;
	padding-top: 16px;
}
#beeldverhaal_home h2{
	color: #702470;
}
#beeldverhaal_home h1 span{
	font-weight: normal;
	color: #F39C0A;
}
body#home p{
	color: #702470;
}
body#home a:link, body#home a:visited {
	color: #702470;
}
body#home a:hover, body#home a:active {
	color: #CDB3CD;
}
/* ---------------------------- menu op homepage in rechterkolom */
#columnRight ul#menu {
	text-align: left;
	padding-left: 0px;
}
#columnRight ul#menu li {
	padding-left: 30px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 21px 2px;
}
/* ---------------------------------------- oranje sterretje bij "Op bestelling" */
span.sterretje{
	margin-left: -9px;
}
