/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eefcff;
}

a {
	color: #226a8f;
	text-decoration: none;
}
a:hover {
	background-color: #dbeff0;
}

/* Structure */

.handW {
	font-family: "Lucida Handwriting", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#route {
	position: absolute;
	bottom: -20px;
	width: 49%;
	text-align: center;
}

#frame {
	width: 100%;
	height: 177px;
	background: url(frame.png) no-repeat;
	background-position: center;
	margin-top: 10px;
}

#content {
	width: 850px;
	height: 600px;
}

#upperBG {
	background: no-repeat right bottom;
	position: absolute;
	width: 100%;
	height: 60%;
	top: 0px;
	left: 0px;
}

#lowerBG {
	background: url(lowerBG.jpg) repeat-x top;
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 0px;
	left: 0px;
}

#menu {
	position: relative;
	left: 5px;
	top: 70px;
	width: 250px;
	height: 550px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#menuTop {
	background: url(menuTop.png) top;
	position:absolute;
	top:0px;
	width: 250px;
	height: 37px;
	z-index: 1;
}

#menuBottom {
	background: url(menuBottom.png);
	position:absolute;
	width: 250px;
	height: 37px;
	z-index: 1;	
}

#menuMiddle {
	background: url(menuMiddle.png) bottom no-repeat;
	position: absolute;
	width: 250px;
	top: 37px;
	z-index: 1;
}

.menuItemSelected {
	position: absolute;
	width: 160px;
	height: 32px;
	left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 32px;
	cursor: default;
	background: url(butt.png) bottom;
	z-index: 10;
	overflow: hidden;
}

.menuItem {
	position: absolute;
	width: 160px;
	height: 32px;
	left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #226a8f;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	background: url(butt.png) top;
	z-index: 10;
	overflow: hidden;
}

.menuStripe {
	position: absolute;
	width: 160px;
	height: 2px;
	left: 45px;	
	background-color: #f0f0f0;
	z-index: 10;
}

.gastenboekStripe {
	width: 100%;
	margin: 2px 0px 2px 0px;
	height: 2px;
	background: url(stripe.jpg);	
}

#lang {
	position: absolute;
	width: 70px;
	height: 32px;
	left: 95px;
	top: 48px;
	color: #226a8f;
	text-align: center;
}

#logo {
	position: absolute;
	width: 500px;
	height: 200px;
	left: 325px;
	top: -45px;	
}

#titel {
	position: absolute;
	margin: 0px;
	width: 500px;
	height: 25px;
	left: 325px;
	top: 145px;
	text-indent: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #226a8f;
	background: url(stripe.jpg) bottom repeat-x;
}

#page {
	position: absolute;
	width: 500px;
	height: 320px;
	left: 325px;
	top: 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3b3b3b;
}

#contactWrapper {
	position: relative;
	height: 100%;
	width: 100%;
}

#vlagNL {
	position: absolute;
	left: 0px;
	width: 32px;
	height: 32px;
	background: url(nl.png);
	cursor: pointer;
	z-index: 100;
}
#vlagNL:hover {
	background-position: -32px 0px;	
}
	
#vlagEN {
	position: absolute;
	right: 0px;
	width: 32px;
	height: 32px;
	background: url(en.png);
	cursor: pointer;
	z-index: 100;
}
#vlagEN:hover {
	background-position: -32px 0px;	
}

.gastenboek {
	position: absolute;
	width: 100%;
	height: 100%;
}

#gastenboekWrapper {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 274px;
}
#gastenboekWrapper2 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}

/* Styling */

#gastenboekError {
	font-style: italic;
	color: #900;	
}

#contactError {
	font-style: italic;
	color: #900;	
}

.links {
	line-height: 20px;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

.stylish {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #226a8f;
	line-height: 20px;
	font-style: italic;
}

.pageNumber {
	padding: 2px 5px 2px 5px;
	color: #226a8f;
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.pageNumber:hover {
	background-color: #dbeff0;
}

.currentPageNumber {
	padding: 2px 5px 2px 5px;
	background-color: #7faec4;
	color: #fff;
	display: inline-block;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;	
}