@import url("reset.css");
@import url("layout.css");
@import url("versiering.css");
@import url("datePicker.css");

/*LAYOUTMODELLEN
=====================================*/

/*BODY*/
body{
	font: 12px/18px Trebuchet MS, Arial, Verdana, sans-serif;
	/*background: #c58868 url("../img/bg.jpg") 50% top;*/
	color: #3c0a00;}

/*POPUPS*/
body#popup,
body#popupvideo{
	background: #fff url("../img/bg.gif") left top repeat;
	overflow-x:hidden;
	}

	body#popup div#content{
		margin: 10px;
		}

	body#popupvvideo div#content{
		margin: 0;
		}

/*AFBEELDINGEN
=====================================*/
div.afbeelding{
	position: relative;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0 0 15px;
	max-width: 490px;
	}

div.afbeeldingLinks{
	float: left;
	display: inline;
	margin: 5px 15px 5px 0;
	}

div.afbeeldingRechts{
	float: right;
	display: inline;
	margin: 5px 0 5px 10px;
	}

	div.afbeelding div.link{
		width: 180px;
		height: 140px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -70px;
		margin-left: -90px;
		background: transparent url("../img/filmAfspelen.png") left top repeat
		}

	div.afbeelding img,
	div.afbeeldingLinks img,
	div.afbeeldingRechts img{
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
		}

	aside div.afbeelding img,
	aside div.afbeeldingLinks img,
	aside div.afbeeldingRechts img{
		max-width: 188px;
		}

	body#home div.afbeelding img,
	body#home div.afbeeldingLinks img,
	body#home div.afbeeldingRechts img{
		max-width: 268px;
		}

	div.afbeelding div.ondertitel,
	div.afbeeldingLinks div.ondertitel,
	div.afbeeldingRechts div.ondertitel{
		text-align: left;
		color: #3c0a00;
		padding: 2px 5px 2px 0;
		font: normal 10px/14px Trebuchet MS, Arial, sans-serif;
		}

	div.afbeelding a img,
	div.afbeelding a:link img,
	div.afbeelding a:visited img,
	div.afbeeldingLinks a img,
	div.afbeeldingLinks a:link img,
	div.afbeeldingLinks a:visited img,
	div.afbeeldingRechts a img,
	div.afbeeldingRechts a:link img,
	div.afbeeldingRechts a:visited img{
		max-width: 486px;
		border: 2px solid #79040d;
		}

	div.afbeelding a:hover img,
	div.afbeelding a:active img,
	div.afbeeldingLinks a:hover img,
	div.afbeeldingLinks a:active img,
	div.afbeeldingRechts a:hover img,
	div.afbeeldingRechts a:active img{
		border: 2px solid #33345e;
		}

/*ARTIKELEN
=====================================*/
div.artikelen h3 a,
div.artikelen h3 a:link,
div.artikelen h3 a:visited{
	color: #33345e;
	font-size: 18px;
	margin: 0 0 5px;
	}

div.artikelen h3 a:hover,
div.artikelen h3 a:active{
	color: #79040d;
	}

/*PARAGRAAF
=====================================*/
div.right{
	text-align: right;
	}

p{
	margin: 0;
	padding: 0 0 15px;
	}

body#home p, aside p, footer p,
body#home div.right p, aside div.right p{
	line-height: 16px;
	margin: 0;
	padding: 0;
	}

/*TITELS
=====================================*/
/*H1
*/	body#pagina h1, body#popup h1{
		font: normal 28px/30px Arial;
		letter-spacing: -1px;
		color: #33345e;
		margin: 0 0 15px;
		}
/*H2
*/	h2{
		font: normal 24px/24px Arial;
		color: #33345e;
		margin: 0 0 8px;
		letter-spacing: -0.5px;
		}

	.boxRed h2{
		font: normal 22px/24px Arial;
		color: #fff;
		margin: 0 0 2px;
		}
