body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

a:link, a:active, a:visited {
	color: #94003d;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

img {
	border: none;
}

#headerbg {
	height: 367px;
	width: 100%;
	background: #94003d;
}

#container {
	position: relative;
	width: 960px;
	margin-left: -480px;
	left: 50%;
}

#header {
	width: 960px;
	height: 384px;
	background: url(images/header.png) no-repeat;
	margin-top: -367px;
}

#social {
	position: absolute;
	margin-top: 10px;
	width: 80px;
	height: 32px;
	z-index: 99;
	right: 0;
}

.hoofdmenu {
	position: absolute;
	margin: 0;
	padding: 274px 0px 0px 10px;
}

.hoofdmenu li {
	padding: 0px;
	margin: 0px;	
	list-style: none;
	float: left;
	margin-left: 20px;
}

#home {
	display: block;
	width: 90px;
	height: 40px;
	background: url(images/home.png);
}

#home:hover {
	background-position: 0 -40px;
}

#homeactive {
	display: block;
	width: 90px;
	height: 40px;
	background: url(images/home.png);
	background-position: 0 -80px;
}

#wiezijnwij {
	margin-top: 2px;
	display: block;
	width: 120px;
	height: 40px;
	background: url(images/wiezijnwij.png);
}

#wiezijnwij:hover {
	background-position: 0 -40px;
}

#wiezijnwijactive {
	margin-top: 2px;
	display: block;
	width: 120px;
	height: 40px;
	background: url(images/wiezijnwij.png);
	background-position: 0 -80px;
}

#geschiedenis {
	margin-top: 6px;
	display: block;
	width: 130px;
	height: 40px;
	background: url(images/geschiedenis.png);
}

#geschiedenis:hover {
	background-position: 0 -40px;
}

#geschiedenisactive {
	margin-top: 6px;
	display: block;
	width: 130px;
	height: 40px;
	background: url(images/geschiedenis.png);
	background-position: 0 -80px;
}

#agenda {
	margin-top: 7px;
	display: block;
	width: 90px;
	height: 40px;
	background: url(images/agenda.png);
}

#agenda:hover {
	background-position: 0 -40px;
}

#agendaactive {
	margin-top: 7px;
	display: block;
	width: 90px;
	height: 40px;
	background: url(images/agenda.png);
	background-position: 0 -80px;
}

#fotoalbum {
	margin-top: 10px;
	display: block;
	width: 120px;
	height: 40px;
	background: url(images/fotoalbum.png);
}

#fotoalbum:hover {
	background-position: 0 -40px;
}

#fotoalbumactive {
	margin-top: 10px;
	display: block;
	width: 120px;
	height: 40px;
	background: url(images/fotoalbum.png);
	background-position: 0 -80px;
}


#gastenboek {
	margin-top: 15px;
	display: block;
	width: 120px;
	height: 40px;
	background: url(images/gastenboek.png);
}

#gastenboek:hover {
	background-position: 0 -40px;
}

#gastenboekactive {
	margin-top: 15px;
	display: block;
	width: 120px;
	height: 40px;
	background: url(images/gastenboek.png);
	background-position: 0 -80px;
}

#contact {
	margin-top: 13px;
	display: block;
	width: 100px;
	height: 40px;
	background: url(images/contact.png);
}

#contact:hover {
	background-position: 0 -40px;
}

#contactactive {
	margin-top: 13px;
	display: block;
	width: 100px;
	height: 40px;
	background: url(images/contact.png);
	background-position: 0 -80px;
}

#contentcontainer {
	width: 960px;
	padding: 0px 0px 20px 0px;
	margin: 0;
}

#content {
	width: 560px;
	margin: -23px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	float: left;
}

.titel {
	float: right;
}

.inleiding {
	clear: both;
	padding-top: 20px;
	font-weight: bold;
	color: #92003d;
}

.foto {
	text-align: center;
}

#sidebar {
	width: 300px;
	margin: -30px 0px 0px 30px;
	float: left;
}

#wiewijzijn {
	width: 300px;
	height: 65px;
	background: url(images/wiewijzijn.png);
}

#wzwlist {
	margin-left: 20px;
}

#sidebarcontent {
	margin-left: 30px;
}

.wzw li {
	list-style: none;
	color: #92003d;
	font-weight: bold;
	margin-left: -40px;
	line-height: 150%;
}

#postit {
	width: 162px;
	padding: 40px 30px 0px 30px;
	height: 173px;
	background: url(images/postit.png);
}

.boeknu {
	display: block;
	margin-top: 10px;
	margin-left: 20px;
	height: 197px;
	width: 202px;
	background: url(images/boeknu.png);
}

#footer {
	clear: both;
	height: 91px;
	width: 100%;
	background: #94003d;
}

#footercontainer {
	position: relative;
	height: 85px;
	width: 600px;
	margin-left: -480px;
	left: 50%;
	background: url(images/footer.png) no-repeat;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 6px 340px 0px 0px;
	font-size: 11px;
}

.footerlink:link, .footerlink:active, .footerlink:visited {
	color: #fff;
	text-decoration: none;
}

.footerlink:hover {
	color: #ccc;
	text-decoration: none;
}



.lv_DataText .lv_Title {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #94003d !important;
	text-align: center !important;
}

.lv_DataText .lv_Caption {
	font-size: 14px !important;
	font-weight: normal !important;
	color: #000 !important;
	text-align: center !important;
	
}

