/* RESET */

* {	margin: 0;
	padding: 0;
}

a{	
	text-decoration: none;	
	color: #00693E;
}

a:hover{
	text-decoration: underline;	
}

img{  border: none;	
}

.clearer{
	clear: both;	
}

.maincontent_content {
	font-size: 13px;
}

/* POSITIONERING */

body{
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 11px;	
	line-height: 16px;
}

.container-wrapper{
	width:100%;	
	float:left;
	background: url(../images/bg.jpg) repeat-x #e9e4f2;	
}

.container{
	margin: auto;
	width: 990px;	
}

.header{
	background: url(../images/top_bg.gif) repeat-x;
	height: 165px;
	float: left;
	width: 990px;
}

	.logoblok{
		width: 233px;	
		float: left;
	}
	
	.logo{
		background: url(../images/logo.gif) no-repeat;
		height: 127px;	
	}
	
	.logo_bottom{
		background: url(../images/logo_bottom.jpg) no-repeat;
		height: 31px;
	}
	
	.topmenu{
		float: left;
		padding: 55px 0px 0px 25px;
		height: 20px;	
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
		.topmenu ul{
			list-style: none;
		}
		
		.topmenu ul li{
			display: inline;
			padding-right: 18px;
			border-left: 1px #383838 solid;
			padding-left: 18px;
			font-size: 15px;
		}
		
		.topmenu li a{
		color: #000;	
		}
		
		.topmenu ul li a:hover{
			text-decoration: none;	
		}
		
		.topmenu ul li.active a, .topmenu ul li a:hover{
			color: #00693e;
			text-decoration: none;	
		}
		
		.topmenu ul li.topmenu_first{
			border-left: none;	
		}
	
	.socialmedia_buttons{
		display: block;
		float: left;
		padding: 50px 0px 0px 25px;
	}
	
	.zoeken{
		height: 50px;
		float: right;
		margin-top: 40px;	
	}
	
		.zoekveld_home{
			color: #000;
			padding: 2px;
		}
	
	.kruimelpad{
		float: left;
		color: #fff;
		padding-left: 120px;
   		padding-top: 45px;
	}
	
	.kruimelpad.home{
		display: none;	
	}
	
	.kruimelpad a{
		color: #c1c1f0;	
	}
	
	.kruimelpad .current{
		text-decoration: underline;	
	}

/* CONTENT */
.content{
	float: left;
	width: 990px;
}

	/* HOMEPAGINA */ /* CAROUSEL */
	.home_slider{
		height: 278px;
		float: left;
		width: 990px;
		background: #005635;
		border-bottom: 10px #262626 solid;
		overflow: hidden;
	}
	
		.slider_content{
			width: 480px;
			height: 180px;
			float: left;
			padding: 40px 25px;
			overflow: hidden;
			color: #fff;
		}
		
		.slider_plaat{
			width: 460px;
			height: 288px;
			float: left;
		}
	
	.slider_schaduw{
		background: url(../images/slider_schaduw.png);
		height: 77px;
		width: 990px;
		float: left;
	}
	
	.dijitLayoutContainer-child{
		display: inline-block;	
		background: url(../images/slider_btn.png) no-repeat;
		cursor: pointer;
	}
	
	.dijitLayoutContainer-child.active{
		background-position: 0 -12px;
		cursor: pointer;
		color: #fff;
	}
	
		.dijitLayoutContainer-child span.tekst, .dijitLayoutContainer-child span.datum{
			float: right;
			cursor: pointer;
		}
		
	.nieuws_items{
		height: 12px;
		margin-left: 890px;
   		margin-top: 260px;
		overflow: hidden;
		position: absolute;
		z-index: 2;
	}
	
	.slider_button{
		height: 12px;
    	width: 20px;
	}
	
	.txt{
		float: left;
		width: 480px;	
		padding: 30px 25px;
		color: #fff;
		height: 190px;
		overflow: hidden;
		font-size: 12px;
	}
		.txt h1{
			font-size: 30px;
			color: #fff;
			padding-bottom: 15px;	
		}
	
	.afbeelding{
		display: block;
		width: 460px;
		float: right;	
	}

	/* OVERIG */
	.kolom_links.home{
		float: left;
		width: 650px;
		padding-right: 20px;	
		margin-top: -40px;
	}
		
		.nieuws_item{
			background: none repeat scroll 0 0 #FFFFFF;
			border: 1px solid #B5B5B5;
			height: 140px;
			margin-bottom: 20px;
			width: 605px;
		}
		
		.nieuws_item.home{
			width: 650px;
		}
		
		.nieuws_item.home .nieuws_fotoblok{
			width: 300px;
		}
		
			.nieuws_item.home .nieuws_fotoblok .pijltje{
				margin-left: 282px;
			}
		
		.nieuws_item.home .nieuws_contentblok{
			width: 300px;
		}
		
		.nieuws_contentblok h2{
			padding-bottom: 0px;
		}
		
		.nieuws_item.home .nieuws_contentblok.noImage{
			width: 610px;	
		}
		
			.nieuws_fotoblok{
				float: left;
				width: 298px;
				height: 140px;
				border-right: 1px #b5b5b5 solid;	
				overflow: hidden;
			}
			
			.nieuws_fotoblok.noImage{
				display: none;
			}
			
			.nieuws_fotoblok.blogger{
				background: url(../images/blogger_thumb.jpg);	
			}
			
				.pijltje{
					background: url(../images/nieuwsimg_pijl.png) no-repeat;	
					position: absolute;
					width: 19px;
					height: 35px;
					margin-left: 280px;	
					margin-top: 50px;
				}
				
				.groenblokje{
					position: absolute;
					margin: 20px 0px 0px 0px;
					border-radius: 0px 5px 5px 0px;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 12px;
					color: #FFF;
					background: #00693e;
					padding: 5px 15px 5px 7px;
				}
				
				.groenblokje.noImage{
					margin-top: none;	
					margin-left: -105px;
				}
				
			.nieuws_contentblok{
				float: left;
				background: #FFF;
				height: 110px;	
				padding: 15px 20px;
				width: 265px;
				overflow: hidden;
			}
			
			.nieuws_contentblok.nieuwsblog{
				height: inherit;	
			}
			
				.nieuws_datum{
					float: left;
					font-size: 9px;
					text-transform: uppercase;
					background: #00693e;
					border-radius: 5px;
					color: #FFF;
					padding: 3px;
					margin-right: 15px;
				}
				
				.nieuws_date{
					float: left;
					color: #666666;
					font-size: 9px;
					line-height: 11px;
					padding-right: 5px;
					padding-top: 2px;
				}
				
				.nieuws_contentblok p{
					max-height: 45px;
					overflow: hidden;
					padding: 5px 0;
					float: left;
				}
				
					.nieuws_contentblok.noImage{
						width: 480px;
						padding-left: 105px
					}
					
					.nieuws_item.home .nieuws_contentblok.noImage{
						padding-left: 20px;
					}
					
					.nieuws_contentblok.noImage p{
						max-height: 60px;
					}
	
	.kolom_rechts.home{
		float: left;
		width: 320px;
		margin-top: -40px;
	}
	
		.contentblok_rechts{
			background: #FFF;
			border: 1px #b5b5b5 solid;
			padding: 15px;
			min-height: 272px;
		}

	/* VERVOLGPAGINA */
	.kolom_links{
		width: 350px;
		float: left;	
	}
	
	.submenu{
		background: #005635;
		padding: 10px 20px 10px 10px;
		width: 280px;
		color: #FFF;
		font-size: 14px;
		margin-bottom: 20px;
		float: left;
	}
	
		.submenu ul{
			list-style: none;	
		}
		
		.submenu li{
			width: 295px;
			padding: 10px;
		}
		
			.submenu li a{
				color: #FFF;
				padding-right: 20px;	
			}
			
			.submenu li a:hover{
				text-decoration: none;		
			}
		
		.submenu hr{
			color: #0d9361;
			border-bottom: none;	
			border-left: none;
			border-right: none;
			border-top: 1px solid #0d9361;
			padding-right: 20px;
		}
		
		.submenu li.active, .submenu li:hover{
			font-weight: bold;
			background: url(../images/pijlgroen.png) no-repeat right center;
		}
		
			.submenu li.nieuwsmenuitem{
				font-size: 12px;
				padding: 7px 10px;
			}
			
			.submenu li.nieuwsmenuitem:hover{
				font-weight: bold;
			}
	
	.contact{
		background: #FFF;
		width: 278px;	
		padding: 10px 20px 10px 10px; 
		border: 1px #5b5b5b solid;
		float: left;
		border-bottom: 7px #000 solid;
	}
	
		.contact_schaduw{
			background: url(../images/contact_schaduw.png) no-repeat bottom;
			height: 37px;
			width: 310px;
			float: left;
		}
		
		.contact label{
			font-size: 12px;
		}
		
		.contact li{
			list-style: none;
			padding-bottom: 15px;
			margin-left: 0px;	
		}
		
		.widget{
			padding: 0px;	
		}
		
	.kolom_rechts{
		float: left;
		width: 640px;	
	}
		
		.main_content{
			float: left;
			background: #fff;
			width: 640px;	
			min-height: 250px;
			border: 1px #5b5b5b solid;
			border-bottom: 7px #000 solid;
		}
		
		.maincontent_schaduw{
			background: url(../images/maincontent_schaduw.png) no-repeat bottom;
			float: left;
			height: 46px;
			width: 640px;
		}	
		
		.maincontent_content{
			padding: 15px;
		}
		
			.maincontent_content img{
				max-width: 600px;	
			}
		
		.maincontent_plaat{
			width: 640px;
			overflow: hidden;
			height: 185px;
		}
		
		.maincontent_plaat.noImage{
			display: none;
		}	
		
		form{
			padding: 15px 0px;		
		}


/* FOOTER */

.footer{
	background: #FFF;
	height: 150px;
	line-height: 22px;
	width: 990px;
	margin:auto;
	font-size: 11px;
}
	.footerblok{
		width: 315px;	
		float: left;
		border-right: 1px #b5b5b5 solid;
		margin: 20px 0px;
		height: 170px;
		padding: 0 15px;
   		width: 300px;
	}	
		.footerblok h2{
			padding-bottom: 10px;	
		}
	
		.footerblok.links{
			width: 290px;	
		}
			.footerblok.links table tr td.contact_spacer{
				padding-right: 30px;	
			}
			
		.footerblok.mid{
			width: 310px;	
		}
		
		.footerblok.mid img{
			padding-top: 10px;
		}
		
		.footerblok.mid h2{
			padding: 0px;	
		}
		
		.fb-like{
			padding-top: 5px;	
		}
		
		.footerblok.rechts{
			border: none;
			padding-right: 0px;
		}
		
/* TYPOGRAFIE & BUTTONS */
.maincontent_content ul, .contact ul{
	padding-bottom: 15px;
}

.maincontent_content ul li, .contact ul li{
	margin-left: 15px;
}

.btn{
	background: #00693e;
	border-radius: 5px;
	padding: 4px 8px;
	color: #FFF;
	text-transform: uppercase;
}

.btn.right{
	margin-left: 190px;
}

.btn.nieuws{
	float: right;
	font-size: 9px;
	margin-bottom: 15px;
}

.btn:hover{
	color: #000;
	background: #28986a;
	text-decoration: none;	
}

p{
	padding-bottom: 15px;	
}

h1{
	font-size: 20px;
	color: #00693e;
	font-family: Georgia, "Times New Roman", Times, serif;	
	line-height: 30px;
}

h1.slider{
	font-size: 30px;
	color: #fff;
}

h2{
	font-size: 15px;
	color: #00693e;	
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3{
	font-size: 13px;
	color: #00693e;	
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h4{
	font-size: 12px;
	color: #00693e;	
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h5{
	font-size: 11px;
	color: #FFF;	
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h6{
	font-size: 11px;
	color: #000;	
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;	
	padding-bottom: 15px;
}

/*IE 7*/
.dj_ie7 .dijitLayoutContainer-child{
	width: 20px;
	height: 20px;	
	display: inline;
}

.dj_ie7 .submenu ul li hr{
	width: 95%;
	margin-left: -35px;
}

.dj_ie7 .zoekveld_home{
	margin-top: -10px;	
}

.dj_ie7 .btn.zoek{
	margin-top: -5px;	
}

.twtr-ft {
 	display:none;	
}