/*H3
*/	h3, .bulletsubtitlestyle{
		font: normal 16px/18px Arial;
		color: #33345e;
		margin: 0 0 4px;
		letter-spacing: -0.5px;
		}

	aside h3{
		font: normal 14px/16px Arial;
		color: #3c0a00;
		}

	.boxRed h3{
		color: #fff;
		}

	.content h3{
		font: normal 14px/18px Arial;
		margin: 0 0 2px;
		}

	.bulletsubtitlestyle{
		padding: 0 0 10px;
		}

/*OPSOMMINGEN
=====================================*/

/*ONGEORDEND*/
div.tekst ul{
	list-style-type: disc;
	margin: 0 0 20px;
	padding: 0;
	}

	div.tekst ul li.bulletstyle{
		display: block;
		width: 100%;
		padding: 2px 0 2px 20px;
		margin: 0;
		font-weight: bold;
		list-style: none;
		background: transparent url("../img/sterSmall2.gif") left 3px no-repeat;
		}

/*GEORDEND*/
div.tekst ol{
	list-style-type: decimal;
	margin: 0 0 20px;
	padding: 0 0 0 25px;
	}

	div.tekst ol li.bulletstyle{
		padding: 0;
		margin: 0;
		color: #c58868;
		font: normal 18px/18px Georgia, Times, Times New Roman, sans-serif;
		}

		div.tekst ol li.bulletstyle span{
			color: #3c0a00;
			font: bold 12px/18px Trebuchet MS, Arial, sans-serif;
			}

/*LINKS
=====================================*/
a, a:link, a:visited{ color: #79040d; text-decoration: none;}
a:hover, a:active{    color: #ff0000;}
a, a:focus{           outline: none;}

div.tekst p a,
div.tekst p a:link,
div.tekst p a:visited{
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	}

div.tekst p a:hover,
div.tekst p a:active{
	color: #79040d;
	text-decoration: underline;
	}


body#home div.tekst p a,
body#home div.tekst p a:link,
body#home div.tekst p a:visited{
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	}

body#home div.tekst p a:hover,
body#home div.tekst p a:active{
	color: #79040d;
	text-decoration: none;
	}


div.tekst div.right p a,
div.tekst div.right p a:link,
div.tekst div.right p a:visited{
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	}

div.tekst div.right p a:hover,
div.tekst div.right p a:active{
	color: #79040d;
	text-decoration: none;
	}

/*CALL-TO-ACTION*/
div.content div.tekst p a.call-to-action,
div.content div.tekst p a.call-to-action:link,
div.content div.tekst p a.call-to-action:visited{
	float: left;
	display: inline;
	margin: 0 0 20px 120px;
	color: #fff;
	font: normal 14px/36px Arial;
	text-align: center;
	padding: 0 20px;
	width: 200px;
	height: 36px;
	overflow: hidden;
	background: transparent url("../img/ctA.gif") left top no-repeat;);
	text-decoration: none;
	}

div.content div.tekst p a.call-to-action:hover,
div.content div.tekst p a.call-to-action:active{
	font: normal 14px/36px Arial;
	color: #fff;
	text-decoration: none;
	background-position: left -36px;
	}

.boxRed div.tekst p a.call-to-action,
.boxRed div.tekst p a.call-to-action:link,
.boxRed div.tekst p a.call-to-action:visited{
	float: left;
	display: inline;
	width: 100%;
	color: #fff;
	font: normal 21px/22px Arial;
	padding: 9px 0;
	display: block;
	height: 22px;
	background: transparent url("../img/redCtA.gif") -80px 50% no-repeat;
	text-decoration: none;
	}

.boxRed div.tekst p a.call-to-action:hover,
.boxRed div.tekst p  a.call-to-action:active{
	font: normal 21px/22px Arial;
	color: #fff;
	background-position: right 50%;
	}

/*TAGCLOUD*/
div.tagcloud{
	color: #3c0a00;
	margin: 0 0 10px;
	width: 100%;
	}

div.tagcloud a,
div.tagcloud a:link,
div.tagcloud a:visited,
div.tagcloud a:hover,
div.tagcloud a:active{
	display: inline;
	color: #3c0a00;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 0;
	}

a.tag1{font: normal 24px/28px Arial;}
a.tag2{font: normal 21px/28px Arial;}
a.tag3{font: normal 18px/28px Arial;}
a.tag4{font: normal 15px/28px Arial;}
a.tag5{font: normal 12px/28px Arial;}

