html, body {
	margin: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	background: url('/graphics/bg_html.jpg') 0 0 repeat #ece0cf;
}

body {
	background: url('/graphics/stempel.png') 50% 0 no-repeat transparent;
	text-align: center;
	font-size: 81%;
}

html {
	overflow: -moz-scrollbars-vertical;
	height: auto;
}

h1, h2, h3 {
	font-family: Arno pro;
	font-style: italic;
	font-weight: normal;
	color: #840000;
	font-size: 2.2em;
	line-height: 1.0em;
}

h1 {
	padding: 0;
	margin: 6px 0 5px 0;
}
h2 {
	color: #840000;
	font-size: 1.8em;
	line-height: 0.5em;
	padding: 0;
	margin: 10px 0 5px 0;
}

h3 {
	color: #6a4d42;
	font-size: 1.8em;
	line-height: 0.5em;
	padding: 0;
	margin: 10px 0 5px 0;
}

h4 {
	color: #6a4d42;
	font-size: 1.2em;
	line-height: 1.0em;
}

a {
	color: #800000;
	text-decoration: underline;
}

a:hover {
	color: #c91010;
	cursor: pointer;
}
.darkred {
	color: #800000;
}

hr, .hr {
	width: 100%;
	height: 2px;
	background: url('/graphics/hr.gif') 0 0 repeat-x;
	border: none;
	#color: #d0b4a2;
	#border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	font-size: 0.01em;
	line-height: 0.01em;
	height: 0.01em;
	overflow: hidden;
	clear: both;
}

/*******************************************************************************
** ALL ELEMENTS THAT SHOULD HAVE THE BASIC FONT
*******************************************************************************/

body, table, td, input, select, textarea, button {
	font-family: Arial, Verdana, Georgia, Arno pro, sans-serif;
}
table, td, input, select, textarea {
	font-size: 1.0em;
}
body, table, td {
	color: #6a4d42;
	line-height: 1.6em;
	text-align: left;
}
div.main div.header, div.main div.menu, div.dropdown {
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

/*******************************************************************************
** BASIC FORM ELEMENTS
*******************************************************************************/
form, td, tr {
	padding: 0;
	margin: 0;
}
 fieldset {
	border: 1px solid #a59180;
	background: #f5eade;
}
 legend {
	padding: 0 5px;
}
	form em {
		height: 6px;
		width: 7px;
		display: marker;
		margin: 0;
		padding: 0 0 0 7px;
		background: url('/graphics/required.gif') 0 20% no-repeat transparent;
	}

input {
	float: left;
	position: relative;
	display: block;
}
input.txt, textarea, select, input.search {
	border: 1px solid #a59180;
	background: #f5eade;
	margin: 2px 0;
	padding: 4px;
	color: #74604e;	
	width: 162px;
}

input.btn, button.btn, a.btn {
	border: 1px solid #630000;
	padding: 3px 10px;
	#padding: 2px 3px;
	margin: 2px 0;
	color: #fff;
	background: url('/graphics/btn_bg.gif') 0 100% repeat-x #9f1110;
	cursor: pointer;
}
input.btn:hover, button.btn:hover, a.btn:hover {
	background: #9f1110; 
	color: #fffadf;
}

input.login						{ float: right; margin-right: 9px; }
input.txt							{ width: 187px; }
input.small						{ width: 33px; margin: 4px 0; }
input.zipcode					{	width: 65px; margin-right: 5px; }
input.city						{	width: 107px; }
input.captcha					{	width: 191px; margin-top: 8px; }
input.password				{ margin-top: 5px;}

textarea.details 			{	width: 344px;}
textarea.details2 		{	width: 307px;}
textarea.question1		{ height: 62px; #height: 53px; }
textarea.question2		{ height: 93px; #height: 84px; }
textarea#reactionArea	{ height: 62px; #height: 53px; width: 344px; }

input.rb {
	padding: 0;
	margin:  0px 4px 6px 0;
	#margin:  1px 4px 6px 0;
	display: block;
	position: relative;
	float: left;
	width: 14px;
	height: 14px;
}
input.cb {
	padding: 0;
	margin:  2px 4px 6px 0;
	#margin:  4px 4px 6px 0;
	display: block;
	position: relative;
	float: left;
	width: 14px;
	height: 14px;
}
label {
	float: left;
	margin-right: 7px;
	padding-bottom: 7px;
}
span.err, table tr.error td, table tr td.err {
	color: red;
	line-height: 1.0em;
	padding-bottom: 5px;	
}

table tr td {
	vertical-align: top;
}

select {
	width: 196px;
}

input.deftext {
	color: gray;
}
::-webkit-input-placeholder {
	color: gray;
}
textarea:-moz-placeholder, 
input:-moz-placeholder {
	color: gray;
}

/*all big forms*/		
form fieldset {
	border: 1px solid #d0b4a2;
	background: none;
	margin: 0;
	padding: 10px;
	margin-bottom: 10px;
}
#eventregform fieldset.twocols,
form fieldset.twocols {
	width: 280px;
	#width: 345px;
	float: left;
	display: block;
}
form.twocols { width: 345px; }
#eventregform fieldset.firstcol {
	margin-right: 15px;
}
	form fieldset table {
		width: 345px;
		float: left;
		position: relative;
	}
		form fieldset table tr td {
			vertical-align: middle;
		}
		form fieldset table tr td.col1 {
			width: 120px;
			line-height: 1.1em;
		}	
		form fieldset table tr.sendform td {
			line-height: 0.8em;
			padding: 0;
			margin: 0;
			vertical-align: top;
		}
		form fieldset table tr td.col2txt {
			color: #800000;
		}	


	.mypersonalia {
		position: relative;
	}
	.mypersonalia .change {
		width: 748px;
		height: 30px;
		position: absolute;
		right: 20px;
		top: 0;
		margin: 0 0 0 6px;
	}
	.mypersonalia .change input {
		float: right;
		margin: 2px 2px 0 5px;
	}
	
	.mypersonalia table.left {
		width: 300px;
		margin: 25px 50px 20px 30px;
	}
	.mypersonalia table.right {
		width: 300px;
		margin: 25px 0 20px 0;
	}
	
	
	
/*******************************************************************************
** ELEMENTS THAT MAKE OUT THE PAGE LAYOUT
*******************************************************************************/
header {
	height: 133px;
	width: auto;
	margin: 0 auto;
	display: block;
	background: url('/graphics/stempel.png') 50% 0 no-repeat #540800;
}
	.headersize {
		width: 990px;
		height: 73px;
		margin: 0 auto;
		display: block;
		padding: 43px 5px 24px 5px;
	}
		.headersize #logo {
			height: 45px;
			width: 490px;
			display: block;
			float: left;
			padding-top: 18px;
		}
		.headersize #logo img {
			border: 0;
		}
		
		.headersize .bannertop {
			height: 65px;
			width: 500px;
			float: left;
			overflow: hidden;
		}
			.bannertop #bannerslider {
				float: right;
				text-align: right;
				display: block;
			}		
				.bannertop #bannerslider a {
					display: block;
					width: 500px;
					height: 65px;
					text-align: right;
					background: #540800;
				}
				
					.bannertop #bannerslider a img {
						border: none;
					}	


