 @charset "utf-8";
@import url("contact.css");
/* Cascading Style Sheet for Businessclub de Betuwe by Media Solutions */

html,
body,
ul,
dl {
	margin:0;
	padding:0;
}

html {
	font-size:100%;
	background:#fdfefe url(../images/background.png) 0 0 repeat-x;
}

html#index {
	background-image:url(../images/background-index.png);
}

body {
	margin:0 auto;
	width:952px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:0.625em;
}

a {
	text-decoration:none;
}

a img {
	border:0;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

/* START: Site */
#site {
}
/* START: Header */
#header {
	position:relative;
	height:257px;
}

#index #header {
	height:374px;
}

	/* START: Main Menu */
	#main-menu {
		position:absolute;
		top:22px;
		left:-14px;
		font-size:1.1em;
	}
	
		#main-menu li {
			float:left;
		}
		
		#main-menu li.active,
		#main-menu li:hover {
			background:url(../images/menu-left.png) 0 0 no-repeat;
		}
		
			#main-menu li a {
				display:inline-block;
				padding:0 14px;
				height:42px;
				color:#000;
				font-weight:700;
				line-height:50px;
			}
		
			#main-menu li.active a,
			#main-menu li:hover a {
				background:url(../images/menu-right.png) right 0 no-repeat;
			}
	/* END: Main Menu */
	/* START: Right Menu */
	#right-menu {
		position:absolute;
		top:10px;
		right:0;
		color:#475a6d;
		font-size:1.1em;
	}
	
		#right-menu a ,
		#right-menu .loggedin .blue a {
			color:#475A6D;
		}
		
			#right-menu a:hover ,
		#right-menu .loggedin .blue a:hover  {
				color:#943c14
			}
	
		#right-menu ul {
			width:100%;
			height:25px;
			background:url(../images/right-menu.png) right bottom no-repeat;
		}
		
			#right-menu li,
			#right-menu .loggedin .blue {
				float:right;
				margin-right:7px;
				padding-right:7px;
				border-right:1px solid #475A6D;
				font-weight:bold;
			}
			
			#right-menu li.last-of-type {
				border-right:0 !important;
				margin-right:0px;
				padding-right:0px;
				font-weight:normal;
			}
			
			#right-menu li.last-child {
				margin-right:7px;
				padding-right:7px;
				font-weight:700;
			}
			
			#right-menu .loggedin li {
				border-right:1px solid #943c14;
				
			}
				#right-menu .loggedin li a {
					color:#943c14 ;
				}
				
				#right-menu .loggedin li a:hover {
					color:#475A6D;
				}
							
				#right-menu li img {
					position:relative;
					right:-5px;
				}
			
		/* START: Search */
		#search {
			position:absolute;
			top:26px;
			right:0;
			width:250px;
		}
		
			#search #search-container {
				position:absolute;
				top:0;
				right:0;
			}
			
				#search-container input {
					position:relative;
					z-index:1;
					margin:0;
					height:14px;
					border:1px solid #8a8f94;
				}
				
				#search-container label {
					position:absolute;
					top:0;
					right:8px;
					z-index:2;
					height:20px;
					line-height:20px;
					cursor:text;
				}
		
			#search input.submit {
				position:absolute;
				right:-5px;
				top:7px;
			}
		/* END: Search */
	/* END: Right Menu */
	/* START: Animation */
	#animation {
		position:absolute;
		top:65px;
		right:-8px;
		padding-right:8px;
		width:952px;
		height:191px;
		background:#fff url(../images/header.jpg) right 0 no-repeat;
	}
	
	#index #animation {
		height:308px;
		background-image:url(../images/header-index.jpg);
	}
		/* START: Text */
		#text {
			position:absolute;
			top:45px;
			left:0;
			z-index:50;
			width:225px;
		}
		
			#text a {
				color:#1b63a8;
				font-weight:700;
			}
			
			#text a:hover {
				color:#1c252c;
			}
			
			
			#text h1 {
				margin:0 0 0 -16px;
			}
		
			#text h2 {
				font-size:1.6em;
			}
			
				#text h2 a {
					display:inline-block;
					height:20px;
					padding-right:25px;
					background:url(../images/round-arrow.gif) right 0 no-repeat;
				}
			
			#text p {
				font-size:1.6em;
			}
		/* END: Text */
		.head-photo {
			position:absolute;
			z-index:31;
			border:1px solid transparent;
			width:8px;
			height:6px;
		}
		
		.head-active {
			z-index:32;
			border:1px solid #fff;
		}
		
		#head-photo_1 {
			top:92px;
			right:260px;
		}
		
		#head-photo_2 {
			top:155px;
			right:286px;
		}
		
		#head-photo_3 {
			top:142px;
			right:319px;
		}
		
		#head-photo_4 {
			top:73px;
			right:557px;
		}
		
		#head-photo_5 {
			top:98px;
			right:158px;
		}
		
		#head-photo_6 {
			top:164px;
			right:531px;
		}
		
		#head-photo_7 {
			top:156px;
			right:455px;
		}
		
		#head-photo_8 {
			top:80px;
			right:100px;
		}
		
		#head-photo_9 {
			top:67px;
			right:565px;
		}
		
		#head-photo_10 {
			top:66px;
			right:337px;
		}
	/* END: Animation */
