@charset "utf-8";
/* Stylesheet for MID 4, made by Michiel Bijl for Media Solutions */

/* Table of Contents 
1. Base Elements
2. Header
3. Content
4. Page
5. Sidebar
6. Footer
 6.1. Sliderbar
7. Buttons
8. Misc
*/

/* 1. Base Elements */
* {
	margin:0;
	padding:0;
}

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:110%;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
}

a img {border:0;}

ul {
	list-style:none;
}

#site {
	margin:0 auto;
	width:962px;
	font-size:0.625em;
}

/* 2. Header */
#header {
	padding:0 0 8px;
	color:#4d4d4d;
}

	#header	a {
		color:#4d4d4d;
	}
	
	#header a:hover {
		text-decoration:underline;
	}

	#header .telefoon {
		float:left;
		font-size:1.1em;
		line-height:27px;
	}
	
	#header .top-menu {
		float:right;
		overflow:hidden;
		font-size:1.1em;
		line-height:27px;
	}
	
		#header .top-menu li {
			float:left;
			margin:0 10px 0 0;
			padding:0 10px 0 0;
			line-height:27px;
			vertical-align:middle;
			background:url(../images/top-menu-border.gif) center right no-repeat;
		}
		
		#header .top-menu li.last-child {
			margin:0;
			padding:0;
			background:none;
		}
		
			#header .top-menu li.active a {
				color:#ed171f;
			}
		
	#login-field {
		display: none;
		position:absolute;
		top:0;
		right:22px;
		width:259px;
		height:135px;
		color:#36312b;
		background:url(../images/login-field-shadow.png) left bottom no-repeat;
	}
	
		#login-field form {
			margin:0 4px 5px 3px;
			padding:5px 0 0;
			height:125px;
			background:url(../images/login-field-bg.png);
		}
		
			#login-field fieldset {
				margin:8px auto;
				width:205px;
				border:0;
			}
			
			#login-field legend {
				font-size:1.1em;
				margin-bottom:5px;
				color:#000;
			}
			
			#login-field input.text {
				margin:0 0 10px;
				width:205px;
			}
			
			#login-field .button {float:right;}

	#banner {
		position:relative;
		clear:both;
		width:956px;
		height:264px;
		border:3px solid #413f3f;
	}
	.banner1 { background:url(../images/random/header-01.jpg) top left no-repeat; }
	.banner2 { background:url(../images/random/header-02.jpg) top left no-repeat; }
	.banner3 { background:url(../images/random/header-03.jpg) top left no-repeat; }
	.banner4 { background:url(../images/random/header-04.jpg) top left no-repeat; }
	.banner5 { background:url(../images/random/header-05.jpg) top left no-repeat; }
	.banner6 { background:url(../images/random/header-06.jpg) top left no-repeat; }
	.banner7 { background:url(../images/random/header-07.jpg) top left no-repeat; }

		
		#banner h1 {
			position:relative;
			top:62px;
			width:259px;
			height:144px;
			background:url(../images/logo-shadow.png) bottom right no-repeat;
		}
		
		#banner h1 a {
			display:block;
			width:250px;
			height:132px;
			background:url(../images/logo.png) top left no-repeat;
		}
		
		#banner h1 a img,
		#banner h1 a span {
			display:none;
		}
	
	#header .menu {
		padding:10px 0 0;
		height:27px;
		background:url(../images/main-menu-background.png) repeat-x;
	}
	
		#header .menu a:hover,
		#header .menu .active a {
			color:#ed171f;
			text-decoration:none;
		}
	
		#header .menu li {
			float:left;
			padding:0 22px 0 15px;
			line-height:27px;
			font-size:1.1em;
			font-weight:bold;
			background:url(../images/main-menu-border.png) right top no-repeat;
		}
		
		#header .menu .last-child {
			background:none;
		}
	
/* 3. Content */
#content {
	background:#ebebeb url(../images/content-background.png) repeat-x;
}

