html, body {
	height:100%;
	width:100%;
	background:url(/images/home/bodyBG.jpg) top center repeat-y #fff;
}

img {
	border:0px;
}

div#content {
	background:url(../images/home/contentTOP.png) top left no-repeat;
}

div#content h1 {
	border-bottom:1px solid #8cc63f;
}

div#content a:hover {
	color:#8cc63f;
}

div#contentLow {
	background:url(../images/home/contentLOW.png) top left no-repeat;
}

div#menu {
	background:url(../images/home/menuRECHTS.png) bottom left no-repeat;
}

ul#top li a:link, ul#top li a:active, ul#top li a:visited {
	color:#fff;
	background:url(../images/paars/menuTussenBG.gif) bottom right no-repeat;
}

ul#top li.active {
	background:url(../images/paars/bolletje.png) top center no-repeat;
}

ul#top li:hover {
	background:url(../images/paars/bolletje.png) top center no-repeat;
}

ul#top li ul li a:hover {
	color:#711471;
}

ul#top li ul li a:link, ul#top li ul li a:active, ul#top li ul li a:visited {
	background-color:#8cc63f;
}

/* ################################
#### NIEUWS OVERZICHT HOMEPAGE ####
################################ */
ul.home_nieuws {
	list-style:none;
	padding:0;
	margin:0;
}

ul.home_nieuws li {
	margin:0;
	padding:0;
	display:block;
	height:20px;
	width:360px;
	line-height:20px;
	position:relative;
	cursor:pointer;
}

ul.home_nieuws a {
	display:block;
	height:20px;
	width:360px;
}

ul.home_nieuws span {
	position:absolute;
	right:0;
	top:0;
	display:block;
	height:20px;
}

/* ################################
#### NIEUWS OVERZICHT HOMEPAGE ####
################################ */
ul.home_agenda {
	list-style:none;
	padding:0;
	margin:0;
}

ul.home_agenda li {
	margin:0;
	padding:0;
	line-height:20px;
	position:relative;
}

ul.home_agenda a {
	text-align:right
}