.menubg {
	background: url('/graphics/menu_bg.png') 50% 100% repeat-x transparent;
	width: 100%;
	height: 59px;
	padding: 0;
}
	.widemenu {
		width: 990px;
		margin: 0 auto;
		padding: 0;
	}
	/*menu is styled at the bottom of this page*/

#searchfield {
	width: 242px;
	float: right;
	display: block;
	position: relative;
	margin-top: 12px;
}
	#searchfield .btn {
		padding: 3px 5px
	}
	
#wrapper {
	margin: 40px auto 0 auto;
	width: 1000px;
	display: block;
	min-height: 600px;
	_height: 600px;
}

	#welkom {
		width: 206px;
		min-height: 20px;
		margin: 0 29px 0 5px;
		display: block;
		float: left;
		position: relative;
	}
	#welkom h1 {
		margin: 8px 0 6px 0;
		line-height: 0.5em;
	}
	#welkom h1.first {
		margin: 20px 0 6px 0;
	}
	aside.welkom {
		color: #630000;
		font-style: italic;
		margin-bottom: 50px;
		padding: 0;
		font-size: 1.2em;
		margin: 0 0 30px 0;
		display: block;
		float: left;
		position: relative;
	}
		a.nopassword {
			width: 25px;
			height: 25px;
			margin-top: 3px;
			display: block;
			position: relative;
			float: left;
			background: url('/graphics/nopassword.gif') 0 0 no-repeat transparent;
		}
			a.nopassword:hover {
					background: url('/graphics/nopassword.gif') 100% 0 no-repeat transparent;
				}
	
	.loggedin {
		border: 1px solid #d0b4a2;
		font-size: 0.8em;
		background: url('/graphics/ledenmenu_bg.png') 0 0 repeat transparent;
		width: 178px;
		margin-top: 5px;
		padding: 14px;
	}

	
	.poll {
		border: 1px solid #D0b4a2;
		outline: 1px solid #FFF;
		background: url('/graphics/poll_bg.png') 0 0 repeat transparent;
		width: 176px;
		margin: 30px 0 20px 1px;
		padding: 20px 14px;
	}
		.pollform label {
			float: left;
			width: 156px;
			line-height: 1.2em;
			margin: 0;
			padding: 0 0 8px 0;
		}
		.poll small {
			display: block;
			float: left;
			width: 100%;
			margin-top: 4px;
		}
		.poll p.choice {
			display: block;
			width: 100%;
			clear: both;
			position: relative;
			padding: 5px 0 1px 0;
			margin: 0;
			line-height: 1.5em;
		}
		.poll .votebarcontainer {
			border: 1px solid #d0b4a2;
			margin: 0;
			padding: 0;
			width: 130px;
			position: relative;
			float: left;
			display: block;
		}
			.poll .votebarcontainer .votebar {
				background: url('/graphics/votes.gif') 0 0 repeat transparent;
			}
		
		.poll span.score {
			color: #800000;
			padding: 0px 3px;
			width: 33px;
			position: relative;
			float: left;
			display: block;
			border: 1px solid #d0b4a2;
			border-left: 0px;
			background: #e4d3c2;
		}
		
			
	#content {
		width: 760px;
		min-height: 20px;
		display: block;
		float: left;
		position: relative;
	}
	#content .homepageshadow {
		width: 740px;
		height: 434px;
		background: url('/graphics/shadow.gif') 0 0 no-repeat transparent;
		display: block;
		position: relative;
		padding: 10px;
		margin-bottom: 20px;
		#margin-bottom: 30px;
		float: none;
	}