/*TABLE
=====================================*/
table{
	border-collapse: collapse;
	}

div.tekst table{
	max-width: 488px;
	margin: 0 0 20px 1px;
	}	

table td{
	line-height: 16px;
	vertical-align: top;
	}

/*FORMULIER
=====================================*/
div.formulier{
	margin:10px 0 20px;
	}

	div.formulier span.veldnaam,
	div.formulier span.veld,
	div.formulier span.verplicht{
		width:190px;
		display:inline;
		float:left;
		}
	
	div.formulier span.veldnaam{
		line-height: 15px;
		}

	div.formulier span.veld{
		width:270px;
		}
	
	div.formulier span.verplicht{
		width:10px;
		font-size: 16px;
		height: 15px;
		overflow: hidden;
		line-height: 30px;
		font-weight: bold;
		color: #79040d;
		text-align: right;
		}

	aside div.kolom div.formulier span.verplicht,
	aside div.kolom2 div.formulier span.verplicht{
		display: none;
		}

	/* Input Types */
	input,
	textarea{
		background: #fff;
		border: 1px solid #c9a870;
		color: #3c0a00;
		font-family: inherit;
		font-size: inherit;
		font-weight: normal;
		font-family: Trebuchet MS, Arial, sans-serif;
		padding: 2px;
		margin:1px 1px 1px 10px;
		height:15px;
		width: 254px;
		background: #fff url("../img/bgInput.gif") left top repeat-x;
		}	

	textarea{
		height: 140px;
		line-height: 15px;
		resize: none;
		}

	select{
		font: normal 12px Trebuchet MS, Arial, sans-serif;
		color: #666;
		cursor: pointer;
		margin: 1px 1px 1px 10px;
		border: 1px solid #c9a870;
		background: #fff url("../img/bgInput.gif") left top repeat-x;
		width: 260px;
		}

	option{
		font-weight: normal;
		color: #666;
		}

	input:hover, textarea:hover { cursor: text;}
	input:focus, textarea:focus { color: #3c0a00;}

	input[type='checkbox'], input[type='radio']{
		display: inline;
		margin: 0 0 0 10px;
		background:none;
		cursor: pointer;
		width: auto;
		}
	
	input[type='submit'] {
		background: #33345e;
		border: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #fff;
		cursor: pointer;
		font-family: inherit;
		font-weight:bold;
		font-size: inherit;
		padding: 2px 2em;
		height:24px;
		line-height: 20px;
		margin: 5px 0 0 200px;
		width: auto;
		}

	input[type='submit']:hover {
		background: #79040d;
		}

	input[type='button'] {
		background: #33345e;
		border: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #fff;
		cursor: pointer;
		font-family: inherit;
		font-weight:bold;
		font-size: inherit;
		padding: 2px 2em;
		height:24px;
		line-height: 20px;
		margin: 5px 0 0 200px;
		width: auto;
		}

	input[type='button']:hover {
		background: #79040d;
		}

/*GOOGLEMAPS*/
div.gmap{
	margin: 20px 0 0;
	}

	form.googlemaps{
		margin: 2px 0 0;
		padding: 0;
		width: 100%;
		}

		form.googlemaps input{
			font: normal 12px/16px Trebuchet MS, Arial, Verdana, sans-serif;
			border: 1px solid #c9a870;
			height: 16px;
			padding: 2px;
			width: 180px;
			margin: 0 0 4px;
			background: #fff url("../img/bgInput.gif") left top repeat-x;
			}

		form.googlemaps input.TextField{color: #ccc;}
		form.googlemaps input.enabled{color: #3c0a00;}

		form.googlemaps input.button{
			outline: none;
			border: none;
			background: #79040d url("../img/gmapBtn.gif") 50% no-repeat;
			width: 22px;
			height: 22px;
			padding: 0 10px 3px;
			text-align: center;
			cursor: pointer;
			}

		form.googlemaps input.button:hover{
			background: #540309 url("../img/gmapBtn.gif") 50% no-repeat;
			}

/*NIEUWSFLITS*/
form#nieuwsflits{
	margin: 10px 0 0;
	padding: 0;
	height: 60px;
	overflow: hidden;
	}

	input#nfEmailadres{
		float: left;
		display: inline;
		margin: 0;
		padding: 4px;
		border: 0;
		width: 222px;
		background: transparent url("../img/nfEmailadres.gif") left top no-repeat;
		}
	
	input#nfAanmelden{
		float: left;
		display: inline;
		clear: left;
		margin: 5px 0 0;
		}

	form#nieuwsflits input[type='submit'] {
		background: #79040d;
		border: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}

	form#nieuwsflits input[type='submit']:hover {
		background: #33345e;
		}