/* 4. Page */
#page {
	padding:15px;
	width:638px;
}

	#page a:hover {
		color:#878787;
		text-decoration:none;
	}

	#page h2 {
		font-size:2.0em;
		font-weight:normal;
	}
	
	#page h3 {
		margin:0 0 25px;
	}
	
	#page h4 {
		font-style:italic;
		font-weight:normal;
	}
	
	#page p {
		margin:20px 0;
		font-size:1.1em;
		line-height:1.9em;
	}
	
	#page p.first-child {
		margin-top:0;
	}
	
	#activiteit {
		margin:15px 0 25px;
		padding:15px 0;
		border:1px dashed #807d7a;
		border-left:none;
		border-right:none;
	}
	
		#activiteit h3 {
			margin:0 0 3px;
			color:#807d7a;
			font-size:1.3em;
		}
	
		#activiteit h4 {
			margin:0 0 10px;
			font-size:1.1em;
		}
		
		#activiteit p {
			margin:5px 0 0;
		}
	
	#nieuws {
		overflow:hidden;
		padding:15px;
		border:1px solid #000;
		background:#fff;
	}
	
		#nieuws dt {
			float:left;
			width:160px;
		}
		
			#nieuws dt img {
				border:1px solid #9f9f9f;
			}
		
		#nieuws dd {
			padding:0 0 0 200px;
		}
		
		#nieuws a {
			color:#3b3b3b;
		}
		
		#nieuws a:hover {
			color:#878787;
			text-decoration:none;
		}
		
		#nieuws p {
			margin:0 0 20px;
		}
		
		#nieuws h3 {
			font-family:Palatino, Palatino Linotype, Book Antiqua, serif;
			font-size:2.2em;
			font-weight:normal;
		}
		
		#nieuws h4 {
			margin:20px 0 5px;
			font-size:1.1em;
		}
		
		#nieuws .city {
			text-transform:uppercase;
		}
		
	#page span.right {
		float:right;
		line-height:2.5em;
	}
	
		#page span.right a {
			text-decoration:underline;
		}
		
	/* Nieuws */
	div.news {
	}
	
		div.news h2 {	
			margin:0 0 20px;
		}
		
		div.news h3 {
			color:#ed171f;
		}
		
		div.news #page h4 {
			/*font-style:;*/
			font-size:1.1em;
		}
		
		div.news p.bron {font-style:italic;}
	
	#page ul.news {
		border-top:1px dashed #9e9b96;
	}
	
		#page ul.news a:hover {
			color:#ed171f;
		}
		
		ul.news li {
			position:relative;
			padding:5px 0;
			border-bottom:1px dashed #9e9b96;
			font-size:1.1em;
			font-weight:bold;
		}
	
		ul.news span {
			position:absolute;
			top:0;
			margin-top:5px;
			display:block;
			font-weight:normal;
			text-align:right;
		}
		
		ul.news .day-text {
			right:95px;
			padding-left:5px;
			width:60px;
			border-left:1px solid #9e9b96;
		}
		ul.news .day {
			right:70px;
			width:25px;
			text-align:center;
		}
		
		ul.news .month {
			right:0;
			width:70px;
			text-align:left;
		}
		
	#page .no-date li:before {
		padding-right:5px;
		content:"-";
		color:#f00;
	}
	
	/* Leden */
	.leden {
		border-top:1px dashed #ccc;
	}
	
		.leden li {
			position:relative;
			height:24px;
			font-size:1.1em;
			font-weight:bold;
			line-height:24px;
			border-bottom:1px dashed #ccc;
		}
	
		.leden li:before {
			padding-right:5px;
			content:"-";
			color:#f00;
		}
		
			.leden span {
				position:absolute;
				right:0;
				padding-left:10px;
				font-size:0.9em;
				font-weight:normal;
			}
			
			.leden span:before {
			}
			
				.leden span a {
					color:#ababab;
				}
				
	/* Searchfields */
	.search {
		margin:15px 0 0;
		padding:15px;
		height:20px;
		line-height:20px;
		border:1px solid #57534f;
		background:#fcfcfc;
		position:relative;
	}
	
	#page .no-float {
		float:none;
	}
	
		.search input,
		.search label,
		.search select {
			font-size:1.1em;
		}
		
		.search input.text,
		.search select {
			width:200px;
		}
		
		.search label {
			margin:0 5px 0 0;
		}
		
		.search fieldset {
			width:300px;
			border:0;
			float:left;
		}
		
		.search .button {
			position:absolute;
			right:35px;
		}
		
		.fotoalbum .search .button {
			left:280px;
		}
		
		.search fieldset.right {
			float:none;
		}
		
	#page .alpha {
		margin:15px 0;
		font-size:1.1em;
		word-spacing:0;
	}
	
	#page .clear {
		width:100%;
	}
	
	
	/* Fotoalbum */	
	.fotoalbum .photo {
		text-align:center;
	}
	
	.fotoalbum .photo img {
		border:3px solid #484747;
	}
	
	.fotoalbum dl.nth-child-n3 {
		margin:30px 0 0 0;
	}
	
	.fotoalbum .item {
		float:left;
		margin:30px 69px 0 0;
		width:166px;
	}
	
		.fotoalbum .item dt a img {
			border:3px solid #57534f;
		}
		
		.fotoalbum .item dd {
			padding:10px 5px 0;
			text-align:center;
		}
		
		.fotoalbum .item a {
			color:#ed171f;
		}
			
	/* Pages (nav-bar) */
	.pages {
		margin:20px 0;
		height:24px;
		font-size:1.1em;
	}
	
		.pages li {
			float:left;
			width:33%;
			line-height:24px;
		}
		
		.pages li.middle {
			text-align:center;
		}
		
		.pages li.right {
			float:right;
			text-align:right;
		}

