/* Algemene opmaak */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }

ol, ul { list-style: none; }

body 	{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	background: url(../ontwerp/bg.jpg) top center no-repeat ;
	height: 100%;
}

p 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3a3a3a;
	margin: 5px 0 10px 0;
}

h1 	{	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color: #3a3a3a;
	margin: 0 0 10px 0;
	}

h2 	{  	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #3a3a3a;
	margin: 0 0 10px 0;
	}

h3 	{  	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	margin: 0 0 10px 0;
	}

h4 	{  	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	margin: 0 0 10px 0;
	}

td 	{  
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	}

a {
	color: #DC991D;
	text-decoration: none;
}

a:hover {
	color: #3a3a3a;
	text-decoration: none;
}

	
.bgcolor1 {
	BACKGROUND-COLOR: #F7FAEF;
}
.bgcolor2 {
	BACKGROUND-COLOR: #E8F0DB;
}
.bgcolor3 {
	BACKGROUND-COLOR: #efcdde;
}

#HoofdContainer {
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
	text-align: left; /*om de doorwerkende 'text-align: center;' niet te hebben */
}

#Header {
	width: 960px;
	height: 160px;
	/*background : url("../ontwerp/header.png") top center no-repeat; */
	position: relative;
	float: left;
}

#Container {
	width: 960px;
	margin: 0 auto;
	/*background : url("../ontwerp/container.png") top center no-repeat ;*/
	position: relative;
	float: left;
	}

#headerplaatje {
	margin-top: 25px;
}

#Adminheader {
	width: 800px;
	height: 70px;
	background-image: url("../ontwerp/admintitel.jpg");
	float: left;
}

	/* dit is de box waarin de box menu zich bevindt */
#Nav {
	width: 960px;
	height: 240px;
	float: left;
	overflow: hidden;
	/* background : url("../ontwerp/bgnav.jpg") top center no-repeat; */
}

	/* Deze box geeft het menu een positie binnen de box Nav, zodat het voor IE en FF gelijk is */
#menu {
	margin-top: 172px;
	padding-left: 10px;
	text-align: left;
	width: 960px;
	overflow: hidden;
	
}

	#menu ul {
		display : inline;
		line-height: 30px;		
	}
	
	#menu li {
		display : inline;
		font-size: 11px;
	}
	
	#menu li a {
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		font-weight: bold;
		padding: 5px 12px 5px 12px;
	}
	
	#menu li a:hover, #menu li:hover a {
		color: #03488b;
		background: #4376a9;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#menu li.selected, #menu li.selected a, #menu li.selected a:hover {
		color: #03488b;
		background: #d8e3ed;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}

/* submenu vertikaal ----------------------------------------------------------------------------------*/

#submenu_ver {
	font-size: 12px;
	width: 150px;
	margin: 0px 0px 0px 0px;
	}

#submenu_ver ul
{
	line-height: 20px;
}
		
#submenu_ver li	{
	border-bottom: #a3a3a3 solid 1px;
	font-size: 12px;
	font-weight: bold;
}

#submenu_ver li a
{
	color: #03488b;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	display: block;
}

	#submenu_ver li a:hover, #submenu_ver li.selected, #submenu_ver li:hover a, #submenu_ver li.selected a {
		color: #DC991D;
		font-size: 12px;
		text-decoration: none;
	}

/* submenu horizontaal ----------------------------------------------------------------------------------*/

#submenu {
	font-size: 11px;
	padding-left: 10px;
	background-color: #d8e3ed;
	width: 960px;
	height: 30px;
	}

#submenu ul
{
	display : inline;
	line-height: 30px;
}
		
#submenu li	{
	display : inline;
	font-size: 11px;
}

#submenu li a
{
	color: #3a3a3a;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	background: url("../ontwerp/submenu_divider.jpg") right center no-repeat;
}

	#submenu li a:hover, #submenu li.selected, #submenu li:hover a, #submenu li.selected a {
		color: #DC991D;
		font-size: 11px;
		text-decoration: none;
	}

#submenu li.last, #submenu li.last a
	{
		background-image: none;
	}
	
#submenu li.selected_last, #submenu li.selected_last a
	{
		background-image: none;
		color: #DC991D;
	}

/*  ----------------------------------------------------------------------------------*/