#contenttext {
	padding: 0 5px;
}

.mededelingen {
	width: 750px;
	padding: 7px 0 0 0;
	text-align: right;
	color: #808074;
	text-decoration: none;
	display: block;
	font-size: 0.8em;
}

section {
	position: relative;
	float: left;
	display: block;
}
	section h3 {
		margin: 0;
		padding: 0;
	}

	section.homepagecol1				{ width: 308px; margin: 0 33px 20px 5px; }
	section.homepagecol2				{ width: 308px; margin: 0 33px 20px 0; }
	section.homepagecol3 				{ width: 308px; margin: 0 5px 20px 0; }
	
	section.colagendahome				{ width: 360px; margin: 0 5px 30px 0; #margin: 0 5px 50px 0; }
	section.colagendaovv				{ width: 750px; margin: 0 5px 0px 0; }
	
	section.ledencol { 
		width: 230px;
		margin: 0 32px 30px 0;
	}
	section.ledencol h1 {
		margin: 5px 0 0 0;
	}
	section.ledencol span {
		height: 240px;
		overflow: hidden;
		display: block;
	}
	section.pos6 {
		margin: 0 5px 30px 0;
	}
	.ledencol .eradmore {
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 100px;
		height: 16px;
		display: none;
	}
	
	/*img positions for homepage*/
	section.homepagecol1 img,
	section.homepagecol3 img 		{ margin: 6px 16px 16px 0; }
	
	/*Activiteits homepage homepagemembers ovv*/
	section.homepagecol2 hr,
	section.colagendahome hr 		{ margin-bottom: 7px; #margin-bottom: 0px; }
	section.colagendaovv hr 		{ margin-bottom: 14px; #margin-bottom: 0px; }

	section.homepagecol2 p			{ width: 308px; }
	section.colagendahome p			{ width: 360px; }
	
	section.homepagecol2 p,
	section.colagendahome p {
		height: 30px;
		vertical-align: top;
		display: block;
		float: left;
		position: relative;
		line-height: 1.0em;
		margin: 0 0 10px 0;
		#margin: 5px 0 0 0;
		padding: 15px 0 7px 0;
		#padding: 10px 0 10px 0;
		background: url('/graphics/hr.gif') 0 0 repeat-x transparent;
	}		
		
		section.homepagecol2 p time,
		section.colagendahome p time,
		section.colagendaovv time {
			display: block;
			float: left;
			position: relative;
			text-align: center;
			width: 62px;
			height: 40px;
			#height: 20px;
			color: #800000;
			font-style: italic;
			margin: 0 5px 0 0;
			line-height: 0.2em;	
		}
			section.homepagecol2 time span,
			section.colagendahome time span, 
			section.colagendaovv time span {
				font-size: 1.9em;
				line-height: 0.8em;
				margin: 0;
				padding: 0;
				width: 62px;
				height: 20px;
				display: block;
			}
				section.colagendaovv span.contentagenda {
					width: 680px;
					line-height: 1.2em;
					position: relative;
					display: block;
					float: right;
				}		
				section.colagendaovv span.location {
					position: absolute;
					display: block;
					right: 0;
					top: 3px;
					font-size: 0.8em;
				}
				section.colagendaovv span.shortagenda {
					padding: 4px 0 15px 0;
					#padding: 2px 0 15px 0;
					display: block;
					float: left;
					position: relative;
				}
					span#shortagenda span.links {
						width: 680px;
						display: block;
						float: left;
						position: relative;
					}
						span#shortagenda span.links a {
							margin: 7px 15px 0 0;
							display: block;
							float: left;
							position: relative;
						}

/* MEDEDELINGEN */
.messageovv, .messageheadlines {
	float: none;
}
.messageovv div {
	padding: 15px 7px;
}
.messageheadlines	{
	padding: 20px 0 40px 0;
}
.messageheadlines	h3 {
	font-size: 1.4em;
	padding: 7px;
}


/* EVENTDETAILS */
.eventdetails {
	float: right;
	margin: 0 0 10px 0;
	width: 310px;
	font-size: 0.9em;
}
	.eventdetails legend {
		font-weight: bold;
	}
	.eventdetails dl {
		width: 300px;
		_float: left;
	}
		.eventdetails dl dt {
			width: 60px;
			float: left;
		}
		.eventdetails dl dd {
			width: 200px;
			float: left;
			margin-left: 0;
		}
			.eventdetails dl dd a {
				color: #000;
				text-decoration: none;
			}
			.eventdetails dl dd a:hover {
				text-decoration: underline; 
				color: #990000;
			}

/* IMAGE SLIDER */
#quoteslider {
	width: 740px;
	height: 434px;
	display: block;
/*	overflow: hidden;*/
	position: relative;
}
	#quoteslider a {
		width: 740px;
		height: 434px;
		display: block;
		position: relative;
		text-decoration: none;
		border: none;
		cursor: default;
	}
	#quoteslider a div {
		position: absolute;
		bottom: 15px;
		right: -20px;
		z-index: 10;
		display: block;
		padding: 0 10px;
		width: 300px;
		height: 70px;
		background: url('/graphics/title_img.png') 0 0 repeat-x;
		_top: 200px;
		_width: 240px;
	}
		#slider a img {
			border: none;
		}
		
		#slider div span {
			display: block;
			position: absolute;
			top: 21px;
			right: 21px;
			height: 27px;
			width: 27px;
			padding: 0;
			background: url('/graphics/moreinfo.gif') 0 0 no-repeat;
		}
		#slider a:hover div span {
			background: url('/graphics/moreinfo.gif') 100% 0 no-repeat;
		}
		#slider a h1 {
			margin: 0;
			padding: 0;
			height: 22px;
			color: #fff;
			line-height: 0.8em;
			margin: 14px 0 0 0;
		}
		
		#slider a p {
			color: #fff;
			margin: 0;
			padding: 0;
			font-size: 0.8em;
		}
		
	#quoteslider #slidernav {
		position: absolute;
		bottom: 100px;
		_bottom: 100px;
		right: 25px;
		z-index: 11;
		width: 245px;
		overflow: hidden;
	}
		#quoteslider #slidernav a {
			display: block;
			float: left;
			background: url('/graphics/nav.png') 0 0 no-repeat;
			font-size: 0.1em;
			color: #eee1d0;
			text-indent: 9999px;
			#text-indent: -940px;
			width: 12px;
			height: 12px;
			margin: 0 6px;
			cursor: pointer;
		}
		#quoteslider #slidernav a.activeSlide,
		#quoteslider #slidernav a:hover {
			background: url('/graphics/nav_hover.png') 0 0 no-repeat;
		}