/* END: Header */
/* START: Page */
#page {
	width:100%;
}
	/* START: Content */
	#content {
		float:left;
		padding-bottom:25px;
		width:680px;
	}
	
		#content a {
			color:#3e73a6;
		}
		
		#content a:hover {
			color:#000;
		}
	
		#content h2 {
			margin-bottom:8px;
			color:#051f38;
			font-size:1.6em;
			line-height:1.6em;
		}
		
			#content h2 span {
				display:inline-block;
				margin-left:8px;
				padding-left:11px;
				color:#1b63a8;
				background: url(../images/large-arrow.gif) left center no-repeat;
			}
			
		#content h2.breadcrumb {
			
		}
		
			#content h2.breadcrumb a {
				margin-right:6px;
				padding-right:10px;
				color:#0c4e90;
				background:url(../images/arrow-right.gif) right center no-repeat;
			}
		
		#content p {
			margin:0 0 18px;
			color:#051f38;
			font-size:1.1em;
			line-height:1.72em;
		}
	
	#content ul.welkom-menu {
		margin:-18px 0 18px;
	}
	
		#content .welkom-menu li {
			padding-left:11px;
			font-size:1.1em;
			line-height:1.72em;
			background: url(../images/arrow-red.gif) left center no-repeat;
		}
		
			#content .welkom-menu li a {
				color:#943c14;
			}
		
			#content .welkom-menu li a:hover {
				color:#1b63a8;
			}
	
			#content .welkom-menu li.blue a {
				color:#1b63a8;
			}
	
	#content .welkom-menu li.blue {
		background: url(../images/little-arrow.gif) left center no-repeat;
	}
	
			#content .welkom-menu li.blue a:hover {
				color:#943c14;
			}
	
	.part {
		overflow:hidden;
		margin-top:25px;
		padding-bottom:17px;
		background:url(../images/part.png) 0 bottom no-repeat;
	}
	
	#content ul.nieuwsbrief-archief {
	
	}
	
		#content ul.nieuwsbrief-archief li {
			font-size:1.1em;
			line-height:2.27em;
			border-bottom:1px solid #e3e5e7;
		}
		
			#content ul.nieuwsbrief-archief li a {
				color:#1b63a8;
			}
			
			#content ul.nieuwsbrief-archief li a.active {
				padding-left:13px;
				background: url(../images/big-arrow-right.gif) left center no-repeat;
			}
				
				#content ul.nieuwsbrief-archief li a span {
					color:#051f38;
				}
								
				#content ul.nieuwsbrief-archief li a.active span {
					font-weight:bold;
				}
	
	#content a.toevoegen-btn {
		float:right;
		margin-top:-29px;
	}
	
		#content a.toevoegen-btn2 {
			float:right;
			margin-top:18px;
		}
	
	#content ul.vraag-aanbod-archief {
	
	}
	
		#content ul.vraag-aanbod-archief li {
			padding-left:14px;
			font-size:1.1em;
			line-height:2.27em;
			border-bottom:1px solid #e3e5e7;
			background: url(../images/big-arrow-right.gif) 1px 7px no-repeat;
		}
		
			#content ul.vraag-aanbod-archief li a {
				color:#051f38;
			}
			
			#content ul.vraag-aanbod-archief li:hover {
				background:#c3d7ea url(../images/arrow-right.gif) 1px 10px no-repeat;
			}
				
				#content ul.vraag-aanbod-archief li a span.text {
					float:none;
					display:inline-block;
					width:382px;
					color:#051f38;
					text-align:left;
					font-weight:bold;
				}
			
				#content ul.vraag-aanbod-archief li a.bekeken span.text {
					font-weight:normal;
				}
			
				#content ul.vraag-aanbod-archief li p {
					margin:0 !important;
					float:right;
					width:150px;
					color:#1b63a8;
					text-align:right;
					font-weight:normal;
				}
				
					ul.vraag-aanbod-archief li p a {
						position:relative;
						top:4px;
						margin-left:4px;
					}
	
	#content div.acrobat-reader {
		margin-top:26px;	
	}
	
		#content div.acrobat-reader p {
			margin:0;
		}
	
			#content div.acrobat-reader p a {
				color:#051f38;
				font-weight:bold;
			}
	
		#content div.acrobat-reader img {
			float:left;
			display:block;
			width:86px;
			height:30px;
			margin-top:2px;
			margin-right:10px;
		}
	
	#content p.error {
		font-size: 1.1em;
		color: #9e0226;
		font-weight: 700;
		margin-top: 10px;
		margin-left: 20px;
	}
	
	#content form.login {
		margin-top: 20px;
		width: 100%;
	}
	
	#content form div.password {
		margin-top: 10px;
	}
	
	#content form div.submit input {
		margin-top: 10px;
	}
	
	#content form div.submit input,
	#content form div.submit ul {
		float: left;
	}
	
	#content form div.submit ul {
		margin-left: 135px;
		margin-top: 6px;
	}
	
		/* START: Text */
		.text {
		}
			.text img {
				float:right;
				margin:0 0 15px 15px;
			}
		
			.part h2 {
				margin-top:0;
				font-size:1.6em;
				line-height:1.1875em;
			}
			
				.part h2 a {
					color:#051f38;
				}
				
			.part p {
				font-size:1.1em;
				line-height:1.72em;
			}
			
			#content .part p.date {
				float:right;
				margin:0;
				color:#2a6dae;
			}
			
			.part .right p.date {
				float:none !important;
			}
			
			.part ul {
				font-size:1.1em;
			}
			
				.part ul ul {
					padding-left:40px;
					font-size:1em;
				}
			
				.part li {
					line-height:1.72em;
				}
				
					.part li a {
						color:#2a6dae;
					}
					
					.part li a:hover {
						color:#051f38;
					}
				
			.downloads {
			}
			
				.downloads li {
					padding-left:10px;
					background:url(../images/arrow-small.gif) 0 0.5454em no-repeat;
				}
		/* END: Text */
	
		/* START: Aanmelden-bestuur */
		div.aanmelden-bestuur {
			overflow:hidden;
			margin-bottom:25px;
		}
		
			div.aanmelden-bestuur img {
				float:left;
			}
			
			div.aanmelden-bestuur .aanmelden-tekst {
				float:right;
			}
			
				div.aanmelden-bestuur .aanmelden-tekst p {
					margin-bottom:0 !important;
				}
		
	
		/* END: Aanmelden-bestuur */
	
		/* START: Story */
		#story {
			min-height:165px;
		}
		
			#story .left {
				float:left;
				width:440px;
			}
				
				#story .left p a {
					display:block;
					color:#1c252c;
				}
				
				#story .left img {
					height:150px;
				}
					
			#story .right {
				float:right;
				width:225px;
			}
			
				#story .right li {
					margin-bottom:15px;
				}
			
				#story .right div {
					float:right;
					width:160px;
				}
			
				#story .right h3 {
					margin:0;
					font-size:1em;
					font-weight:400;
					line-height:normal;
				}
				
					#story .right h3 a {
						color:#051f38;
					}
				
				#story .right p {
					margin:0;
					color:#2a6dae;
					font-size:0.9090em;
					line-height:normal;
				}
				
				#story .right img {
					border:1px solid #fff;
					width:57px;
				}
		/* END: Story */
		
		/* START: Company of the week */
		#cotw {
			overflow:hidden;
			padding-bottom:17px;
		}
		
			#cotw-text {
				float:left;
				width:450px;
			}
		
			#cotw a {
				text-decoration:none;
			}
		
			#cotw h2 {
				color:#1c252c;
			}
			
				#cotw h2 a {
					color:#2a6dae;
				}
				
				#cotw h2 a:hover {
					color:#1c252c;
				}
				
			#cotw p {
				float:right;
				margin:0;
				width:218px;
				font-size:1.1em;
				line-height:1.72em;
			}
				
				#cotw p a {
					color:#1c252c;
				}
				
			#cotw .left {
				float:left;
				width:450px;
			}
				
				#cotw img {
					float:left;
					border:1px solid #dfdfdf;
				}
				
			#cotw ul {
				float:right;
				width:200px;
				font-size:1.1em;
			}
			
				#cotw ul a {
					color:#2a6dae;
				}
				
				#cotw ul a:hover {
					color:#1c252c;
				}
				
				#cotw ul li {
					padding-left:11px;
					background:url(../images/blue-arrow.gif) 0 6px no-repeat;
				}
		/* END: Company of the week */
		/* START: Archive */
		#archive {
			font-size:1.1em;
		}
		
			#archive a {
				color:#1c252c;
				text-decoration:none;
			}
			
			#archive a:hover {
				color:#2a6dae !important;
			}
		
			#archive li {
				
			}
			
			#archive li.active {
				font-weight:700;
			}
			
			#archive li.active span {
				border-right:2px solid #2a6dae;
			}
			
			#archive p {
				margin:0;
			}
			
			#archive span {
				display:inline-block;
				margin-right:5px;
				padding-right:4px;
				width:100px;
				line-height:1.1em;
				border-right:1px solid #2a6dae;
				color:#2a6dae;
			}
		/* END: Archive */
		/* START: Fotoalbums */
		div.albums {
			height:215px;
		}
		
			div.album {
				float:left;
				margin:0 24px 12px 0;
			}
			
			div.album img {
				width:205px;
				height:143px;
			}
			
			.albums .nth-of-type_3n {
				margin-right:0;
			}
		
			#page .albums h3 {
				margin:0;
				color:#246db7;
				font-size:1.4em;
			}
			
				#page .albums h3 a {
					color:#246db7;
				}
			
			#page .albums p {
				margin:0;
				line-height:normal;
			}
			
			.albums p.description {
				color:#051f38;
				font-size:1.1em;
			}
			
				.albums p.description a {
					color:#051f38 !important;
				}
			
			.albums p.date {
				float:none;
				color:#aabbcd;
			}
			
			.albums .album-text {
				margin-top:1px;
				padding:5px 10px;
				width:185px;
				height:49px;
				background:url(../images/fotoalbum-text.png);
			}
		/* END: Fotoalbums */
		/* START: Foto */
		#photo {
			height:360px;
		}
		
			#photo div.left {
				float:left;
				width:442px;
			}
			
				#photo-nav {
					margin-top:10px;
				}
				
					#photo-nav li {
						float:left;
						width:33%;
					}
					
					#photo-nav li.middle {
						text-align:center;
					}
					
					#photo-nav li.right {
						float:right;
						text-align:right;
					}
					
			#photo div.right {
				float:right;
				width:230px;
			}
			
				#photo div.right p {
					font-size:1.2em;
				}
				
		#photo-forward {
		}
		
			#photo-forward .form {
				width:100%;
			}
		
			#photo-forward h3 {
				margin-top:0;
				font-size:1.4em;
			}
			
			#photo-forward div {
				margin-bottom:5px;
			}
			
			#photo-forward div.addressed {
				float:left;
				width:49%;
			}
			
			#photo-forward div.message {
				float:right;
				width:49%;
			}
			
			#photo-forward div.submit {
				margin-right:20px;
				clear:both;
				text-align:right;
			}
		/* END: Foto */
		/* START: Leden */
		#search-big {
		}
			
			#search-big label {
				font-size:1.1em;
			}
		
			#search-big .submit-container {
				float:right;
				width:50px;
			}
			
			#extended-search-container {
				float:left;
				width:330px;
			}
			
			#branches-container {
				float:left;
				width:280px;
			}
			
			#search-big .text {
				height:18px;
			}
			
			#search-big .text,
			#search-big select {
				width:270px;
			}
		
		p.alfa {
			font-size:1.1em;
		}
		
			p.alfa a {
				margin-left:4px;
				color:#1b63a8;
			}
		
		.list {
			margin:1em 0;
			border-top:1px solid #e8e8e8;
		}
		
			.list a {
				color:#1b63a8;
			}
		
			.list li {
				padding-left:10px;
				border-bottom:1px solid #e8e8e8;
				font-size:1em;
				color:#aabbcd;
				height:24px;
				line-height:24px;
				background:url(../images/arrow-right.gif) 0 center no-repeat;
			}
			
			.list li:hover {
				background-color:#c8daeb;
			}
			
			.list li p {
				margin:0 !important;
				padding-left:18px;
				float:right;
				color:#246db7;
				font-size:1em !important;
				height:24px !important;
				line-height:24px !important;
				background:url(../images/apple.png) 0 center no-repeat;;
			}
			
			p.breadcrumb {
				margin:0 !important;
				color:#000;
			}
			
				p.breadcrumb a {
					margin-right:6px;
					padding-right:10px;
					color:#1b63a8;
					background:url(../images/arrow-right.gif) right center no-repeat;
				}
				
			.vcard {
				display:inline-block;
				padding-left:20px;
				height:20px;
				background:url(../images/vcard.png) 0 3px no-repeat;
			}
			
			.extra-info {
				padding-left:115px;
			}
			
			#bestuur .extra-info {
				padding:0 10px 0 132px;
			}
		/* END: Leden */
		/* START: Sponsoren */
		h2.apple {
			display:inline;
			padding-right:20px;
			background:url(../images/apple.png) right center no-repeat;
		}
		/* END: Sponsoren */
		/* START: Vacatures */
		#vacature-list {
			margin-bottom:20px;
			border-collapse:collapse;
			width:100%;
			font-size:1.1em;
		}
		
			#vacature-list a {
				color:#000;
			}
		
			#vacature-list th {
				heigh:24px;
				line-height:24px;
				text-align:left;
				text-decoration:underline;
			}
			
			#vacature-list td {
				heigh:24px;
				line-height:24px;
				border-bottom:1px solid #e6e7e8;
			}
			
			#vacature-list tbody tr:hover {
				background:#cbdceb;
			}
			
			#vacature-list td.vacature {
				width:320px;
			}
			
				#vacature-list td.vacature a {
					padding-left:10px;
					color:#1b63a8;
					background:url(../images/arrow-right.gif) left 3px no-repeat;
				}
			
			#vacature-list td.bedrijf {
				width:250px;
			}
			
			#vacature-list td.plaats {
				color:#8099af;
			}
			
			#vacature-list td.datum {
				width:100px !important;
			}
			
			#vacature-list td.acties {
				width:80px !important;
			}
		/* END: Vacatures */
		/* START: Pages */
		.pages {
			margin-bottom:10px;
			height:30px;
		}
		
			.pages .left {
				float:left !important;
				width:25px !important;
			}
			
			.pages .middle {
				float:left !important;
				width:625px !important;
				text-align:center;
			}
			
				.pages .middle a {
					margin:0 5px;
				}
			
			.pages .right {
				width:25px !important;
				float:right !important;
			}
		/* END: Pages */
		/* START: Leden detail */
		div.contact {overflow:hidden;margin-bottom:20px;font-size:12px;}
		div.contact a {color:#01368b;}
		div.contact h4,
		div.contact p,
		div.contact ul {margin:0;line-height:18px;font-size:1em;}
		div.contact p {margin-top:10px !important;}
		div.contact .phone {float:right;}
		
		div.contact .smoel {
			float:left;
			margin-right:15px;
		}
		
		div.contact h4 {
			color:#1b63a8;
			font-size:16px;
		}
		
		div.contact h4 span {
			margin-left:5px;
			color:#000;
			font-size:11px;
			font-weight:400;
		}
		
		.logo {
			/*border:1px solid #bcbcbc;*/
		}
		
		.part div.right {
			float:right;
			width:210px;
		}
		
			.part .right h4 {
				font-size:1.1em;
			}
			
			.part .right ul {
				margin-top:15px;
			}
					
		.part .left {
			float:left;
			width:440px;
		}
		
		div.contactpersonen {
			margin-top:0;
		}
		
			li.space {
				margin-bottom:15px !important;
			}
			
			.contactpersonen .part {
				padding-bottom:30px;
			}
			
		.extra {
			overflow:hidden;
		}
		
			.extra li {
				float:left;
				margin-right:30px;
				width:180px;
			}
			
			.extra li.profiel {
				padding-left:30px;
				background:url(../images/turn-arrow.png) 0 0 no-repeat;
			}
			
			.extra li.vraag {
				padding-left:20px;
				background:url(../images/clippy.png) 0 0 no-repeat;
			}
		
			.extra h4 {
				margin:0;
				font-size:16px;
				height:24px;
				line-height:24px;
			}
			
				.extra h4 a {
					color:#1b63a8;
				}
			
			.extra p {
				margin:0 !important;
				font-size:11px;
			}
			
				.extra p a {
					color:#000 !important;
				}
		
		/* END: Leden detail */
		/* START: Agenda */
		#agenda {
			overflow:hidden;
		}
		
			#agenda h3 {
				margin:0;
				font-size:1.1em;
			}
		
			#agenda ul {
				height:25px;
			}
		
			#agenda li {
				float:left;
				margin-right:4px;
			}
			
			#agenda a.stand-alone {
				dispplay:inline-block;
				margin:0 7px;
				padding-left:14px;
				height:23px;
				line-height:20px;
				color:#98421a;
				background:url(../images/arrow-small.gif) 0 3px no-repeat;
			}
			
			#agenda p a {
				text-decoration:underline;
			}
			
			#agenda span {
				color:#3e73a6;
				font-weight:400;
			}
			
			#agenda span.tickets {
				color:#98421a;
				font-size:0.9em;
			}
			
			#agenda .agenda-item {
				overflow:hidden;
				margin-bottom:25px;
			}
		
			#agenda .date {
				float:left !important;
				width:150px;
				color:#1c252c !important;
			}
			
			#agenda .description {
				float:right;
				margin:0;
				padding:0;
				list-style:none;
				width:520px;
			}
		/* END: Agenda */
		/* START: Bestuur */
		.bestuurslid {
			float:left;
			width:49%;
		}
		/* END: Bestuur */
	/* END: Content */
	/* START: Sidebar */
	#sidebar {
		float:right;
		position:relative;
		z-index:50;
		margin-top:-120px;
		padding-top:83px;
		width:250px;
		background:url(../images/sidebar-top.png) 0 75px no-repeat;
	}
	
		/* START: Sidebar Advertentie */
		#sidebar-ad {
			position:absolute;
			top:0;
			left:7px;
			width:232px;
			height:80px;
		}
		
		#index #sidebar-ad {
			top:-80px;
			height:160px;
		}
	
			#banner {
				display:block;
				border:1px solid #000;
				width:232px;
				height:58px;
			}
			
			.ad-link {
				padding:3px;
				position:absolute;
				right:-3px;
				bottom:0;
				color:#fff;
				font-size:1.1em;
				text-decoration:none;
			}
			
			.ad-link:hover {
				background:#000;
			}
		
			#sidebar-ad img {
				border:1px solid #000;
			}
		/* END: Sidebar Advertentie */
		/* START: Sidebar Inner */
		#sidebar-inner {
			margin:0;
			padding:0 20px 20px;
			width:210px;
			/*min-height:350px;*/
			background:url(../images/sidebar-bottom.png) 0 bottom no-repeat;
		}
		
				#sidebar-inner h2 {
					margin-top:5px;
					color:#051f38;
					font-size:2.1em;
					font-style:italic;
					font-weight:400;
				}
				
				#sidebar-inner h3 {
					color:#051f38;
					font-size:1.6em;
				}
				
				#sidebar-inner p {
					margin-top:0;
				}
				
			#sidebar-inner .stand-alone {
				color:#051f38;
				font-size:1.1em;
			}
			
			#sidebar-inner .stand-alone:hover {
				color:#3e73a6;
			}
		
			/* START: Activiteiten */
			.activiteiten {
			}
			
				.activiteit {
					margin:15px 0;
					color:#1c252c;
				}
				
					.activiteit p {
						margin:0;
						font-size:1.1em;
						line-height:1.45em;
					}
					
					.activiteit h4 {
						margin:0;
						font-size:1.1em;
						line-height:1.45em;
					}
					
						.activiteit h4 a {
							color:#1c252c;
						}
						
						.activiteit h4 a:hover {
							color:#3e73a6;
						}
				
					.activiteiten h5 {
						color:#1b63a8;
						font-size:1.6em;						
					}
					
						.activiteiten h5 span.normal {
							color:#051f38;
							font-weight:normal;
						}
					
					.activiteiten div.contactpersoon {
						margin-bottom:15px;
					}
					
						.activiteiten div.contactpersoon h2 {
							margin:0;
							font-size:1.1em !important;
							font-weight:bold !important;
							font-style:normal !important;
							line-height:1.72em;
						}
					
						.activiteiten div.contactpersoon p {
							margin:0;
							color:#33495e;
							font-size:1.1em;
							line-height:1.72em;
						}
					
						.activiteiten div.contactpersoon a {
							display:block;
							height:19px;
							padding-left:9px;
							color:#1b63a8;
							font-size:1.1em;
							line-height:1.72em;
							background: url(../images/arrow-right.gif) left center no-repeat;
						}
					
					.activiteit .date {
					}
					
						.activiteit .date span {
							color:#3e73a6;
						}
					
					.activiteit .title {
					}
					
						.activiteit .title a {
							color:#3e73a6;
						}
						
						.activiteit .title a:hover {
							color:#1c252c;
						}
			/* END: Activiteiten */
			/* START: Member */
			.member {
			}
			
				.member p {
					color:#051f38;
					font-size:1.6em;
				}
				
				.member a {
					color:#1b63a8;
				}
				
				.member a:hover {
					color:#051f38;
				}
				
			.contactperson {
				margin-bottom:20px;
				color:#33495e;
				font-size:1.1em;
			}
			
				.contactperson * {
					font-size:1em;
					line-height:1.7272em;
				}
				
				.contactperson h4,
				.contactperson p {
					margin:0;
				}
				
				.contactperson a {
					color:#1b63a8;
				}
			/* END: Member */
			/* START: Nieuwsbrief */
			.nieuwsbrief {
				padding-bottom:25px;
				background:url(../images/sidebar-middle.png) center bottom no-repeat;
			}
			
				.nieuwsbrief h3 {
					margin-bottom:0;
				}
				
				.nieuwsbrief p {
					font-size:1.6em;
				}
				
				#sidebar #emailadres {
					margin-top:8px;
				}
				
				#aanmelden {
					margin-top:5px;
				}
				
					#aanmelden a {
						float:right;
						margin-top:5px;
						color:#83909a;
					}
			/* END: Nieuwsbrief */
			/* START: Sidebar Albums */
			.albums select {
				width:100%;
			}
			
			#sb-albums {
				margin-top:15px;
			}
			
				#sb-albums li {
					padding:0 0 15px;
					height:45px;
					background:url(../images/sidebar-middle.png) center bottom no-repeat;
				}
				
				#sb-albums li.last-of-type {
					padding:0;
					background:none;
				}
			
				#sb-albums img {
					float:left;
				}
				
				#sb-albums div {
					float:right;
					width:140px;
				}
				
				#sb-albums p {
					margin:0;
				}
				
				#sb-albums p.date {
					color:#aabbcd;
				}
				
				#sb-albums p.title {
					font-size:1.1em;
					line-height:1.2727em;
				}
				
					#sb-albums p.title a {
						color:#051f38;
					}
			/* END: Sidebar Albums */
			/* START: Sidebar Fotos */
			#sb-fotos {
				margin:10px 0 0;
			}
			
				#sb-fotos a img {
					opacity:0.7;
					filter: alpha(opacity = 70);
				}
				
				#sb-fotos a:hover img {
					opacity:1;
					filter: alpha(opacity = 100);
				}
				
				#sb-fotos .pages {
					margin:10px 3px 0 0;
					height:14px;
				}
				
					#sb-fotos .pages li {
						float:right;
						margin-left:1px;
						color:#33495e;
						font-size:1.1em;
						text-align:center;
					}
					
					#sb-fotos .pages a {
						display:inline-block;
						height:14px;
						width:14px;
						color:#33495e;
						background:#b1c3d5;
					}
					
					#sb-fotos .pages a:hover,
					#sb-fotos .pages li.active a {
						background:#cadcee;
					}
					
					#sb-fotos .pages .page {
						margin-right:5px;
					}
			/* END: Sidebar Fotos */
			/* START: Company of the Week */
			#sidebar .cotw {
				margin-bottom:10px;
				padding-bottom:25px;
				background:url(../images/sidebar-middle.png) center bottom no-repeat;
			}
			
				#sidebar .cotw a {
					color:#2a6dae;
				}
			
				#sidebar .cotw h3 {
					margin-bottom:10px;
				}
				
				#sidebar .cotw .logo {
				
				}
				
					#sidebar .cotw .logo img {
						border:1px solid #dfdfdf;
					}
				
				#sidebar .cotw ul {
					margin-top:20px;
				}
				
					#sidebar .cotw li {
						margin-bottom:5px;
						padding-left:10px;
						font-size:1.1em;
						background:url(../images/blue-arrow.gif) 0 3px no-repeat;
					}
			/* END: Company of the Week */
			/* START: Agenda */
			#agenda-list {
				font-size:1.6em;
				font-weight:700;
			}
			
				#agenda-list li {
					line-height:1.75em;
				}
			
				#agenda-list a {
					color:#3e73a6;
					font-weight:400;
				}
				
				#agenda-list a:hover {
					color:#000;
				}
			/* END: Agenda */
		/* END: Sidebar Inner */
		/* START: Sidebar Extra */
		#sidebar-extra {
			margin-top:20px;
			padding:0 0 0 10px;
		}
		
			#sidebar-extra #banners-top,
			#sidebar-extra #banners-bottom {
				height: 60px;
				width: 234px;
				margin-bottom:12px;
			}
		
				#sidebar-extra div a img {
					border: 1px solid #4b4b4b !important;
					height: 58px;
					width: 232px;
				}
		/* END: Sidebar Extra */
	/* END: Sidebar */
