/* CSS/XHTML RESET */

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, legend, table, caption,  tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	background: transparent;
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
}

/* FRAMEWORK */

html, body {
	height: 100%;
}

body {
	background: url(../images/template/bg_body.jpg) center top no-repeat fixed #2a1603;
	cursor: default;
}

#fotoboekpanel_container {
	position: absolute;
	left: 0px;
	top: 128px;
	z-index: 100;
	display: block;
	width: 100%;	
}

#fotoboekpanel {
	position: relative;
	z-index: 100;
	display: block;
	width: 100%;
	background: url(../images/template/bg_fotoselect.png);
}

#fotoboekpanel #slidemenu {
	position: relative;
	width: 845px;
	height: auto;
	padding: 30px 0px 30px 139px;
	margin: 0px auto;
	color: #ffffff;
}

#fotoboekpanel #slidemenu:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#fotoboekpanel #slidemenu .fotoboeknaam {
	position: relative;
	float: left;
	width: 271px;
	height: 26px;
	line-height: 26px;
	background: url(../images/template/bull.gif) left no-repeat;
	text-indent: 23px;
	color: #ffffff;
}

#fotoboekpanel #slidemenu .fotoboeknaam a {
	text-decoration: none;
}

#fotoboekpanel #slidemenu .fotoboeknaam a:hover {
	font-weight: bold;
}

#fotoboekpanel_container #button_container {
	position: relative;
	width: 970px;
	margin: 0px auto;
}

#fotoboekpanel_container #button_container #button {
	position: relative;
	color: #ffffff;	
	cursor: pointer;
	height: 47px;
	width: 196px;
	margin-left: 104px;
	background: url(../images/template/selecteer_fotoboek.png) no-repeat left top;
}

#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
	width: 100%;
	background: url(../images/template/bg_container.jpg) center top repeat-x;
}

#site {
	width: 970px;
	height: auto;
	position: relative;
	margin: 0px auto;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#header {
	position: relative;
	float: left;
	width: 970px;
	height: 128px;
	background: url(../images/template/bg_header.jpg) no-repeat;
}

#logo {
	position: absolute;
	width: 272px;
	height: 96px;
	top: 16px;
	left: 103px;
}

#menu {
	position: absolute;
	width: 346px;
	height: 51px;
	top: 43px;
	right: 66px;
}

#button_fotob a {
	position: relative;
	float: left;
	width: 107px;
	height: 51px;
	display: block;
	background: url(../images/template/menu/fotoboek.jpg) no-repeat;
}

#button_fotob a:hover {
	background: url(../images/template/menu/fotoboek_active.jpg);
}

#button_video a {
	position: relative;
	float: left;
	width: 116px;
	height: 51px;
	display: block;
	background: url(../images/template/menu/video.jpg) no-repeat;
}

#button_video a:hover {
	background: url(../images/template/menu/video_active.jpg);
}

#button_gastenb a {
	position: relative;
	float: left;
	width: 123px;
	height: 51px;
	display: block;
	background: url(../images/template/menu/gastenboek.jpg) no-repeat;
}

#button_gastenb a:hover {
	background: url(../images/template/menu/gastenboek_active.jpg) no-repeat;
}

#fotoshow {
	position: relative;
	float: left;
	width: 879px;
	margin-top: 69px;
	margin-left: 30px;
}

#prev {
	position: absolute;
	width: 126px;
	height: 149px;
	top: 222px;
	left: 0px;
	background: url(../images/template/arrow_prev.png) no-repeat;
}

#next {
	position: absolute;
	width: 114px;
	height: 150px;
	top: 228px;
	right: 0px;
	background: url(../images/template/arrow_next.png) no-repeat;
}

#fotocontainer {
	position: relative;
	width: 661px;
	height: 591px;
	margin: 0px 0px 0px 116px;
	background: url(../images/template/bg_fotoshow.png) no-repeat;
	overflow: hidden;
}

#sliderframe {
	position: relative;
	width: 599px;
	height: 525px;
	padding: 0px;
	margin: 30px 20px 0px 30px;
	overflow: hidden;
}

#slider {
	position: absolute;
	width: 600px;
	height: 538px;
	overflow: hidden;
}

.slideritem {
	position: relative;
	float: left;
	width: 600px;
	height: 538px;
}

.foto {
	position: relative;
	float: left;
	width: 600px;
	height: 400px;
}

.description {
	position: relative;
	float: left;
	width: 600px;
	height: 138px;
}

.title {
	position: absolute;
	width: 426px;
	height: 30px;
	top: 0px;
	left: 0px;
	font-size: 27px;
	margin: 20px 0 0 0;
	text-indent: 16px;
	overflow: hidden;
}

.fotonummer {
	position: absolute;
	width: 133px;
	height: 22px;
	top: 0px;
	right: 0px;
	line-height: 57px;
	font-size: 15px;
	color: #2a1603;
	margin: 27px 0 0 0;
	padding: 0px;
}

