@charset "UTF-8";
/* CSS Document */

body, html{
	margin:				0;
	height: 			100%;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size:			14px;
	line-height:		23px;
	background-color:	#f5f4eb;
}

#main_container{
	width: 				100%;
	min-height: 		100%;
	_height:			100%;
	margin-right: 		auto;
	margin-left: 		auto;
	background-image:	url(images/bg_pattern.gif);
	background-repeat:	repeat-x;
	background-color:	#f5f4eb;
}

#header_container{
	width: 				700px;
	height: 			90px;
	padding: 			0 0 0 0;
	background-image:	url(images/od_header.gif);
	background-repeat:	no-repeat;
}

#photo_container{
	height:				175px;
	width: 				700px;
}

#navi_container{
	height:				50px;
	width: 				700px;
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			18px;
	font-weight:		bold;
	}

#content_container{
	height:				100%;
	width: 				700px;
	}

#txt_container{
	float:				left;
	height:				100%;
	width: 				525px;
	font-family:		Verdana, Geneva, sans-serif;
	color:				#000;
	}

#actie_container{
	float:				left;
	height:				190px;
	width: 				115px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			14px;
	font-weight:		normal;
	background-color:	#507f00;
	color:				#FFF;
	margin-left:		50px;
	padding:			5px;
	}

.actie_zwart {
	color:				#000;
	font-weight:		bold;
}

.actie_wit {
	color:				#fff;
	font-weight:		normal;
}

#photo {
	float:				left;
	height:				60px;
	width: 				60px;
	padding-top:		5px;
}
	
#agenda {
	float:				left;
	height:				100%;
	width: 				610px;
	font-family:		Verdana, Geneva, sans-serif;
	color:				#000;
	margin-left:		30px;
	margin-bottom:		30px;
}

#leden {
	float:				left;
	height:				100%;
	width: 				700px;
	font-family:		Verdana, Geneva, sans-serif;
	font-weight:		bold;
	font-size:			12px;
	line-height:		16px;
	color:				#000;
}

a {
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			18px;
	font-weight:		bold;
	text-decoration:	none;
	color:				#b2b2ad;
	text-decoration:	none;
}

a:hover	{
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			18px;
	font-weight:		bold;
	text-decoration:	none;
	color:				#fff;
}

a.leden {
	color:				#66665c;
	font-weight:		bold;
	font-size:			12px;
	line-height:		16px;
	text-decoration:	none;
}

#footer_container{
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	color:				#999;
	clear: 				both;
	vertical-align:		bottom;
	width: 				100%;
	height:				60px;
	text-align: 		center;
	padding-top:		50px;
	background-image:	url(images/bg_footer.gif);
	background-repeat:	repeat-x;
}

a.footer {
	color:				#999;
	text-decoration: 	none;
	font-size:			11px;
}

a.meer {
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			12px;
	color:				#000;
	font-weight:		bold;
	text-decoration: 	none;
}

a.home {
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			14px;
	color:				#507f00;
	font-weight:		bold;
	text-decoration: 	none;
}