#ContentTop {
	margin: 0 auto;
	width:960px;
	height: 15px;
	/*background : url("../ontwerp/ContentTop.png") top center no-repeat;*/
	position: relative;
	float: left;
}
#Content {
	margin: 0 auto;
	width:960px;
	background : url("../ontwerp/content.png") top center repeat-y ;
	position: relative;
	float: left;
}
#ContentBottom {
	margin: 0 auto;
	width:960px;
	height: 37px;
	/*background : url("../ontwerp/ContentBottom.png") top center no-repeat;*/
	position: relative;
	float: left;
}

#left{
	width: 240px;
	float: left;
	overflow: hidden;
	/*scrollbar-arrow-color: #4a0549;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #f3eef3;
	scrollbar-track-color: #f3eef3; */
} 

#middle{
	width: 610px;
	float: left;
	margin: 0;
	overflow: hidden;
	/*background : url("../ontwerp/bginhoud.jpg") top right no-repeat;*/
}

#right{
	width: 720px;
	float: right;
	margin: 0;
	overflow: hidden;
	/*background : url("../ontwerp/bginhoud.jpg") top right no-repeat;*/
}

#content_left{
padding: 0 10px 0 10px;
float: left;
}

#content_middle{
padding: 0 10px 0 10px;
float: left;
}

#content_right{
padding: 0 10px 0 10px ;
float: left;
}

#paginatitel 
	{
	font-family: Tahoma, Arial;
	background-color: transparent;
	padding: 0 0 20px 0;
	font-size: 20px;
	color: #DC991D;
	font-weight: normal;
}

#Kruimelpad {
	background-color: transparent;
	padding: 5px 0 0 0px;
	font-size: 12px;
	color: #a3a3a3;
	font-weight: normal;
}

#Kruimelpad a:link, #Kruimelpad a:visited, #Kruimelpad a:active {COLOR: #a3a3a3;}
#Kruimelpad a:hover {COLOR: #3a3a3a;}

#clear {
	clear: both;
}

/* blocks aan de linkerkant van de pagina*/

#block{
width: 200px;
float: left;
margin: 0px 0px 20px 0px;
}

#block ul{
 list-style-type:circle; list-style-position: outside; margin-left: 15px; line-height: 18px;
 }

#blocktitel{
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #03488b;
	padding:5px 5px 0 5px;
}

#blockinhoud{
	margin: 0px;
	padding: 0 5px 5px 5px;
}

/* informatie bovenop de footer*/

#Info {
	margin-top: 0px;
	color: #03488b;
	font-size: 11px;
	background-color: #d8e3ed;
	width: 100%;
	float: left;
	display: inline-table;
}

#infocontainer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left; /*om de doorwerkende 'text-align: center;' niet te hebben */
}

#info_left{
width: 220px;
float: left;
margin: 5px 10px 5px 10px;
}

#info_middle{
width: 300px;
float: left;
margin: 5px 10px 5px 10px;
}

#info_right{
width: 345px;
float: right;
margin: 5px 20px 5px 10px;
}

#infotitel{
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #03488b;
}

#infoinhoud{
	padding: 5px 0 15px 0;
}

.link_info{COLOR: #aaa; 	font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
A.link_info:link {text-decoration: none; color: #aaa;}
A.link_info:visited {text-decoration: none; color: #aaa;}
A.link_info:active{	text-decoration: none;}
A.link_info:hover{text-decoration:none; color: #DC991D; }

#Footer {
	font-size: 11px;
	background-color: #03488b;
	width: 100%;
	float: left;
	text-align: center;
}

.copyright {
	color: #ffffff;
	font-size: 11px;
	margin: 15px;
}

.foutmelding{
	border: 1px solid #e9e9e9;
	padding: 5px;
}

#contact_left{
width: 280px;
float: left;

}

#contact_right{
width: 200px;
float: left;
margin: 0 0 0 50px;
}

.form{
margin-top: 10px;
}

/* Opmaak nieuwsberichten */

#nieuws_container_home {
	width: 558px;
	float: left;
	background-color: #DC991D;
}

#nieuws_home_left {
	width: 279px;
	float: left;
}

#nieuws_home_right {
	width:279px;
	float: right;
	padding-bottom: 14px;
}