/*UITNODIGING*/
	form#uitnodiging input,
	form#reserveren input,
	form#reserveren textarea{
		background: #fff;
		border: 1px solid #c9a870;
		color: #3c0a00;
		font-family: inherit;
		font-size: inherit;
		font-weight: normal;
		font-family: Trebuchet MS, Arial, sans-serif;
		padding: 2px;
		margin:1px 1px 10px 0;
		height:15px;
		width: 204px;
		background: #fff url("../img/bgInput.gif") left top repeat-x;
		}

	form#reserveren input{
		margin: 0;
		width: 180px;
		}

	form#reserveren textarea{
		margin: 0;
		width: 240px;
		height: 80px;
		}

	form#uitnodiging input[type='checkbox'], form#uitnodiging input[type='radio'],
	form#reserveren input[type='checkbox'], form#reserveren input[type='radio']{
		display: inline;
		margin: 0 0 10px;
		background:none;
		cursor: pointer;
		width: auto;
		position: relative;
		top: 2px;
		}

	form#reserveren input[type='checkbox'], form#reserveren input[type='radio']{
		position: relative;
		top: 4px;
		}

	form#uitnodiging select,
	form#reserveren select{
		font: normal 12px Trebuchet MS, Arial, sans-serif;
		color: #666;
		cursor: pointer;
		margin: 1px 1px 10px 0;
		border: 1px solid #c9a870;
		background: #fff url("../img/bgInput.gif") left top repeat-x;
		width: 210px;
		}

	form#reserveren select{
		margin: 0 0 3px;
		}

	form#uitnodiging input.date-pick{
		width: 180px;
		}

	form#reserveren input.date-pick{
		width: 120px;
		}

	form#uitnodiging select.tijd,
	form#reserveren select{
		width: 100px;
		}

	form#uitnodiging input[type='submit'],
	form#reserveren input[type='submit']{
		background: #79040d;
		border: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #fff;
		cursor: pointer;
		font-family: inherit;
		font-weight:bold;
		font-size: inherit;
		padding: 2px 2em;
		height:24px;
		line-height: 20px;
		margin: 5px 0 0 0;
		width: auto;
		}

	form#uitnodiging input[type='submit']:hover,
	form#reserveren input[type='submit']:hover{
		background: #33345e;
		}

	form#uitnodiging div.addnew{
		float: right;
		display: inline;
		width: 12px;
		height: 12px;
		overflow: hidden;
		margin: 5px 4px 0 2px;
		}

		form#uitnodiging div.addnew a{
			display: block;
			width: 12px;
			height: 12px;
			background: transparent url("../img/add.jpg") left top no-repeat;
			}

	form#uitnodiging div.uitleg{
		float: right;
		display: inline;
		width: 12px;
		height: 12px;
		overflow: hidden;
		background: transparent;
		margin: 5px 4px 0 0;
		}

		form#uitnodiging div.uitleg a{
			display: block;
			width: 12px;
			height: 12px;
			background: transparent url("../img/vraag.gif") left top no-repeat;
			}

/*RESERVEREN*/
form#reserveren table td{
	vertical-align: middle;
	height: 24px;}

	form#reserveren div.uitleg{
		float: left;
		display: inline;
		width: 12px;
		height: 12px;
		overflow: hidden;
		background: transparent url("../img/vraag.gif") left top no-repeat;
		margin: 0 5px;
		cursor: pointer;
		position: relative;
		top: 7px;
		}