/* 5. Sidebar */
#sidebar {
	position:relative;
	top:-45px;
	right:10px;
	float:right;	
}

	#sidebar hr {
		border:0;
		border-top:1px dashed #c9c7c5;
		height:0;
		margin:10px 0;
	}
	
	#sidebar p,
	#sidebar label,
	#sidebar a {
		font-size:1.1em;
	}


	.s-head {
		padding:0 9px 14px 7px;
		color:#36312b;
		font-size:1.8em;
		background:url(../images/sidebar-head.png) 1px bottom no-repeat;
	}

	div.no-head {
		padding-top:55px;
	}
	
	.s-content {
		padding:0 19px 10px 17px;
		width:227px;
		background:url(../images/sidebar-middle.png) left top repeat-y;
		text-align:right;
	}
	
		.s-content * {
			text-align:left;
		}
		
		.s-content dt,
		.s-content dd {
			padding:5px 0;
		}
		
		.s-content h2 {
			margin:0 0 10px;
			color:#ed171f;
			font-size:1.8em;
		}
		
		.s-content h3 {
			margin:0 0 5px;
			font-size:1.1em;
		}
		
		.s-content h3.red {
			margin:0;
			color:#ed171f;
			line-height:1.9em;
		}
	
		.s-content .logo {
			margin:5px auto;
		}
		
		.s-content .text {
			width:100%;
		}
		
		.s-content p {
			line-height:20px;
		}
		
		.s-content p.route {
			margin:0 0 10px;
		}
		
		.s-content ul {
			font-size:1.1em;
			line-height:1.9em;
		}
		
		dl.zoek {
		}
		
			.zoek .side-to-side {
				height:24px;
			}
			
				.side-to-side a.button,
				.side-to-side input {
					float:right;
				}
				
				.side-to-side .left {
					float:left;
					line-height:24px;
				}
				
					.side-to-side .left a {
						text-decoration:underline;
					}
			
			.alpha {
				font-size:0.9em;
				word-spacing:-2px;
			}
			
				.alpha a {
					color:#ed171f;
				}
				
				.alpha a:hover {
					color:#a11015;
					text-decoration:underline;
				}
	
	.s-foot {
		width:268px;
		height:15px;
		background:url(../images/sidebar-foot.png) left top no-repeat;
		margin:0 0 10px 0;
	}
		

/* 6. Footer */
#footer {
	border-top:6px solid #484747;
}

	#footer a {
		color:#fff;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}

	/* 6.1. Sliderbar */
	#sliderbar {
		margin:0;
		width:962px;
		height:112px;
		overflow:hidden;
		position:relative;
	}
	
		#tick-container {
			z-index:0;
			position:relative;
			left:0;
			top:10px;
			width: 2800px;
			height:100px;
			overflow:hidden;
		}
		
			#tickerID {
				visibility:visible;
				top:0;
				left:0;
			}
			
			.ticker {
				visibility:hidden;
				position:relative;
				left:0;
				top:0;
				border:0;
				width:100%;
			}

				.banner_top {
					float:left;
					padding:0 15px 0 0; /* Must be padding for the script to work correctly */
					height:100px;
				}
				
	#foot-text {
		position:relative;
		height:35px;
		background:#484747;
		color:#fff;
		font-size:1.1em;
		line-height:35px;
	}

	#footer .copy {
		position:absolute;
		bottom:0;
		left:0;
		padding:0 15px;
	}
	
	#footer .mediasolutions {
		position:absolute;
		bottom:0;
		right:0;
		padding:0 15px;
	}