.NB_klein {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

#NB_home_klein {
	width: 200px;
	margin: 5px 0px 0px 0px;
	float: left;
	background-color: #444;
	color: #3a3a3a;
	}
	
.NB_kop_home_klein{
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 2px;
	text-decoration:none;
	text-transform: uppercase;
}

.lefto {
	float: left;
	padding: 0 5px 0 0;
}

.NB_thumb {
	float: left;
}

* html .NB_thumb {
margin: 0 0 0 -3px;
}

#NB_home {
	width: 279px;
	margin: 0;
	background-color: #333;
	float: left;
	color: #3a3a3a;
}

.NB_fotokop_home{
	FONT-SIZE: 12px;
	font-weight: bold;
	background-color: #1f1a18;
	padding: 2px 5px 2px 5px;
	text-decoration:none;
	text-transform: uppercase;
}

.NB_kop_home{
	FONT-SIZE: 15px;
	font-weight: bold;
	padding: 8px 15px 3px 15px;
	text-decoration:none;
	color: #fff;
}

.NB_kop_home a:link {	text-decoration:none;	color: #fff;}
.NB_kop_home a:visited {	text-decoration:none;	color: #fff;}
.NB_kop_home a:active{	text-decoration: none;	color: #fff;}
.NB_kop_home a:hover{text-decoration:none; color: #fff;}

.NB_tekst_home{
	color: #fff;
	padding: 5px 15px 3px 15px;
}

.NB_datum {
	font-size: 11px;
}

#NB_groot {
	width: 100%;
	float: left;
}

.NB_thumb {
	float: left;
}

#NB_afbeelding {
text-align: center;
}

.NB_tekst_klein {
padding: 0 5px 0 0;
}

.NB_leesverder {
	font-size: 11px;
	margin-top: 0px;
	padding: 2px 2px 3px 2px;
	float: right;
}

.NB_kop_klein{
	font-size: 13px;
	font-weight: bold;
	color: #DC991D;
	margin-bottom: 2px;
	text-decoration:none;
}

.NB_kop_klein a:link {	text-decoration:none;	color: #1f1a18;}
.NB_kop_klein a:visited {	text-decoration:none;	color: #1f1a18;}
.NB_kop_klein a:active{	text-decoration: none;	color: #1f1a18;}
.NB_kop_klein a:hover{text-decoration:none; color: #DC991D;}

.NB_kop_groot{
	FONT-SIZE: 20px;
	color: #DC991D;
	text-decoration:none;
	margin: 0 0 20px 0;
}

.NB_kop_groot a:link {	text-decoration:none;	color: #DC991D;}
.NB_kop_groot a:visited {	text-decoration:none;	color: #DC991D;}
.NB_kop_groot a:active{	text-decoration: none;	color: #DC991D;}
.NB_kop_groot a:hover{text-decoration:none; color: #1f1a18;}

.NB_fotokop{
	width: 370px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #1f1a18;
	padding: 2px 5px 2px 5px;
	text-transform: uppercase;
}

.onderschrift {width: 370px; color: #fff; background: #cc5550;  font-size: 10px; text-align: right; padding-right: 5px; margin-bottom: 15px; float: left; }

.empty {margin-bottom: 15px;}

.NB_lead{
	font-weight: bold;
}

.NB_broodtekst{
	margin: 16px 0 0 0;
}

.overig_nieuws{
	background-color: #fff;
	float: left;
	width: 558px;
	padding: 10px 0 10px 0;
}

.overig_nieuws ul {
		margin-left: 0px;
	}
			
		.overig_nieuws li {
			padding: 3px 0px 3px 0px;
			border-bottom: 1px solid #e9e9e9;
			clear:both;
			}
		
			.overig_nieuws li span {
				color: #999;
				display:block;
				width:50px;
				padding-right: 10px;
				float:left;
				}
				
.headlines{
	padding: 2px 0 2px 0;
}

.headlines ul {

	}
			
		.headlines li {
			padding: 3px 0px 3px 0px;
			border-bottom: 1px solid #e9e9e9;
			clear:both;
			}
		
			.headlines li span {
				color: #999;
				display:block;
				width:50px;
				padding-right: 10px;
				float:left;
				}

.NB_title_home {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 10px 20px;
}

.overignieuws{
	font-size: 11px;
}