#tooltip{
	position:absolute;
	background: #33345e;
	/*background: #79040d;*/
	padding: 4px 5px;
	color:#fff;
	font: 11px/15px Arial;
	display:none;
	width: 200px;
	}	

/*FOTOALBUM
=====================================*/
div#gallery{
	float: left;
	display: inline;
	width: 490px;
	margin-bottom: 20px;
	}

div#image_wrap {
	width: 488px;
	height: 364px;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 4px 0 0;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	}

.scrollable {
	position: relative;
	overflow: hidden;
	width: 444px;
	height: 64px;
	float: left;
	}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
	}

.scrollable img {
	float:left;
	margin:1px 5px;
	background-color:#fff;
	padding:3px;
	border:1px solid #ccc;
	cursor:pointer;
	width:71px;
	}

.scrollable img:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border: 1px solid #666;}

.scrollable img.active {
	margin: 0 4px;
	border:2px solid #33345e;
	z-index:9999;
	position:relative;
	}

a.browse {
	background: transparent url("../img/galleryNav.gif") left top no-repeat;
	display:block;
	width:23px;
	height:64px;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
	}

a.right 		{ background-position: 0 -64px; clear:right; margin-left: 0px;}
a.right:hover	{ background-position:-23px -64px;}
a.right:active	{ background-position:-46px -64px;} 

a.left			{ margin-right: 0px;}
a.left:hover	{ background-position:-23px 0;}
a.left:active	{ background-position:-46px 0;}

a.disabled {
	visibility:hidden !important;		
	}

/*THEMA'S
=====================================*/
div.themas{
	margin: 0 0 10px;
	padding: 0;
	}

div.themas a,
div.themas a:link,
div.themas a:visited{
	color: #3c0a00;
	text-decoration: none;
	}

div.themas a.current,
div.themas a.current:link,
div.themas a.current:visited{
	color: #33345e;
	text-decoration: none;
	position: relative;
	left: -4px;
	}

div.themas a:hover,
div.themas a:active,
div.themas a.current:hover,
div.themas a.current:active{
	color: #79040d;
	}

div.themas img.current{
	position: absolute;
	z-index: 12;
	right: 0;
	top: 40px;
	border: 0;
	}

/*RESERVEER NU // MAAND
=====================================*/
div.maand{
	position: relative;
	z-index: 1;
	left: -2px;
	width:192px;
	}

	div.nextMaand,
	div.prevMaand{
		float: left;
		display: inline;
		width: 25px;
		height: 20px;
		line-height: 20px;
		background: transparent;
		margin: 0 0 2px 2px;
		text-align: center;
		}

		div.nextMaand a,
		div.nextMaand a:link,
		div.nextMaand a:visited{
			text-decoration: none;
			display: block;
			background: transparent url("../img/nextMaand.gif") left bottom no-repeat;
			}

		div.nextMaand a:hover,
		div.nextMaand a:active{
			background-position: left top;
			}

		div.prevMaand a,
		div.prevMaand a:link,
		div.prevMaand a:visited{
			text-decoration: none;
			display: block;
			background: transparent url("../img/prevMaand.gif") left bottom no-repeat;
			}

		div.prevMaand a:hover,
		div.prevMaand a:active{
			background-position: left top;
			}

	div.maandNaam{
		float: left;
		display: inline;
		width: 133px;
		height: 20px;
		margin: 0 0 2px 2px;
		text-align: center;
		font: normal 14px/22px Arial;
		}

div.dagNaam{
	float: left;
	display: inline;
	width: 25px;
	height: 22px;
	line-height: 22px;
	background: transparent;
	margin: 0 0 2px 2px;
	text-align: center;
	}