/* search*/						
	#seachresult {
		display: block;
		float: left;
		margin: 5px 0;
		width: 100%;
	}
	
		#seachresult h1 {
			display: block;
			float: left;
			width: 100%;
			#width: 757px;
			font-size: 1.4em;
			line-height: 1.0em;
			margin: 0;
			padding: 20px 0 0 0;
			text-decoration: none;
		}
						
	/*photoalbum memberhome and ovv*/
	section.fotoalbcontent			{ width: 760px; margin: 0 5px 0px 0; }
	section.colfotoalbhome 			{ width: 384px; margin: 0 5px 30px 0; #margin: 0 5px 50px 0; }					
	section.colfotoalbhome hr 	{ margin-bottom: 7px; #margin-bottom: 0px; }					
	
	section.colfotoalbhome .margin,
	section.fotoalbcontent .margin {
		margin-left: 24px;
		width: 360px;
	}
	section.fotoalbcontent .path, 
	section.fotoalbcontent a.back {
		width: 750px;
		display: block;
		float: left;
		padding: 10px 0;
	}
	section.fotoalbcontent hr {
		width: 716px;
	}
	section.colfotoalbhome a.photoimghome,
	section.fotoalbcontent a.photoimg, 
	section.fotoalbcontent a.photoalbum,
	section.fotoalbcontent span.album_thumb {
		display: block;
		float: left;
		outline: 1px solid #d0b4a2;
		border: 1px solid #fff;
		background: 50% 50% no-repeat #c9b9a0;
	}

	section a.photoimghome {
		margin: 0 1px 24px 25px;
		height: 100px;
		width: 100px;
	}
	section a.photoimg {
		height: 90px;
		margin:0 12px 12px 0;
		width: 90px;
	}
	section a.photoalbum {
		margin: 20px 30px 10px 0px;
		height: 155px;
		width: 155px;
	}
	section span.album_thumb {
		margin: 0px 15px 20px 0px;
		height: 90px;
		width: 90px;
	}
		
		section a.photoalbum span,
		section a.photoimghome span {
			display: none;
		}
			a.photoalbum .overlayerimg,
			a.photoimghome .overlayerimg {
				display: block;
				position: absolute;
				padding: 7px 3px;
				margin: 15px 0px;
				text-align: center;
				background: url('/graphics/img_hover.png') 0 0 repeat transparent;
				overflow: hidden;
			}
			a.photoalbum .overlayerimg { height: 110px; width: 149px; }
			a.photoimghome .overlayerimg { height:56px; width:94px; }
		
				a .overlayerimg time {
					display: block;
					font-size: 1.1em;
					margin: 0;
					padding: 0;
					color: #6a4d42;
				}
				a.photoalbum .overlayerimg time { width: 146px; }
				a.photoimghome .overlayerimg time { width: 86px; }

				a.photoalbum .overlayerimg p,
				a.photoimghome .overlayerimg p {
					font-size: 0.8em;	
					line-height: 1.0em;
					padding: 0;	
					margin: 0;
				} 
				a.photoalbum .overlayerimg h2,
				a.photoimghome .overlayerimg h2 {
					font-size: 1.6em;	
					line-height: 1.0em;
					padding: 0;	
					margin: 10px 0 0 0;
				}
				a.photoalbum .overlayerimg small,
				a.photoimghome .overlayerimg small {
					background: #fff;
					position: absolute;
					top: 103px;
					left: 0px;
					width: 155px;
				}
	
	/*webshop*/
	.cartlink {
		float: right;
		display: block;
		padding: 10px 15px 0 28px;
		background: url(/graphics/cart.gif) 0 11px no-repeat;
	}
	.webshopblock {
		display: block;
		float: left;
		background: url('/graphics/poll_bg.png') 0 0 repeat transparent;
		width: 103px;
		height: 230px;
		overflow: hidden;
		padding: 15px;
		margin: 15px 15px 0 0;
		border: 1px solid #d0b4a2;
	}
		.webshopblock #webshopovvimg {
			height: 103px;
			width: 103px;
			outline: 1px solid #d0b4a2;
			border: 1px solid #fff;
			#border: 1px solid #d0b4a2;
			display: block;
			float: left;
			background: 50% 50% transparent;;
		}
		.webshopblock h3 {
			width: 105px;
			height: 70px;
			overflow: hidden;
			display: block;
			float: left;
			padding: 13px 0 0 0;
			#padding: 7px 0 0 0;
			margin: 0;
			line-height: 1.1em;
			font-size: 1.4em;
		}
		.webshopblock p {
			line-height: 1.3em;
			font-size: 0.9em;
			padding: 0;
		}
	
	.webshopdetail {
		display: block;
		float: left;
		background: url('/graphics/poll_bg.png') 0 0 repeat transparent;
		width: 715px;
		height: 100%;
		padding: 15px;
		margin: 0px 15px 15px 0;
		outline: 1px solid #d0b4a2;
		border: 1px solid #fff;
		#border: 1px solid #d0b4a2;
	}
		.webshopdetail img {
			outline: 1px solid #d0b4a2;
			border: 1px solid #fff;
			#border: 1px solid #d0b4a2;
			margin-right: 15px; 
		}
		.webshopdetail h2 {
			padding: 0;
			margin: 0;
		}
			.webshopdetail a.webshopitem {
				text-decoration: none;
				display: block;
				width: 120px;
				margin-bottom: 5px;
			}
				.webshopdetail .webshopitem .webshopbtnimg {
					display: block;
					width: 23px;
					height: 18px;
					float: left;
					background: url('/graphics/ledenmenu_bg.gif') 0px -573px no-repeat transparent;
				}
	/*I put something in the big basket*/
	 #shopbasketovv, 
	 #shopbasketovv table {
		width: 726px;
		border: 0;
		padding: 0;
		background: none;
	}
		 #shopbasketovv tr.margin td,
		 #shopbasketovv tr.margin th {
			padding: 4px 0;
			
		}
		 #shopbasketovv th {
			background: url('/graphics/hr.gif') 0 100% repeat-x;
		}
			 #shopbasketovv .bottom td {
				background: url('/graphics/hr.gif') 0 0 repeat-x;
			}
		
			#shopbasketovv tr td.quantity 	{ width: 130px; }
			#shopbasketovv tr td.caption 		{ width: 376px; }
			#shopbasketovv tr td.price 			{ width: 100px; }
			
			#shopbasketovv tr td.quantity a.remove {
				background: url('/graphics/webshop_del.png') 0 0 no-repeat;
				width: 16px;
				height: 16px;
				float: right;
				display: block;
				margin: 10px 6px 0 0;
			}
			#shopbasketovv tr td.quantity a.remove:hover {
				background: url('/graphics/webshop_del.png') 100% 0 no-repeat;
			}
	
	#shopbasketovv .btns {
		width: 726px;
		display: block;
		float: left;
		margin-top: 10px;
	}
		#shopbasketovv .btns .btn {
			float: right;
			padding: 3px 10px 4px 10px;
			margin: 2px 0px;
			text-decoration: none;
		}
		#shopbasketovv .btns .continue,
		#shopbasketovv .btns .refresh {
			float: left;
			margin: 2px 15px 2px 0px;
		}
		#shopbasketovv .btns .continue,
		#shopbasketovv .btns .order {
			padding: 2px 10px;
		}
	
	/*Starting a forum*/
	 #forumovv {
		width: 726px;
		border: 0;
		padding: 0;
		margin-bottom: 20px;
		background: none;
	}
		.backtoforum {
			float: right;
			display: block;
			width: 155px;
			text-align: right;
			padding-top: 5px;
		}
		h1.fheader {
			padding: 0;
			margin: 6px 0;
			float: left;
			width: 550px;
		}
		
		tr.forumcol th {
			background: #e1d2be;
			border-bottom: 1px solid #f7edde;
			padding: 3px 0 3px 2px;
		}
		
			#forumovv .forumcol1 	{ width: 331px; }
			#forumovv .forumcol2 	{ width: 115px; }
			#forumovv .forumcol3 	{ width: 70px; }
			#forumovv .forumcol4 	{ width: 105px; }
			#forumovv .forumcol5 	{ width: 105px; }
			
			.forumbtns input		 	{ margin-right: 15px; }
		
		tr.paddingforum td {
			padding: 3px 0 3px 4px;
			border-bottom: 1px solid #e1d2be;
		}
		/*forum with reactions*/
		.topicpersona {	
			display: block;
			float: left;
			width: 100%;
			background: url('/graphics/hr.gif') 0 100% repeat-x;
			padding-bottom: 2px;
			margin: 0;
		}
			.topicleft {
				width: 170px;
				padding: 15px;
				background: #e1d2be;
				#background: url('/graphics/hr.gif') 0 100% repeat-x #e1d2be;
			}
				.topicleft .read {
					width: 22px;
					height: 20px;
					display: block;
					float: left;
					background: url('/graphics/reaction.gif') 0 5px no-repeat transparent;
				}
				.topicleft small {
					padding-top: 15px;
					line-height: 1.1em;
					display: block;
				}
			
			.topicright {
				width: 550px;
				padding: 15px;		
			}

	
	/*menu dishes*/				
	table.dishes-main td {
		padding: 0 10px 0 2px;
		margin: 0;
		line-height: 1.4em;
	}
	table.dishes-main th {
		width: 500px;
		background: url('/graphics/hr.gif') 0 100% repeat-x transparent;
		border: none;
		margin: 0;
		padding: 0 0 3px 0;
		clear: both;
	}
	table.dishes-main h2 {
		margin: 18px 0 3px 0;
		padding: 0;
		font-size: 1.5em;		
	}
	
	/*the big BANNERS*/		
	#banners {
		width: 1000px;
		height: auto;
		float: left;
		position: relative;
		display: block;
		margin-top: 20px;
	}
		#banners span {
			width: 10px;
			height: 25px;
			float: left;
			position: relative;
			display: block;
			padding: 0 540px 0 440px;
			margin: 0 5px 0 5px;
			text-align: center;
			background: url('/graphics/hr.gif') 0 10px repeat-x transparent;
		}
			#banners span h1 {
				width: 100px;
				height: 25px;
				display: block;
				text-align: center;
				background: url('/graphics/bg_html.jpg') 0 10px repeat-x transparent;
				margin: 0;
				font-size: 1.5em;
			}
		
		 #banners .adverteren {
			width: 990px;
			padding: 0 5px;
			text-align: right;
			color: #808074;
			text-decoration: none;
			float: left;
			display: block;
			font-size: 0.8em;
		}
			#banners .adverteren:hover {
				color: #c91010;
			}
			
	#banners div {
		width: 320px;
		height: 92px;
		float: left;
		display: block;
		position: relative;
		background: url('/graphics/shadow_banner.gif') 0 0 no-repeat transparent;
	}
	/*twocol*/
	#banners .twocol {
		background: url('/graphics/shadow_banner_twocol.gif') 0 0 no-repeat transparent;
		width: 660px;
	}
	#banners .qompas {
		background: url('/graphics/shadow_banner_twocol_xl.gif') 0 0 no-repeat yellow;
		height: 436px;
		width: 660px;
		padding-top: 40px;
		text-align: center;
		margin: 4px 0 0 0;
		float: right;
	}

	#banners .col1 					{ margin: 4px 20px 0 0; }
	#banners .col2 					{ margin: 4px 20px 0 0; }
	#banners .col3					{ margin: 4px 0 0 0; }
	#banners .twocol 				{ margin: 4px 20px 0 0; }
	#banners .twocolright 	{ margin: 4px 0 0 0; }

	#banners div a {
		display: block;
		width: 310px;
		height: 82px;
		margin: 5px;
		padding: 0;
	}
	#banners .twocol a {
		width: 660px;
	}
		#banners div a img {
			border: none;
			margin: auto;
			padding-top: 10px;
			display: block;
		}
		
	footer {
		margin: 30px auto 10px auto;
		padding: 0 5px;
		width: 990px;
		display: block;
		float: left;
		line-height: 1.75em;
	}
		address {
			width: 308px;
			margin: 30px 33px 10px 0;
			#margin: 25px 33px 30px 0;
			float: left;
			display: block;
			font-style: normal;
		}
			address img {
				float: left;
				padding-right: 14px;
			}
		
		.socialmedia {
			width: 308px;
			margin: 30px 0 10px 0;
			#margin: 25px 0px 30px 0;
			float: left;
			display: block;
		}	
			.socialmedia a {
				display: block;
				color: #6a4d42;
				text-decoration: none;
			}
			.socialmedia a:hover {
				color: #c91010;
			}
				.socialmedia a span {
					width: 16px;
					height: 16px;
					margin: 4px 14px 0px 0;
					background: url('/graphics/socialmedia.png') 0 0 no-repeat transparent;
					display: block;
					float: left;
				}
			
				.socialmedia a .facebook					{ background: url('/graphics/socialmedia.png') 0 -18px }
				.socialmedia a:hover .facebook,
				.socialmedia a_hover .facebook		{ background: url('/graphics/socialmedia.png') -17px -18px }
				.socialmedia a .linkin 						{ background: url('/graphics/socialmedia.png') 0 -36px }
				.socialmedia a:hover .linkin,
				.socialmedia a_hover .linkin			{ background: url('/graphics/socialmedia.png') -17px -36px }
				.socialmedia a .twitter						{ background: url('/graphics/socialmedia.png') 0 0px }
				.socialmedia a:hover .twitter,
				.socialmedia a_hover .twitter			{ background: url('/graphics/socialmedia.png') -17px 0px }
		
