@charset "utf-8";
/* CSS Document */


/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}








body{
	background: url('../img/bg.jpg') repeat-x top center #b8cc21;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
	font-size: 24px;
	font-weight: bold;
	color: #307027;
	margin-top: 6px;
	margin-bottom: 14px;
	/*height: 30px;*/
}

h4{
	font-size: 12px;
	font-weight: bold;
	color: #307027;
}

h5{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}


.main{
	width: 970px;
	margin: 0px auto;
}


.top{

}

	.top img { display:block; }

.maincontent{
	background: url('../img/maincontent_bg.gif') repeat-y;
	margin: 0px;
}
	
	.maincontent .zijbalk{
		float: left;
		width: 250px;
	}
	
	
		.maincontent .zijbalk h3{
			background: url('../img/links_kopbg.gif') no-repeat;
			height: 33px;
			margin-top: -20px;
			padding-top: 27px;
			padding-left: 30px;
			font-weight: normal;
			font-size: 16px;
			color: #fff;
			position: relative;
			z-index: 100;
		}
		
		

		.maincontent .zijbalk .zijcontent{
			margin-left: 30px;
			margin-top: 10px;
			margin-bottom: 10px;
			width: 220px;
			line-height: 20px;
		}
		
		.maincontent .zijbalk .zijcontent table.kalender{
			
		}
		
		.maincontent .zijbalk .zijcontent table.kalender td{
			padding-bottom: 10px;
		}
		.maincontent .zijbalk .zijcontent table.kalender td.datum{
			font-weight: bold;
		}
		
		
		.maincontent .zijbalk .zijcontent.nieuws a{
			display: block;
			text-align: right;
			padding-right: 15px;
			background: url('../img/pijl_groen.gif') right no-repeat;
			margin-bottom: 10px;
		}
	
		
	.maincontent .content{
		float: left;
		width: 520px;
		margin-left: 40px;
		margin-right: 20px;
		line-height: 20px;
	}
	
	.maincontent .rechts{
		margin-right:-10px;
		float: left;
		width: 140px;
	}
	
	
	.maincontent .foot{
		
	}
	
	
	
.foot .scheiding{
	
}

.foot .content{
	background: url('../img/foot_bg.gif') repeat-y;
	color: #fff;
	padding-left: 30px;
	height: 80px;
}

.foot .foot{
	
}

.foot .footlinks{
	position: absolute;
	width: 220px;
	line-height: 20px;
}


.foot .footsearch{
	position: absolute;
	width: 400px;
	margin-left: 380px;
	text-align: right;
}
.foot .footsearch img{
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}

.foot .footsearch .zoekveld{
	width: 200px;
	padding: 2px;
	border: none;
	float: right;
	margin-right: 10px;
}

.foot .footsearch .zoekknop{
	width: 70px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	color: #fff;
	border: none;
	background: url('../img/pijl_witopgroen.gif') no-repeat right center;
	padding-right: 20px;
	text-align: right;
	
}




.foot .interactive_studios{
	position: absolute;
	width: 400px;
	margin-left: 380px;
	margin-top: 64px;
	text-align: right;
}







.quoteblock_main{
	background: url('../img/quote_top.gif') #f18e00 no-repeat ;
	color: #fff;
	font-style:italic;
	font-size: 18px;
	padding: 15px 20px 10px 80px;
	line-height: normal;
}

.quoteblock_foot{
	background: url('../img/quote_foot.gif') no-repeat ;
	color: #fff;
	font-style:italic;
	font-size: 12px;
	text-align: right;
	padding-right: 80px;
	height: 40px;
	margin-bottom: 14px;
}







.menu{
	background: url('../img/menubg.jpg') no-repeat;
/*	background: url('../img/menubg_vb.gif') no-repeat;*/
	height: 86px;
	padding-left: 25px;
	padding-top: 14px;
}

	.menu a{
		display: block;
		float: left;
		font-size: 12px;
		color: #fff;
		
		width: 92px;
		height: 26px;
		padding-top: 14px;
		padding-left: 9px;
		padding-right: 9px;
	}
	
	.menu a.twolines{
		width: 92px;
		height: 32px;
		padding-top: 8px;
		padding-left: 9px;
		padding-right: 9px;
	}
	
	.menu a:hover{
		background: url('../img/menu_activebg.gif');
		color: #f28e02;
		text-decoration: none;
		margin-left: -1px;
		width: 92px;
		padding-left: 10px;
	}
	
	.menu a.last:hover{
		background: url('../img/menu_activebg2.gif');
	}
	
	.menu a.selected{
		background: url('../img/menu_activebg.gif');
		color: #f28e02;
		text-decoration: none;
		margin-left: -1px;
		width: 92px;
		padding-left: 10px;
	}
	
	.menu a.selected.last{
		background: url('../img/menu_activebg2.gif');
	}






.nieuwsbriefmodal{
	display: none;
}

	.nieuwsbriefmodal h2{
		font-size: 18px;
		color: #b8cc21;
	}
	
	.nieuwsbriefmodal form{
		margin-top: 20px;
	}
	
	.nieuwsbriefmodal .uitleg{
		/*color: #ccc;*/
		line-height: 16px;
		font-size: 10px;
	}
	
	.nieuwsbriefmodal .email{
		font-size: 12px;
		border: 1px solid #b8cc21;
		padding: 2px;
		width: 250px;
	}
	.nieuwsbriefmodal .submit{
		background: #307027;
		color: #fff;
		font-size: 12px;
		border: 1px solid #307027;
		padding: 2px;
	}
	.nieuwsbriefmodal a{
		color: #b8cc21;
	}
	
	.nieuwsbriefmodal table td{
		padding: 5px 0px;
	}


ul {
	list-style-type: disc;
	list-style-position:outside;
	padding-left: 15px;

}








a{
	color: #307027;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.interactive_studios a{
	color: #fff;
}


.kaart_popup{
	display: block;
	width: 300px;
	height: 170px;
	background: url('../img/black_arrow_big2.png') no-repeat;
	padding: 30px 35px 0px;
	color: #fff;
	position: absolute;
	z-index: 30;
}


.niettonen{
	display: none;
}

h3{
	font-size: 1.2em;
}

small{
	display: block;
	font-size: .8em;
}

.kaartmeerinfo{
	font-size: .8em;
	margin-top: 10px;
}


/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