/* 7. Buttons */
.button-container {
	height:24px;
	text-align:right;
}

#site a.button {
			display:inline-block;
			height:24px;
			line-height:21px;
			text-align:center;
			background:url(../images/buttons.png) right top no-repeat;
			color:#fff;
			font-family:helvetica, arial;
			text-decoration:none;
			font-size:12px;
		}
		
			#site a.button span.first {
				display:block;
				background:url(../imagesbuttons.png) -190px -150px no-repeat;
				padding:0 0 0 15px;
				line-height:24px;
			}
			
			#site a.button span span {
				padding-right:18px;
				line-height:21px;
			}
		
		#site a.button:hover {background-position:right -50px;color:#fff;}
		#site a.button:hover span.first {background-position:-190px -200px;}
		#site a.button:active {background-position:right -100px;}
		#site a.button:active span.first {background-position:-190px -250px;}

	/* 7.1. Sidebar Buttons */
	#sidebar a.button {background-image:url(../images/buttons-alt.png);}
	#sidebar a.button span.first {background-image:url(../images/buttons-alt.png);}

.become-member {
	height:36px;
	text-align:right;
}

	.become-member a {
		display:block;
		height:36px;
		width:120px;
		background:url(../images/button-lid-worden.png) top left no-repeat;
	}
	
	.become-member a:hover {
		background-position:-122px top;
	}
	
	.become-member a:active {
		background-position:-244px top;
	}
	
		.become-member a span {
			display:none;
		}
		
#header .no-js-button {
	width:66px;
	height:23px;
	border:0;
	background:url(../images/button-inloggen.png) top left no-repeat;
}

#header .no-js-button:hover {background-position:-66px top;}
#header .no-js-button:active {background-position:-132px top;}
	
/* 8. Misc */
.clear {
	visibility:hidden;
	clear:both;
}

.clear-left {clear:left;}

a.hide {display:none;}
a.show {display:inline;}

#site a.js-submit {display:none;}
.js-enabled #site a.js-submit {display:inline-block;}

.small-right {text-align:right;font-size:10px;}

.route #page .button {margin:0 0 0 10px;}
.route #page .text {width:250px;}
.route #page .map {border:3px solid #333;margin:20px 0 0;}
.route #page .map-note {margin:10px 0 0;color:#666;display:block;}
.route #sidebar a {text-decoration:underline;}
.route #sidebar a:hover {color:#777;}

.shadow-left span,
.shadow-right span {
	display: none;
}

#sliderbar .shadow-left {
	position:absolute;
	top:0;
	left:0;
	z-index:30;
	width:14px;
	height:110px;
	background:url(../images/sliderbar.png) -14px 0 no-repeat;
}

#sliderbar .shadow-right {
	position:absolute;
	top:0;
	right:0;
	z-index:30;
	width:14px;
	height:110px;
	background:url(../images/sliderbar.png) no-repeat;
}

#sliderbar #shadow span {display:none;}

hr.dashed {
	height:0;
	border:0;
	border-top:1px dashed #ccc;
}

#detail-left {
	float:left;
	width:400px;
}
	#detail-left img {
		border:1px solid #3F3B35;
	}

#detail-right {
	float:right;
	font-size: 1.1em;
	width:185px;
}

	#detail-right h3 {
		margin:10px 0 0;
	}
	
	#detail-right ul {
		margin:0 0 10px;
	}

#site .bvdw .logo-c {
	display:block;
	width:230px;
	text-align:center;
	border:1px solid #000;
	background:#fff;
}
	
/* Contact */
.contact {
	width:500px;
}

	.contact th {
		width:100px;
		text-align:left;
	}

	.contact td {
		width:280px;
	}
	
	.contact input {
		width:250px;
	}
	
	.contact select {
		width:50px;
	}
	
	.contact textarea {
		width:252px;
		height:100px;
	}
	
	.contact .button {
		width:auto;
	}
	
	.contact .naam {
		width:197px;
	}
	