div.dag{
	float: left;
	display: inline;
	width: 25px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 2px 2px;
	text-align: center;
	cursor: default;
	background: transparent url("../img/bgDay.gif") left top no-repeat;
	}

	div.dag a,
	div.dag a:link,
	div.dag a:visited{
		text-decoration: none;
		display: block;
		cursor: pointer;
		position: relative;
		z-index: 1;
		}

	/*BESCHIKBAAR*/
	div.beschikbaar a,
	div.beschikbaar a:link,
	div.beschikbaar a:visited{
		color: #3c0a00;
		background: transparent url("../img/bgDay.gif") left top no-repeat;
		}

	div.beschikbaar a:hover,
	div.beschikbaar a:active{
		color: #fff;
		background-position: left bottom;
		}

	/*GESLOTEN*/
	div.gesloten a,
	div.gesloten a:link,
	div.gesloten a:visited{
		color: #ccc;
		cursor: default;
		}

	/*GESLOTEN*/
	div.gesloten a,
	div.gesloten a:link,
	div.gesloten a:visited{
		color: #ccc;
		cursor: default;
		}

	/*VOL*/
	div.vol a,
	div.vol a:link,
	div.vol a:visited{
		color: #999;
		cursor: default;
		}

		div.kruis{
			position: absolute;
			left: 0;
			top: 0;
			width: 25px;
			height: 20px;
			background: transparent url("../img/kruis.gif") 1px top no-repeat;
			cursor: default;
			}


	div.vandaag{
		font-weight: bold;
		color: #33345e;
		}

/*UITKLAPPEN
=====================================*/
div.collapse {
	display: block;
	float: left;
	width: 100%;
	}

div.trigger{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 24px;
	}

	div.trigger span,
	div.triggerHead span{
		float: left;
		display: inline;
		margin: 0 5px 0 0;
		font-weight: bold;
		}

	div.triggerHead{
		font-weight: normal;
		color: #33345e;
		text-transform: uppercase;
		font-size: 11px;
		margin: 0 0 4px;
		}

	div.trigger span.dag, div.triggerHead span.dag{                       width: 70px;}
	div.trigger span.thema, div.triggerHead span.thema{                   width: 120px;}
	div.trigger span.prijs, div.triggerHead span.prijs{                   width: 80px;}
	div.trigger span.bijzonderheden, div.triggerHead span.bijzonderheden{ width: 125px;}	

	div.trigger a,
	div.trigger a:link,
	div.trigger a:visited{
		float: left;
		display: inline;
		text-decoration: none;
		width: 60px;
		text-align: right;
		padding: 0 15px 0 0;
		background: transparent url("../img/leesverder.gif") right 8px no-repeat;
		color: #ff0000;
		font-weight: bold;
		}

	div.trigger a:hover{ background-position: right -17px; color: #ff0000;}
	div.active a, div.active a:link, div.active a:visited{ background-position: right -17px;}
	div.active a:hover{background-position: right -17px;}

div.toggle_container{
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 490px;
	clear: both;
	}

	div.toggle_container .block{
		padding: 10px 20px 10px 10px;
		margin: 0;
		border-top: 1px solid #c58868;
		border-bottom: 1px solid #c58868;
		background: #fcf1d4;
		}

	div.toggle_container img{
		float: right;
		display: inline;
		margin: 0 0 0 25px;
		padding: 6px 19px 19px 6px;
		background: transparent url("../img/themaImg.gif") left top no-repeat;
		width: 135px;
		height: 135px;
		}

		div.toggle_container .block p,
		div.toggle_container .block ul,
		div.toggle_container .block ol,
		div.toggle_container .block table{
			padding: 0;
			margin: 0 0 10px;
			}

/*UITNODIGING MAKEN
=====================================*/
ul#infolist{
	list-style: none;
}

	ul#infolist li{
			display: block;
			clear: both;
		}

	ul#infolist span.infotitle{
			display: block;
			float: left;
			width: 200px;
		}

span#info{
	display: block;
	margin: 25px 0 0 0;
	}

div#nieuwsbrief{
	padding: 10px;
	}

div#nieuwsbrief span{
	vertical-align: middle;
	}

div#nieuwsbrief input#niuewsbriefcheckbox{
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
	}

div#uitnodiging{
	border: 1px solid grey;
	height: 480px;
	}

form#maakuitnodiging .submit{
	display: block;
	text-align: center;
	margin: 0 0 20px;
	}

/*UITNODIGING
=====================================*/

a.uitnodigingsubmit{
	float: left;
	display: inline;
	background: #33345e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	padding: 5px 2em;
	color: white;
	}

a:hover.uitnodigingsubmit{
	background: #79040d;
	}

