@charset "utf-8";
/* CSS Document */

body,html{
	background:url(../images/topbg.jpg) repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	color:#333;
	}

#content .button{
	margin-top:20px;
	width:150px;
	height:30px;
	background:url(../images/button.png);
	border:0;
	cursor:pointer;
	}
#content .button:hover{
	background:url(../images/button_on.png);
	}
	
#wrapper{
	margin:0 auto;
	width:960px;
	display:table;
	}
#header{
	margin:0;
	display:block;
	width:960px;
	height:190px;
	border-bottom:dotted 2px #999;
	}
	
#header .logo{
	float:left;
	margin:40px 0 0 5px;
	}
#header .gow{
	float:right;
	margin:40px 5px 0 0;
	}
	
#container{
	margin-top:45px;
	width:960px;
	max-width:960px;
	min-height:500px;
	display:table;
	}

#left{
	float:left;
	max-width:195px;
	width:195px;
	display:table;
	overflow:hidden;
	max-width:195px;
	}
	
/* nav */
	
#left ul{
	list-style:none;
	margin:0;
	padding:0;
	padding-right:10px;
	}
#left ul li{
	margin:0;
	}
#left ul li a{
	display:block;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#118fb3;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:100;
	}
#left ul li a:hover{
	color:#a72f2f;
	}
#left ul li a.active{
	color:#a72f2f;
	}

/* sub nav */
	
#left ul ul{
	list-style:none;
	margin:0;
	padding:0;
	padding-right:20px;
	}
	
#left ul ul li{
	margin:0 0 0 10px;
	}

#left ul ul li a{
	display:block;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:12px;
	margin-bottom:4px;
	color:#333;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:100;
	}
#left ul ul li a:hover{
	color:#a72f2f;
	}
	
#left ul ul li a.active{
	color:#a72f2f;
	}

/* content */ 

#content{
	float:left;
	max-width:505px;
	width:505px;
	overflow:hidden;
	margin-right:20px;
	display:table;
	}
	
#content p{
	margin-bottom:20px;
	}

#content ul{
	list-style:disc;
	}

#content a{
	text-decoration:none;
	color:#118fb3;
	}
	
#content a:hover{
	color:#a72f2f;
	}
	
#right{
	float:left;
	max-width:240px;
	width:240px;
	display:table;
	overflow:hidden;
	}
	
#nieuwskort{
	display:table;
	}
/* Contact */

.contact{
	width:490px;
	max-width:490px;
	overflow:hidden;
	}
.contact input{
	border:1px #CCC solid;
	background:#F3F3F3;
	height:25px;
	width:150px;
	line-height:20px;
	padding-left:5px;
	font-size:12px; 
	}

.contact .code{
	border:1px #CCC solid;
	margin-top:5px;
	width:87px; 
	height:24px;
	margin-top:5px;
	margin-bottom:5px;
	padding:2px 3px 2px 10px;
	color:#ba1820;
	font:arial;
	text-decoration:none;
	font-size:20px;
	font-weight:200;
	line-height:22px;
	}

.contact .captcha{
	margin-top:10px;
	border:1px #CCC solid;
	background:#F3F3F3;
	}
	
.contact textarea{
	border:1px #CCC solid;
	background:#F3F3F3;
	height:100px;
	max-width:250px;
	width:250px;
	line-height:20px;
	padding:5px;
	font-size:12px; 
	}
	
/* Downloads */

.downloads .download{
	width:490px;
	max-width:500px;
	overflow:hidden;
	}

.downloads .download a{
	width:490px;
	display:block;
	background:#EFEFEF;
	height:30px;
	line-height:30px;
	padding-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#118fb3;
	}
#content .downloads .download p{
	width:490px;
	max-width:490px;
	clear:both;
	line-height:16px;
	padding-left:10px;
	padding-top:10px;
	margin:0;
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;
	}
	
/* Nieuws */

.nieuws{
	padding:0;
	margin:0;
	width:500px;
	display:table;
	}

.nieuws .nieuwsitem a{
	text-decoration:none;
	color:#118fb3;
	}

.nieuws .nieuwsitem p{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	}

.nieuws .nieuwsitem{
	width:500px;
	display:table;
	margin-bottom:20px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0;
	}
.nieuws .nieuwsitem h4{
	padding:0;
	margin:0;
	font-size:12px; line-height:18px;
	}

/* Nieuwskort */

#nieuwskort .nieuwsitem{
	width:240px;
	display:table;
	border-bottom:dotted 2px #999;
	margin-bottom:10px;
	font-size:10px;
	padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	}

#nieuwskort .nieuwsitem a{
	text-decoration:none;
	color:#118fb3;
	}
#nieuwskort .nieuwsitem a:hover{
	color:#a72f2f;
	}

#nieuwskort .nieuwsitem p{
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:5px;
	font-size:14px;
	}

/* Links */

#links p{
	margin-bottom:2px;
	}

#links p a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	color:#118fb3;
	}
	
#links p a:hover{
	color:#a72f2f;
	}

#footer{
	margin-top:20px;
	border-top:dotted 2px #999;
	width:960px;
	height:20px;
	margin-bottom:30px;
	}
#footer p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	}
#footer p a{
	color:#118fb3;
	text-decoration:none;
	}

#footer p a:hover{
	color:#a72f2f;
	}

/* Accordian */

#basic-accordian{
	display:table;
	width:500px;
}

.accordion_headings{
	padding:5px;
	background:#EFEFEF;
	color:#118fb3;
	border:1px solid #FFF;
	cursor:pointer;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:12px;
}

.accordion_headings:hover{
	background:#d5d575;
	color:#b1273f;
}

.accordion_child{
	padding:15px;
		background:url(../images/bg_agendapunt.jpg) repeat-x top #FFF;
	display:compact;
}

.header_highlight{
	background:#d5d575;
	color:#b1273f;
}

/* FOTOALBUM */

.fotoalbum img{
	border:1px dotted #ccc;
}

.fotoalbums{
	width:500px;
	margin-bottom:30px;
	padding-bottom:0px;
	padding-right:0px;
	border-bottom:dotted 2px #999;
}

.fotoalbums a{
	display:block;
	float:right;
	height:25px;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	color:#118fb3;
}

.fotoalbums a:hover{
	color:#a72f2f;
}

#content .fotoalbums p{
	margin:0;
	padding:0;
	}
	
.fotoalbums h2, .fotoalbum h2{
	margin-bottom:10px;
	font-size:12px;
	color:#a72f2f;
}

.fotoalbums .clear{
	clear:both;
}

.thumbs{
	 display:block;
	 width:100px;
	 height:100px;
	 float:left;
	 margin-right:10px;
	 margin-bottom:10px;
	 background-position:center;
	 filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.thumb{
	display:block;
	 width:100px;
	 height:100px;
	 float:left;
	 margin-right:10px;
	 margin-bottom:10px;
	 background-position:center;
	 filter:alpha(opacity=10);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	}

.thumbs:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.fotoalbumimages{
	list-style:none;
	margin:0px;
	padding:0px;
}