.footerbg {
	background: url('/graphics/menu_bg.png') 50% 0 repeat-x transparent;
	width: 100%;
	height: 31px;
	padding: 0;
	#margin: 20px 0 0 0;
	position: relative;
	display: block;
	float: left;
}

/*start menu*/
.widemenu menu {
	width: 748px;
	float: left;
	margin: 0 auto;
	padding: 0;
	height: 59px;
	list-style: none;
}
	.widemenu menu li {
		float: left;
		/*display: block;*/
	}
		.widemenu menu li h1 {
			padding: 0;
			margin: 0;
			line-height: 1em;
			font-size: 1.6em;
		}
		.widemenu menu li a {
			text-decoration: none;
			display: block;
			position: relative;
			padding: 22px 9px 18px 9px;
			#padding: 22px 10px 13px 10px;
			margin: -3px 9px 0 0;
		}
		
		.widemenu menu li a:hover,
		.widemenu menu li a.selectedlink,
		.widemenu menu li a.selectedlink:hover,
		.widemenu menu li:hover > a {
			background: url('/graphics/menu_hover.gif') 0 0 repeat-x #fff;
		}
	
		.widemenu menu li menu {
			display: none;
		}
		
			.widemenu menu li:hover > menu {
				display: block;
			}
			
.widemenu menu li menu li {
	float: none;
	display: block;
	width: 160px;
}
.widemenu menu li:hover menu {
	position: absolute;
	z-index: 100;
	background: url('/graphics/submenu_bg.png') 0 0 repeat transparent;
	_background-image: none;
	_background: #fff;
	margin: 0px;
	padding: 4px;
	width: 156px;
	height: auto;
}
 .widemenu menu li menu li a {
		padding: 6px 7px;
		line-height: 1.2em;
		margin: 0;
		width: 142px;
		color: #6a4d42;
	}
		
	.widemenu menu li menu li:hover a,
	.widemenu menu li menu li.selectedlink a {
		background: #f3e7d6;
		color: #821010;
	}				
