@charset "utf-8";
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background: #003058 url('/images/bg_html.png') repeat-x top center;
	color: #111c3b;
	overflow-y: scroll;
}

body,
body#fotos #container {
	position: relative;
	width: 799px;
	margin: 0 auto;
	padding: 447px 36px 0 34px;
	background: transparent url('/images/bg_body.png') repeat-y top center;
}

body#fotos {
	width: 100%;
	padding: 0;
}

#header {
	width: 799px;
	height: 248px;
	padding: 0 36px 0 65px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center; /* To center ul#nav */
	background: transparent url('/images/header.png') no-repeat;
	z-index: 10;
}

#logo {
	position: absolute;
	top: 0;
	left: 335px;
}

#photo {
	position: absolute;
	left: 34px;
	top: 197px;
	width: 799px;
	height: 250px;
	overflow: hidden;
	z-index: 1;
}

#photo img {
	position: absolute;
	left: 0;
	top: 0;
}

ul#nav {
	position: relative;
	top: 164px;
	display: inline-block; /* To center this element within #header, inline-block hack for IE7 in ie7.css */
	font-size: 0.6em;
	list-style: none;
	z-index: 20;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	height: 33px;
	line-height: 33px; /* Vertical align text */
	display: block;
	margin-left: -1px;
	padding: 0 12px 0 13px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	background: transparent url('/images/nav_separator.png') no-repeat left center;
}

ul#nav li:first-child a {
	background: none;
}

ul#nav ul li {
	text-transform: none;
}

ul#nav ul {
	position: absolute;
	min-width: 150px;
	display: none;
	list-style: none;
	text-align: left;
}

ul#nav ul li {
	float: none;
}

ul#nav ul li a {
	height: 25px;
	line-height: 25px; /* Vertical align text */
	display: block;
	padding: 0 12px 0 13px;
	text-transform: none;
	color: #fff;
	background: transparent url('/images/bg_nav_sub.png') !important;
	border-top: 1px solid #abadb4;
}

ul#nav ul li:first-child a {
	border-top: none;
}

ul#nav ul li a:hover {
	color: #f1d8a3;
	background: #000000 !important;
}

ul#nav a {
	text-decoration: none;
}

#newsitem {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #111c3b;
}

a.verder {
	padding-right: 9px;
	text-decoration: none;
	font-weight: bold;
	background: transparent url('/images/verder.png') no-repeat right center;
}

#lpclogo {
	position: absolute;
	right: 14px;
	bottom: 10px;
}

#footer {
	width: 869px;
	margin-left: -34px;
	text-align: center;
	font-size: 0.65em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #fff;
	background: #003058 url('/images/bg_body.png') repeat-y top center;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#wwwaddress {
	position: relative;
	margin: 0 17px 0 16px;
	padding: 15px 0 7px;
}

#wwwaddress a {
	color: #111c3b;
}

#address {
	padding: 25px 0;
	background: #003058 url('/images/bg_footer.png') no-repeat left top;
}

a {
	color: #111c3b;
}

#content {
	overflow: hidden;
}

#colLeft {
	width: 526px;
	padding: 35px 15px 35px 68px;
	float: left;
}

#colRight {
	width: 160px;
	padding: 35px 15px 35px 15px;
	float: right;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	letter-spacing: 0.15em;
	margin-bottom: 0.7em;
}

#content h2 {
	margin-bottom: 5px;
	letter-spacing: 0.15em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7em;
}

#content p,
#content ul,
#content ol,
#content table {
	font-size: 0.7em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-bottom: 1.3em;
}

#content ul,
#content ol {
	padding-left: 25px;
}

#content img {
	margin-bottom: 1.3em;
}

/* Form elements */
form#nieuwsbrief {
	padding: 0;
}

form#nieuwsbrief img {
	margin: 0;
}

form#reserveren,
form#contact {
	padding: 10px;
	background: #f2f4f6;
}

.formrow {
	overflow: hidden;
	margin-bottom: 5px;
}

form#nieuwsbrief p {
	width: 80%;
	margin-bottom: 5px;
}
form label {
	width: 150px;
	padding: 2px 10px 0 0;
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 0.1em;
	float: left;
}

form .formElement label {
	width: auto;
	padding: 0;
	float: none;
	font-weight: normal;
}

form#route label {
	width: 100%;
}

form .formElement {
	float: left;
}

form .input {
	width: 240px;
	padding: 2px 4px;
	border: 1px solid #aaa;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	background: #fff url('/images/shadow.png') no-repeat left top;
}

form#nieuwsbrief .input,
form#route .input {
	width: 150px;
}

form .textarea {
	width: 330px;
	height: 150px;
}

.button {
	padding: 1px 5px;
	background-color: #eee;
	border: 1px solid #2b2f32;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	font-size: 0.7em;
}

form#reserveren .button,
form#contact .button {
	margin-left: 160px;
}

p.ok {
	padding: 3px 5px 3px 33px;
	margin-bottom: 5px;
	background: #f2dbab url('/images/icon_ok.gif') no-repeat 7px 4px;
}

p.alert {
	margin-bottom: 5px !important;
	padding: 3px 5px 3px 33px;
	background: #f2dbab url('/images/icon_alert.gif') no-repeat 7px 4px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.small {
	font-size: 0.8em;
	font-weight: normal;
}

body#fotos #album {
	overflow: hidden;
}

body#fotos #album img {
	width: 124px;
	height: 124px;
	margin: 0 7px 7px 0;
	float: left;
}

/* Extra */
*::selection {
	background: #0C6;
}
*::-moz-selection {
	background: #0C6;
}