.fototekst {
	position: absolute;
	width: 562px;
	height: 81px;
	bottom: 0px;
	left: 13px;
	margin: 0px;
	line-height: 22px;
}

#gastenboek {
	position: relative;
	float: left;
	width: 970px;
	margin-top: 15px;
}

#gastenboek #top,
#films #top {
	position: relative;
	float: left;
	width: 970px;
	height: 9px;
	background: url(../images/template/top.png) no-repeat;
}

#gastenboek #middle {
	position: relative;
	float: left;
	width: 970px;
	height: auto;	
	background: url(../images/template/bg_gastenboek.png) repeat-y;
}

#gastenboek #middle #left {
	position: relative;
	float: left;
	width: 505px;
	height: auto;
	margin-right: 57px;
	display: inline;
}

#gastenboek #middle #content {
	position: relative;
	float: left;
	width: 896px;
	height: auto;
	margin-left: 10px;
	padding: 42px 0 35px 54px;
	background: url(../images/template/bg_gastenboek.jpg) bottom no-repeat;
}
#films .film {
	width: 400px;
	height: auto;
	position: relative;
	float: left;
	margin: 0 30px 15px 0;
}
#films .film h1 {
	width: 400px;
	height: 30px;
	position: relative;
	float: left;
	margin-bottom: 15px;
	text-indent: 0px;
}

#left .kopgboek {
	margin-bottom: 25px;
}

.indent {
	padding-left: 6px;
	width: 499px;
}

.paging {
	position: relative;
	width: 505px;
	height: 61px;
	background: url(../images/template/lijn.gif) top repeat-x;
}
.paging:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

.paging .imgpagina {
	margin: 22px 26px 0px 6px;
	float: left;
}

.paging a {
	position: relative;
	float: left;
	height: 19px;
	width: 23px;
	padding: 2px 0px;
	margin-right: 3px;
	margin-top: 20px;
	display: block;
	border: 1px solid #452301;
	color: #452301;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	font-style: italic;
	text-decoration: none;
	text-align: center;
}

.paging .pageactive {
	background: #ffcc00;
	color: #ffffff;
	border: 1px solid #ffcc00;
}

#gastenboek .bericht {
	width: 482px;
	height: auto;
	position: relative;
	padding: 0px 18px 28px 5px;
	border-top: 1px solid #e2e2e2;
	float: left;
}
#laatste {
	width: 505px;
	height: auto; 
	float: left;
}

#gastenboek .bericht_titel {
	height: 25px;
	width: 482px;
	line-height: 25px;
	position: relative;
	margin: 28px 0px;
}

#gastenboek .bericht_titel a {
	color: #442000;
	text-decoration: underline;
	font-weight: normal;
}

#gastenboek .bericht_titel strong a {
	color: #442000;
	text-decoration: underline;
	font-weight: bold;
}

#gastenboek .bericht_bericht {
	width: 482px;
	color: #442000;
	position: relative;
	line-height: 20px;
}

#gastenboek #bottom {
	position: relative;
	float: left;
	width: 970px;
	height: 11px;
	background: url(../images/template/bottom.png) no-repeat;
}

#gastenboek #middle #right {
	position: relative;
	float: left;
	width: 334px;
	height: 825px;
}

#right .schrijfookiets {
	margin-bottom: 45px;
}

#right .input {
	width: 280px;
	position: relative;
}

#right label {
	color: #452201;
	font-weight: bold;
	text-indent: 6px;
	cursor: pointer;
}

#right label em {
	font-weight: normal;
	color: #452201;
}

#right input {
	width: 269px;
	height: 15px;
	border: 1px solid #452201;
	padding: 5px;
	margin: 8px 0px 8px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #452201;
}

#right textarea {
	width: 269px;
	height: 175px;
	border: 1px solid #452201;
	margin: 8px 0px 20px 0px;
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #452201;
}

#right .submit {
	width: 122px;
	height: 36px;
	border: 0px;
	background: url(../images/template/opslaan.gif) no-repeat;
	cursor: pointer;
	margin-top: 25px;
}

.footer {
	position: relative;
	float: left;
	width: 890px;
	height: 40px;
	padding-left: 80px;
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;	
}

.footer.index {
	width: 770px;
	padding-left: 200px;
}

.footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer span {
	padding: 0px 8px;
}

/* OPMAAK */

h1 {
	margin: 35px 0;
	font-size: 25px;
	color: #000;
	line-height: 25px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	line-height: 22px;
}

a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#message {
	font-weight: bold;
	padding: 15px;
	color: #fff;
	width: 250px;
	background: #452301;
	margin-bottom: 25px;
}
.top {
	width: 505px;
	height: auto;
	position: relative;
	margin-bottom: 28px;
}
.berichten_container {
	width: 505px;
	height: auto;
	position: relative;
	margin-bottom: 28px;
}
.berichten_container:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
