@import url("menu.css");
@import url("extra.css");
@import url("agenda.css");
body {
    background: #000 url('../img/background.jpg') top left no-repeat;
    color:#000;
    font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
    line-height: 16px;
    margin:0;
    padding:0;
}
.clear {
    clear:both;
}
a {
    color:#000;
    outline:none;
    text-decoration:none;
	border-bottom: 1px solid #222;
}
a:hover {
    text-decoration:none;
	border-bottom: 1px solid #555;
}
a img {
    border:0;
    text-decoration: none;
}
h1 {
    color:#000;
    font-size: 30px;
	line-height: 30px;
    font-weight:normal;
    margin:0;
}
h2 {
    color:#111;
    font-size: 18px;
	line-height: 18px;
    font-weight:bold;
    margin: 0;
	padding: 0;
}
h3 {
    color:#222;
    font-size:16px;
	line-height: 16px;
    font-weight:bold;
    margin:0;
	padding: 0;
}
h4 {
    color:#333;
    font-size:12px;
    font-weight:bold;
    margin:0;
    padding: 0;
}
p {
	margin: 0 0 5px 0;
}



/* content left 350*/
.wrapper {
	margin-top: 300px;
	margin-left: 110px;
	width: 860px;
}
.content {
	position: relative;
	float: left;
	width: 620px;
	background:  url('../img/center_top.png') top center no-repeat;
}
	.content_top {
		height: 48px;
		padding-top: 40px;
		padding: 40px 0 0 35px;
	}
	.content_content {
		background-color: #8cc63f;
		margin-bottom: 25px;
		padding: 5px 35px;
	}
		.content_leiding {
			background-color: #8cc63f;
			margin-bottom: 25px;
			padding: 5px 20px;
		}
	.content_bottom {
		position: absolute;
		height: 26px;
		width: 622px;
		background:  url('../img/center_bot.png') top left no-repeat;
		z-index: 5;
		bottom: 0;
		left:0;
	}
		.opsomming_gallerij a {
			display: block;
			width: 150px;
			height: 150px;
			float: left;
			margin: 5px;
		}
		.opsomming_gallerij .item {	
			width: 150px;
			height: 150px;
			position: relative;
			border: 2px solid #fff;
			text-align: center;
		}
			.opsomming_gallerij .item .description {	
				position: absolute;
				bottom: 0;
				background-color: #fff;
				width: 150px;
				text-align: center;
				height: 30px;
				padding: 10px 0 5px 0;
				opacity:.70;
				filter:alpha(opacity=70); 
				-moz-opacity:0.7;
			}
			.opsomming_gallerij a .item .description h3 {
				font-size: 17px;
			}
				.opsomming_gallerij a:hover .item .description  {
					opacity:.90;
					filter:alpha(opacity=90); 
					-moz-opacity:0.9;
				}
		.opsomming_leiding .item {
			border-bottom: 1px dashed #fff;
			margin: 10px 0;
		}
		.opsomming .item {
			margin: 10px 0;
			border: 1px solid #3b1e15;
			padding: 10px 20px;
			display: block;
		}		
		.opsomming .item:hover {
			border: 1px solid #fff;
		}
			div.leiding {
				float: left;
				width: 275px;
				height: 205px;
				padding: 10px 5px 5px 5px;
				font-size: 14px;
				position: relative;
				text-align: center;
				margin: 10px 0px;
			}
				div.leiding h3 {
					margin-top: 5px;
				}
				div.leiding .foto {				
					width: 275px;
					height: 185px;
				}
				div.leiding .hover {
					width: 275px;
					height: 185px;
					position: absolute;
					z-index: 10;
					background-image: url('../img/leiding/leiding_hover.jpg');
					opacity: 0;
					filter: alpha(opacity=0);
					-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";				}
					div.leiding .informatie {
						color: #fff;
						font-size: 10px;
						display: none;
						position: absolute;
						bottom: 30px;
						left: 10px;
						z-index: 15;
						text-align: left;
					}
						div.leiding  .informatie .informatietable {
							width: 265px;
						}
							div.leiding  .informatie .informatietable tr.lijn  td{
								border-top: 1px solid #fff;
								padding: 2px;
							}
								div.leiding  .informatie .informatietable tr td {
									text-align: left;
									vertical-align: top;
								}
		
a.backlink {
	display: block;
	padding: 5px;
	width: 200px;
	margin: 10px 0;
}
.footer {
	color: #e4cdb4;
	float: right;
	margin: 5px;
	font-size: 10px;
}
.footer a {
	color: #e4cdb4;
}
.footer a:hover {
	color: #fff;
}