form#maakuitnodiging a.uitnodigingsubmit{
	float: none;
	}

/*GASTENBOEK
=====================================*/
div.reactie{
	border-bottom: 1px solid #c58868;
	margin-bottom: 20px;
	}

	div.reactie h3{
		font: normal 16px/18px Arial;
		color: #33345e;
		margin: 0 0 4px;
		letter-spacing: -0.5px;
		display: block;
		float: left;
		width: 490px;
		}

		div.reactie h3 span.datum{
			font: normal 12px/18px Arial;
			color: #c58868;
			margin: 0 0 4px 10px;
			letter-spacing: -0.5px;
			float: right;
			display: inline;
			text-align: right;
			}

div.reactieYD{
	padding: 4px 10px;
	margin: 0 0 20px 10px;
	border-left: 4px solid #79040d;
	}

	div.reactieYD p{
		margin: 0;
		padding: 0;
		}

	div.reactieYD h3{
		font: normal 16px/18px Arial;
		color: #79040d;
		margin: 0 0 4px;
		letter-spacing: -0.5px;
		}

	div#gastenboek div.formulier span.veldnaam,
	div#gastenboek div.formulier span.veld,
	div#gastenboek div.formulier span.verplicht{
		width:100px;
		display:inline;
		float:left;
		}

	div#gastenboek div.formulier input[type='submit'] {
		margin: 5px 0 0 110px;
		}


/*TOEVOEGEN*/
div.toevoegen{
	width: 490px;
	float: left;
	display: inline;
	text-align: left;
	overflow: hidden;
	margin: 0 0 20px;
	}

	div.toevoegen form{
		margin: 0;
		padding: 0;
		float: left;
		display: inline;
		}

	div#gastenboek div.toevoegen form div.formulier{
		margin: 0 0 20px;
		}

	div#gastenboek div.toevoegen input[type='submit']{
		padding: 4px 2em;
		height:28px;
		line-height: 20px;
		margin: 5px 0 0 150px;
		width: 190px;
		}

/*PAGING*/
div.paging{
	width: 490px;
	height: 30px;
	text-align: left;
	overflow: hidden;
	margin: 0 0 20px;
	}

div.paging div{
	float: right;
	display: inline;
	}

div.paging a.prev,
div.paging a.prev:link,
div.paging a.prev:visited,
div.paging a.next,
div.paging a.next:link,
div.paging a.next:visited{
	float: left;
	display: inline;
	font-weight: bold;
	background: #fff;
	padding: 3px 6px;
	}

div.paging a.prev:hover,
div.paging a.prev:active,
div.paging a.next:hover,
div.paging a.next:active{
	background: #33345e;
	color: #fff;
	}

div.paging a.next{
	margin: 0 0 0 1px;
	}

/*MAIL-A-FRIEND
=====================================*/
div#mail-a-friend div.formulier span.veldnaam,
div#mail-a-friend div.formulier span.veld,
div#mail-a-friend div.formulier span.verplicht{
	width:140px;
	display:inline;
	float:left;
	}

div#mail-a-friend div.formulier input[type='submit'] {
	margin: 5px 0 0 150px;
	}

/*SITEMAP
=====================================*/
ul.sitemap{
	margin: 0;
	padding: 0;
	}

ul.sitemap li{
	background: transparent url("../img/sitemap.gif") left top no-repeat;
	padding: 0 0 0 22px;
	margin: 0;
	}

	ul.sitemap li a,
	ul.sitemap li a:link,
	ul.sitemap li a:visited{
		font-weight: bold;
		}

	ul.sitemap li.sub{
	background: transparent url("../img/sitemap.gif") 15px -17px no-repeat;
	padding: 0 0 0 32px;
	font-size: 11px;
	}

/*RESERVEER NU
=====================================*/
div#reserveernu p a{
	width: 120px;
	height: 44px;
	display: block;
	overflow: hidden;
	text-indent: -999999px;
	background: transparent url("../img/reserveernu.gif") left -44px no-repeat;
	margin: 0;
	padding: 0;
	}

div#reserveernu p a:hover{
	background-position: left top;
	}