@charset "utf-8";
/* CSS Document */
body {
	background-color: #161616;
	margin: 0px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-image: url(../bk_images/bk_bg_helemaal.png);
	background-repeat: repeat-y;

}

.header {
	width: 800px;
	height: 223px;
	background-image: url(../bk_images/bk_bg_boven.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
}

.header_logo {
	float: left;
	width: 494px;
	padding-top: 168px;
	background-image: url(../bk_images/bk_header.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 212px;
	margin-bottom: 0px;
}

.hoofdnavigatie {
	width: 385px;
	height: 47px;
	background-image: url(../bk_images/bk_hoofdmenu.png);
	background-repeat: no-repeat;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	color: #161616;
	padding-top: 13px;
	text-align: center;
}

.hoofdnavigatie a, .metanavigatie a{
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	color: #161616;
	text-decoration: none;
}

.hoofdnavigatie a:hover, .metanavigatie a:hover {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	color: #161616;
	text-decoration: underline;
}

.content {
	width: 800px;
	min-height: 235px;
	background-image: url(../bk_images/bk_bg_onder.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.content_broodkruimel {
	clear: both;
	width: 785px;
	height: 20px;
	margin-top: 10px;
	margin-left: 15px;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	color: #161616;
}

.content_sidebar {
	float: left;
	width: 140px;
}

.sidebar_container {
	width: 160px;
	margin-left: 15px;
	margin-top: 10px;
	background-color: #c0c57f;
	background-image: url(../bk_images/bk_agenda_hoekje.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 14px;
	color: #666633;
}

.sidebar_container h1 {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #161616;
	margin-bottom: 5px;
	margin-left: 5px;
}

.sidebar_container h1#agendatitel {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #161616;
	margin-bottom: 0px;
	margin-left: 5px;
}

.sidebar_container h2#datum {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 11px;
	color: #999933;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.sidebar_container p {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	color: #161616;
	margin-top: 3px;
	margin-left: 5px;
	text-decoration: none;
}

.sidebar_container a {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	color: #161616;
	margin-bottom: 3px;
	margin-left: 5px;
	text-decoration: none;
}

.sidebar_container a:hover {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	color: #161616;
	margin-bottom: 10px;
	margin-left: 5px;
	text-decoration: underline;
}

.sidebar_container a#meer {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	color: #333300;	
	margin-top: 15px;
	margin-left: 70px;
}
.content_content {
	float: right;
	width: 600px;
	padding-right: 15px;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 11px;
	color: #161616;
}

.content_content a {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.4;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 11px;
	color: #161616;
}

.content_content p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.4;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 11px;
	color: #161616;
}

.content_content h1 {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 18px;
	color: #161616;	
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

.content_content h2 {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 16px;
	color: #161616;	
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

.content_content h3 {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 14px;
	color: #161616;	
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

.content_content h4 {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 12px;
	color: #333333;	
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

.content_content h5 {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 11px;
	color: #333333;	
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: italic;
}

img#shout {
	border: 0px #000000 solid;	
}

a#shout {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	width: 500px;
	text-decoration: none;
	margin-left: 490px;
	cursor: pointer;
}

hr#shout {
	height: 4px;
	border: 0px;
	background-color: #666666;
}

img#lid_foto {
	border: 0px;
	margin: 0;
}

.show_leden {
	margin-top: 20px;
	width: 600px;
}

.show_leden td {
	width: 200px;
	padding: 0;
	margin: 0;
}


h1#lid_functie {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	font-style: italic;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 0px;
}	

h2#lid_naam {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
}

h1#nieuwsbericht {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 14px;
	color: #161616;	
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

h2#nieuwsbericht {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	color: #666666;	
	margin-top: 0px;
	margin-bottom: 10px;
}

a#meernieuws {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.4;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 11px;
	color: #161616;
	font-weight: bold;
	text-decoration: none;
}

a#meernieuws:hover {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.4;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 11px;
	color: #161616;
	font-weight: bold;
	text-decoration: underline;
}


a#links {
	font-family: verdana;
	font-size: 10px;
	color: #161616;
	text-decoration: none;
}

a#links:hover {
	font-family: verdana;
	font-size: 10px;
	color: #161616;
	text-decoration: underline;
}

p#links {
	margin-top: 0px;
	margin-bottom: 0px;

}

.footer {
	clear: right;
	width: 800px;

	padding-top: 10px;
	height: 20px;
	text-align: center;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	color: #161616;
	
}




/******
FOTOALBUM!!!
******/

.thumbspacing {
	margin-top: 10px;
	width: 166px;
	float: left;
	text-align: center;
}

img#thumbs {
	border: 0px #FFFFFF solid;	
	padding: auto;
}





