@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;
}



/*
	Begin custom CSS
*/

html{
	font-size: 13px;
}

body{
	background: url('../img_new/bg.jpg') repeat-x top center #019e57;
	/*background-color: #019e57l;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.main{
	width: 960px;
	margin: 0px auto;
}


.balk_wrapper{
	background: #fff;
}

.balk_links{
	float: left;
	width: 360px;
}

.balk_rechts{
	float: left;
	width: 600px;
	padding: 0px 0px;
}



.menu{
	height: 130px;
}

	.menu li{
		display: block;
		float: left;
		width: 130px;
		margin: 0px 10px;
		
	}
	
	.menu li a{
		display: block;
		text-align: center;
		/*background: green;*/
		height: 106px;
		line-height: 106px;
		vertical-align: middle;
		color: #56217c;
		text-decoration: none;
		font-size: 1.4em;
		overflow: hidden;
		text-indent: 180px;
	}
	.menu li a:hover{
		color: #fff;
		background: url('../img_new/menu_over.gif');
	}
	.menu li a.sel{
		color: #fff;
		background: url('../img_new/menu_over.gif');
	}
	
	.menu li a.item1{ background: url('../img_new/menu1.gif'); }
	.menu li a.item1.sel, .menu li a.item1:hover{ background: url('../img_new/menu1_sel.gif'); }
	
	.menu li a.item2{ background: url('../img_new/menu2.gif'); }
	.menu li a.item2.sel, .menu li a.item2:hover{ background: url('../img_new/menu2_sel.gif'); }
	
	.menu li a.item3{ background: url('../img_new/menu3.gif'); }
	.menu li a.item3.sel, .menu li a.item3:hover{ background: url('../img_new/menu3_sel.gif'); }
	
	.menu li a.item4{ background: url('../img_new/menu4.gif'); }
	.menu li a.item4.sel, .menu li a.item4:hover{ background: url('../img_new/menu4_sel.gif'); }




.foot{
	background: url('../img_new/foot.png') no-repeat;
	padding-top: 24px;
	text-align: right;
	padding-right: 20px;
}

.foot a{
	color: #fff;
	font-size: .8em;
	text-decoration: none;
}
.foot a:hover{
	text-decoration: underline;
}

h1{
	font-size: 2em;
	font-weight: normal;
	color: #019e57;
	margin-bottom: 1em;
}
h2{
	font-size: 1.4em;
	font-weight: normal;
	color: #019e57;
	margin-bottom: 1em;
}

.content{
	margin-top: 32px;
	line-height: 1.5em;
	color: #555;
	padding-left: 10px;
	padding-right: 20px;
}


.topfoot{
	background: #fff;
	padding: 20px;
	color: #555;
}
.topfoot p{
	font-size: 0.85em;
	line-height: 1.7em;
}


.blokwrapper{
	border-top: 1px solid #019e57;
	padding-top: 20px;
	margin-top: 20px;
}

	.topfoot .blok1{
		float: left;
		width: 310px;
		padding-right: 30px;
	}
	
	.topfoot .blok2{
		float: left;
		width: 280px;
		padding-left: 10px;
	}


.topfoot a{
	display: block;
}

a.ruitlink{
	background: url('../img_new/ruit.gif') no-repeat 0px 4px;
	padding-left: 18px;
	color: #555;
	text-decoration: none;
}
a.ruitlink:hover{
	text-decoration: underline;
}






.zijbalk_menu{
	width: 336px;
}

.zijbalk_menu a{
	display: block;
	text-align: right;
	line-height: 24px;
	vertical-align: middle;
	font-weight: bold;
	padding-right: 15px;
	margin-bottom: 1px;
}

.zijbalk_menu a:hover, .zijbalk_menu a.sel{
	background: url('../img_new/zijbalk_pijl.gif') no-repeat;
	color: #fff;
	text-decoration: none;
}




.afbeeldingen{
	margin: -10px;
	margin-bottom: 10px;
}

	.afbeeldingen .afbeelding{
		border: 3px solid #019e57;
		float: left;
		margin: 10px;
	}





.blok{
	padding-bottom: 20px;
	border-bottom: 1px solid #019e57;
	margin-bottom: 20px;
}

	.blok .afbeelding{
		border: 3px solid #019e57;
	}
	
		.blok .afbeelding img{
			display: block;
		}
	
	.blok .meerinfo{
		display: block;
		text-align: right;
		margin-top: 1.5em;
	}
	
	.blok.afb_links .afbeelding{
		float: left;
		margin-right: 20px;
	}
	
	.blok.afb_rechts .afbeelding{
		float: right;
		margin-left: 20px;
	}






a{
	color: #019e57;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}





h3{
	color: #56217c;
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 1em;
}




/* 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%;
}
