html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

div#container {
	margin: 0px auto;
	width: 980px;
	position: relative;
}


ul#lang_navigation,
ul#main_navigation {
	margin: 0px;
	padding: 0px;
}

ul#lang_navigation li,
ul#main_navigation li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

ul#lang_navigation li a {
	background-repeat: no-repeat;
	background-position: bottom;
	width: 18px;
	height: 13px;
	display: block;
	margin-right: 2px;
}

ul#lang_navigation li a:hover{
	background-position: top;
}

li#flag_nl a {
	background-image: url(../images/flag_nl.gif);
}
li#flag_de a {
	background-image: url(../images/flag_de.gif);
}

ul#lang_navigation span,
ul#main_navigation span{
	display: none;
}


a#seaside_banner {
	display: block;
	background-image: url(../images/seaside_banner.jpg);
	width: 153px;
	height: 57px;
	color: #009fe0;
	text-decoration: none;
	padding: 170px 14px 20px 14px;
	text-align: justify;
}

a#boshoek_banner {
	display: block;
	background-image: url(../images/boshoek_banner.jpg);
	width: 153px;
	height: 57px;
	color: #716f1c;
	text-decoration: none;
	padding: 170px 14px 20px 14px;
	text-align: justify;
}

div#footer {
	background-image: url(../images/footer.png);
	width: 920px;
	height: 60px;
	padding: 0px 30px 0px 30px;
	font-size: 10px;
	color: #959222;
}

.boshoek div#footer p,
.boshoek div#footer address{
	color: #959222;
}
.seaside div#footer p,
.seaside div#footer address{
	color: #009fe0;
}

div#footer address {
	background-image: url(../images/wifi_zone.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 45px;
	line-height: 45px;
	padding-left: 40px;
	font-style: normal;
	float: left;
}
div#footer p {
	height: 45px;
	line-height: 45px;
	float: right;
}

.boshoek div#footer a{
	color: #959222;
	text-decoration: none;
}
.seaside div#footer a{
	color: #009fe0;
	text-decoration: none;
}

.boshoek div#footer a:hover{
	color: #959222;
	text-decoration: underline;
}
.seaside div#footer a:hover{
	color: #009fe0;
	text-decoration: underline;
}

.hr {
	height: 1px;
	line-height: 1px;
	margin: 0px auto;
	padding: 0px;
	border: 0px transparent none;
	width: 98%;
	display: block;
}

.seaside .hr {
	background-color: #bfd3db;
}
.boshoek .hr {
	background-color: #d6d384;
}
.hr hr {
	display: none;
}

p {
	margin: 0px 0px 20px 0px;
	text-align: justify;
}

.boshoek div#body_right a {
	color: #716f1c;
	font-weight: bold;
	text-decoration: none;
}

.boshoek div#body_right,
.boshoek div#body_right td,
.boshoek div#body_right th,
.boshoek div#body_right li,
.boshoek div#body_right p,
.boshoek div#body_right input,
.boshoek div#body_right textarea{
	color: #716f1c;
	line-height: 20px;
}

.seaside div#body_right a {
	color: #005070;
	font-weight: bold;
	text-decoration: none;
}

.seaside div#body_right,
.seaside div#body_right td,
.seaside div#body_right th,
.seaside div#body_right li,
.seaside div#body_right p,
.seaside div#body_right input,
.seaside div#body_right textarea{
	color: #005070;
	line-height: 20px;
}

div#body_right ul {
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 20px;
}

div#body a:hover {
	text-decoration: underline;
}

div#map_canvas {
	width: 724px;
	height: 320px;
}

form#directions_form{
	padding-top: 4px;
	text-align: right;
}

input, textarea, button, select {
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

input[type=text],
textarea{
	width: 248px;
	border: 1px solid #005070;
}

.boshoek textarea,
.boshoek input[type=text]{
	border: 1px solid #716f1c;
}

#leftColumn {
	float: left;
	width: 380px;
}
#rightColumn {
	float: right;
	width: 320px;
}
.clearFloat {
	clear: both;
}

.error input,
.error textarea,
.error select,
.error input[type="text"]{
	border: 1px solid red;
}

#reserveer_opmerkingen {
	height: 140px;
}

th {
	text-align: left;
}

address {
	font-style: normal;
}