/* END: Page */
/* START: Footer */
#footer {
	clear:both;
	width:100%;
	height:90px;
	color:#051f38;
	font-size:1.1em;
}

	#footer a {
		color:#051f38;
		text-decoration:none;
	}
	
	#footer a:hover {
		color:#2a6dae;
	}

	#footer li {
		float:left;
		margin-left:4px;
		padding-left:4px;
		border-left:1px solid #051f38;
	}
	
	#footer li.first-child {
		margin-left:0;
		padding-left:0;
		border-left:0;
	}
	
	#footer p {
		margin:0;
		line-height:1.4em;
	}

	#footer ul {
		margin-bottom:15px;
		height:17px;
	}
	
	#footer .tags {
		color:#9eb8d2;
	}
/* END: Footer */
/* START: Misc */
hr.clear {
	clear:both;
	display:none;
	visibility:hidden;
}

hr.show {
	display:block !important;
}

.hidden {
	visibility: hidden;
}

.none {
	display:none;
}


.back {clear:both;margin:25px 0 0 !important;}
.back a {
	padding-left:10px;
	background:url(../images/arrow-left.gif) 0 3px no-repeat;
}

#contact-form {overflow:hidden;}
.side-people {float:right;margin-right:50px;}

#bottom-banner {
	display:block;
	/*float:right;*/
	width:234px;
	height:60px;
	margin:17px 7px 0 0;
}

.contactpersoon {overflow:hidden;margin-bottom:20px; padding-bottom:35px;background: url(../images/border-bottom.png) left bottom no-repeat;}
.contactpersoon h3 {display:inline-block;color:#1b63a8;font-size:1.6em;}
.contactpersoon .remove-contact {float:right; margin-top:10px;}
.contactpersoon a.last-child {margin-right:161px;}
a.contact-toevoegen {display:block;width:203px;height:23px;margin-top:18px}
/* END: Misc */
/* END: Site */