/*end menu*/

/*start menuleden*/
#menuleden {
	width: 206px;
	float: left;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: #941010;
	border: 1px solid #630000;
}
	#menuleden li {
		float: left;
		border-top: 1px solid #a51010;
		border-bottom: 1px solid #800000;
	}
	
	#menuleden li.welkom 										{ background: url('/graphics/ledenmenu_bg.gif') 14px -35px  no-repeat transparent;}
	#menuleden li.welkom:hover 							{ background: url('/graphics/ledenmenu_bg.gif') 14px 0px    no-repeat transparent;}
	#menuleden li.welkomselectedlink 				{ background: url('/graphics/ledenmenu_bg.gif') 14px 0px    no-repeat #bf1010;}
	#menuleden li.activiteiten							{ background: url('/graphics/ledenmenu_bg.gif') 14px -105px no-repeat transparent;}
	#menuleden li.activiteiten:hover 				{ background: url('/graphics/ledenmenu_bg.gif') 14px -70px  no-repeat transparent;}
	#menuleden li.activiteitenselectedlink	{ background: url('/graphics/ledenmenu_bg.gif') 14px -70px  no-repeat #bf1010;}
	#menuleden li.fotos											{ background: url('/graphics/ledenmenu_bg.gif') 14px -175px no-repeat transparent;}
	#menuleden li.fotos:hover								{ background: url('/graphics/ledenmenu_bg.gif') 14px -140px no-repeat transparent;}
	#menuleden li.fotosselectedlink					{ background: url('/graphics/ledenmenu_bg.gif') 14px -140px no-repeat #bf1010;}
	#menuleden li.organiseren								{ background: url('/graphics/ledenmenu_bg.gif') 14px -245px no-repeat transparent;}
	#menuleden li.organiseren:hover					{ background: url('/graphics/ledenmenu_bg.gif') 14px -210px no-repeat transparent;}
	#menuleden li.organiserenselectedlink		{ background: url('/graphics/ledenmenu_bg.gif') 14px -210px no-repeat #bf1010;}
	#menuleden li.eerstejaars								{ background: url('/graphics/ledenmenu_bg.gif') 14px -315px no-repeat transparent;}
	#menuleden li.eerstejaars:hover					{ background: url('/graphics/ledenmenu_bg.gif') 14px -280px no-repeat transparent;}
	#menuleden li.eerstejaarsselectedlink		{ background: url('/graphics/ledenmenu_bg.gif') 14px -280px no-repeat #bf1010;}
	#menuleden li.verbanden									{ background: url('/graphics/ledenmenu_bg.gif') 14px -385px no-repeat transparent;}
	#menuleden li.verbanden:hover						{ background: url('/graphics/ledenmenu_bg.gif') 14px -350px no-repeat transparent;}
	#menuleden li.verbandenselectedlink			{ background: url('/graphics/ledenmenu_bg.gif') 14px -350px no-repeat #bf1010;}
	#menuleden li.communicatie							{ background: url('/graphics/ledenmenu_bg.gif') 14px -455px no-repeat transparent;}
	#menuleden li.communicatie:hover				{ background: url('/graphics/ledenmenu_bg.gif') 14px -420px no-repeat transparent;}
	#menuleden li.communicatieselectedlink	{ background: url('/graphics/ledenmenu_bg.gif') 14px -420px no-repeat #bf1010;}
	#menuleden li.studie										{ background: url('/graphics/ledenmenu_bg.gif') 14px -525px no-repeat transparent;}
	#menuleden li.studie:hover							{ background: url('/graphics/ledenmenu_bg.gif') 14px -490px no-repeat transparent;}
	#menuleden li.studieselectedlink				{ background: url('/graphics/ledenmenu_bg.gif') 14px -490px no-repeat #bf1010;}
	#menuleden li.webshop										{ background: url('/graphics/ledenmenu_bg.gif') 14px -595px no-repeat transparent;}
	#menuleden li.webshop:hover							{ background: url('/graphics/ledenmenu_bg.gif') 14px -560px no-repeat transparent;}
	#menuleden li.webshopselectedlink				{ background: url('/graphics/ledenmenu_bg.gif') 14px -560px no-repeat #bf1010;}
	
		#menuleden li a {
			color: #d1b496;
			width: 155px;
			float: left;
			text-decoration: none;
			display: block;
			margin: 0 2px;
			padding: 12px 12px 12px 35px;
		}
		
		#menuleden li a:hover,
		#menuleden li a.selectedlink,
		#menuleden li a.selectedlink:hover,
		#menuleden li:hover > a {
			color: #fff;
		}
	
