/* CSS Document */
a {
	color:#000;
	text-decoration:none;
}
div {
	overflow:hidden;
}
.localmenubottom {
	margin:0 5px 0 10px;
	padding:0 0 15px 0;
	float:left;
	width:200px;
	background:url(../images/bg-bottom.jpg) 0 bottom no-repeat;
}
#localmenu {
	display:block;
	background:#f2f2f2 url(../images/bg-localmenu.jpg) 0 0 no-repeat;
	margin:10px 0 0 0;
	padding:16px 0 0 0;
	list-style:none;
	width:200px;
}
#localmenu li {
	margin:0 10px 2px 10px;
	line-height:30px;
	font-weight:bold;
}
#localmenu .inactive {
	background-color:#b9a077;
}
#localmenu li.active {
	background-color:#00b0d9;
}
#localmenu li.active2 {
	background:#00b0d9 url(../images/driehoekje-onder.gif) 12px center no-repeat;
	padding-left:20px;
}
#localmenu li.inactive2 {
	background:#00b0d9 url(../images/driehoekje-onder.gif) 12px center no-repeat;
	padding-left:20px;
}
#localmenu a,#localmenu span {
	display:block;
	line-height:30px;
	padding-left:15px;
	padding-right:10px;
}
#localmenu li.inactive:hover {
	background-color:#43C2DF;
}
#localmenu li.inactive2:hover {
	background-color:#F7A56B;
}
#body {
	float:left;
	width:640px;
	margin-bottom:10px;
	padding:0 0 20px 0;
}
#body a {
	color:#0B96D0;
	text-decoration:none;
}
#body a:hover {
	text-decoration:underline;
}
#body h1 {
	display:block;
/*	background:url(../images/logoenmotto.jpg) 0 0 no-repeat; */
	background:url(../images/KJD_beeld_blauw.jpg) 0 0 no-repeat;
	height:160px;
	margin:15px 0 0 5px;
}
#body h1 span {
	display:none;
}
#body h2 {
	margin:0 10px;
	padding:0;
	line-height:40px;
	font-size:14px;
}
#tekst {
	margin:10px;
	width:450px;
	float:left;
	text-align:justify;
}
#body .image {
	float:right;
	width:126px;
	height:126px;
	margin:0 0 0 10px;
	border:10px solid #e2e2e2;
}
a.leesverder:hover {
	text-decoration:underline;
}
.bottom {
	background:url(../images/bg-bottom.jpg) 0 0 no-repeat;
	height:15px;
	margin:0 0 5px 0;
}


