@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
}
body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(../images/page-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#222222;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:75%;
	line-height:1.5;
}
strong {
	font-weight:bold;	
}
#container {
	width:980px;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -220px;
}
#header {
	height:140px;
}
#home {
	width:200px;
	height:100px;
	display:block;
	float:left;
}
#search {
	width:241px;
	height:24px;
	background-image:url(../images/zoeken.jpg);
	background-repeat:no-repeat;
	padding:7px 0px 0px 9px;
	margin-top:20px;
	float:right;
}
#search input.text {
	background-color:transparent;
	border:none;
	font-size:.9em;
	color:#666;
	float:left;
	width:200px;
}
#search input.action {
	background-color:transparent;
	border:none;
	width:30px;
	cursor:pointer;
}
/* MENU */
	#menu {
		padding:0;
		margin:0;
		list-style:none;
		position:relative;
		float:right;
		margin-top:20px;
	}
	#menu li {
		float:left;	
		display:block;
		height: 30px;
		background-image: url(../images/menu_bg.jpg);
		padding:14px 16px 0px 24px;
		background-position:-2px 0px;
	}
	#menu .current {
		background-position:0px -44px;
	}
	#menu li .divider {
		display:block;
		float:left;
		margin-top:-14px;
		margin-left:-24px;
		width:2px;
		height:44px;
		background-image: url(../images/menu_bg.jpg);
	}
		#menu span {
			font-size:14px;	
		}
		#menu a {
			font-size:16px;
			font-weight:normal;
		}
		
		#menu li:hover, #menu li.current  {
			background-position:-2px -44px;
		}
		

/* MAIN */

h1 {
	font-size:2.4em;	
}
h1.hometitle {
	margin-top:-30px;	
}
h2 {
	font-size:1.5em;	
}
a {
	color:#de2118;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}

#left-column {
	padding:20px 20px;	
	float:left;
	border-right:1px solid #eee;
}
#left-column p {
	margin-bottom:1em;
}
	.two-thirds {
		width:610px;
	}
	.left-half {
		width:460px;	
	}
	.right-half {
		width:450px;	
	}
.nieuws-datum {
	font-size:.9em;
	color:#999;
}
.overzicht-nieuws-item {
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	overflow: auto;
	width:100%;

}
#SearchResults li {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;	
}
#PageNumbers {
	padding:10px;
	clear:both;	
}
.volgende {
	float:right;
}
#zoekresultaten {
	display:block;
	clear:both;
}
#afbeelding {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
#afbeelding img {
	border:1px solid #eee;
	padding:4px;
}
.afbeelding-thumb {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.afbeelding-thumb img {
	border:1px solid #eee;
	padding:4px;
}

#right-column {
	padding:20px 10px 20px 15px;	
	float:left;
}
	.one-third {
		width:300px;
	}
	
#right-list {
	
}
#right-list li {
	padding:5px 5px 2px 5px;
	background-color:#eee;
	border-bottom:1px solid #ccc;
}
#right-list li.current {
	background-color:#ddd;
}

/* SHOWCASE */

.showcase {
	width:610px;
	height:300px;
	clear:both;	
	overflow:hidden;
	border:1px solid #eee;
}
.prev {
	position:relative;
	top:-160px;
	left:-15px;
	z-index:99;
}
.next {
	position:relative;
	top:-160px;
	left:555px;
	z-index:99;
}
.showcase-holder {
	width:290px;
	height:280px;
	padding:10px;
	background-color:#FFF;
	float:right;
	opacity:0.7;
	filter:alpha(opacity=70);
	border-left:1px solid #ddd;
}
h6 {
	font-size:2em;	
}

	
/* NIEUWS */

h3#nieuws {
	display:block;
	height:27px;
	width:294px;
	background-image: url(../images/nieuws-header.jpg);	
	padding-left:6px;
	padding-top:5px;
	font-size:1.3em;
}
h3#nieuws span {
	display:none;	
}
.nieuws-item {
	border-bottom:1px solid #eee;
	margin-top:8px;
	padding:0px 5px 10px 5px;
	font-size:.95em;
	line-height:130%;
	color:#666;
}
.nieuws-item h4 {
	font-size:1.2em;
	line-height:150%;
	color:#de2118;
}

/* CONTACT */

#contactholder input.text {
	font-size:1.2em;
	width:300px;
	border:1px solid #999;
	padding:5px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
#contactholder .textarea {
	font-size:1.2em;
	width:340px;
	border:1px solid #999;
	padding:5px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
#contactholder p {
	margin-bottom:1em;	
}

#map {
	width:458px;
	height:400px;
	border:1px solid #ccc;
}

/* FOOTER */

#footer, .push {
     height: 200px;
	 clear:both;
}
#footer {
	background-color:#313131;
	text-align:center
}
#footer-container {
	width:960px;
	margin:0 auto;
	text-align:left;
	display:block;
	min-height:200px;
}
.third-footer {
	width:310px;
	padding-left:10px;
	padding-top:20px;
	float:left;
	color:#666;	
}
.third-footer a {
	color:#666;	
}
.footer-header {
	font-size:1.5em;
}

img.right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
img.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