#menuleden2 {
	display: none;
}

#menuleden2.selectedlink {
	display: block;
	width: 202px;
	float: left;
	margin: 0 2px;
	padding: 0;
	list-style: none;
	background: #bf1010;
	border-bottom: 5px solid #bf1010;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}
	#menuleden2	li {
		border: none;
	}
	#menuleden2 li.hassubs {
		background: url('/graphics/menu_dart.gif') 186px -31px no-repeat transparent;
	}
	
		#menuleden2	li a {
			color: #000;
			padding: 8px 12px 8px 36px;
			margin: 0;
			line-height: 1.1em;
			font-size: 0.85em;
			border: none;
		}
		
	#menuleden2 li:hover {
		background: #e31a1f;
	}	
	#menuleden2 li.hassubs:hover {
		background: url('/graphics/menu_dart.gif') 186px 10px no-repeat #e31a1f;
	}

	
#menuleden3 {
	display: none;
}

#menuleden2 li:hover #menuleden3 {
	position: absolute;
	z-index: 300;
	left: 203px;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
		#menuleden3 li  {
			width: 200px;
			display: block;
			padding: 8px 12px 8px 35px;
			background: #e31a1f;
			margin: 0;
			padding: 0;
		}
		#menuleden3 li a {
			padding: 8px 12px;
			margin: 0;
		}

