html,body {
	margin: 0;
	padding: 0;
	height:100%; 
	max-height:100%; 
	overflow: hidden;
}

body {
	height:100%; 
	max-height:100%; 
	font-family: Verdana,Arial,sans-serif;
	font-size: 76%;
	color:#000;
	text-align:left;
}

iframe { 
	/*overflow: hidden;*/ 
	width: 100%;
	height: 520px;
	border: 0;
}

#head {
	position:absolute;
	margin-left:-402px; 
	left:50%; 
	top:0; 
	width:800px; 
	min-width:800px; 
	height:220px; 
	background: #fafff1 url(../img/Klif1_top.jpg) 0 0px no-repeat;
	font-size:1em; 
	z-index:5; 
	border-left:2px solid #000;
	border-right:2px solid #000;
}

#languages {
	float: right;
	margin: 5px 8px 0 0;
	text-align: right;
}

#content {
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 220px;
	bottom: 50px;
	width: 770px;
	margin-left: -402px;
	left: 50%;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 0;
	background: #fafff1;
	padding: 30px 15px 30px 15px;
}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:804px;
	border-top:220px solid #fafff1; 
	border-bottom:50px solid #fafff1;
}

#foot {
	text-align:center;
	position:absolute; 
	margin-left:-402px;
	padding: 10px 0 0 0;
	left:50%; 
	bottom:0;
	width:800px; 
	min-width:800px; 
	height:40px; 
	background:url(../img/klif1_footer2.jpg); background-position:0 100px;
	font-size:1em; 
	z-index:5; 
	border-left:2px solid #000;
	border-right:2px solid #000;
	font-weight:bold;
}

* html #foot {
	width:804px;
}

#content p {
	margin: 15px 15px 0 15px;
	text-align:left;
}

ul {
	margin-top: 0;
}

div, p, span {
	font-size: 1.0em;
}

#koptekst {
	font-size: 5em;
	text-align: center;
	position: absolute;
	top: 20px;
	width: 100%;
}

#benb {
	font-size: 1.4em;
	position: absolute;
	margin-left: -235px; 
	left:50%; 
	top: 70px;
	width: 800px;
}

#appartementen {
	font-size: 1.4em;
	position: absolute;
	margin-left: 110px; 
	left:50%; 
	top: 70px;
	width: 800px;
}

#slogun {
	font-size: 1.8em;
	position: absolute;
	margin-left: 110px; 
	left:50%; 
	top: 490px;
	width: 800px;
}

#actueel {
	font-size: 1.8em;
	position: absolute;
	margin-left: -350px; 
	left:50%; 
	top: 130px;
	width: 800px;
}

#intro_foto {
	position: absolute;
	margin-left: -400px; 
	top: 100px;
	left:50%; 
	width: 800px;
	height: 448px;
}

img {
	border: 0;
}

.kop {
	font-size: 20px;
	padding: 20px;
	font-style: italic;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link, a.link:link, a.link:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a.link:hover {
	/*border-top: 1px solid;*/
	border-bottom: 1px solid;
}

a.strong, a.strong:link, a.strong:visited, a.strong:hover {
	font-weight: bold;
}

a.small, a.small:link, a.small:visited, a.small:hover {
	font-size: 0.8em;
}

.floatright {
	float:right;
	padding: 0 0 0 15px;
}

.floatleft {
	float:left;
	padding: 0 15px 0 15px;
}

/* tarieven tabel */

caption {
	text-align: right;
}

#tarieventable {
	border-collapse: collapse;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#tarieventable td {
	border: 1px solid #C0C0C0;
	text-align: center;
	padding: 5px;
	white-space: nowrap;
}

#tarieventable td.voornaseizoen {
	background: #7cd300;
}

#tarieventable td.middenseizoen {
	background: #feec30;
}

#tarieventable td.hoogseizoen {
	background: #ff0033;
}

#tarieventable td.voornaseizoen2 {
	background: #007d08;
	color: #efefef;
}

#tarieventable td.middenseizoen2 {
	background: #ff6c17;
	color: #efefef;
}

#tarieventable td.hoogseizoen2 {
	background: #ed2024;
	color: #efefef;
}

#tarieventable .rightalign {
	text-align: right;
}

#tarieventable .leftalign {
	text-align: left;
}

#center {
     margin-left: auto;
     margin-right: auto;
     width: 770px; /* mandatory to be centered */
}
     
.box {
	float:left;
	background: #fff;
	border: 1px solid #444;
	margin: 10px 10px 0 10px;
	padding: 10px;
	width: 144px;
	height:144px;
}

.box img {
  display: block;
  margin: 0 auto;
  position: relative;
}

.boxkop {
	padding:0;
	margin:0 0 3px 0;
}

/* validation begin */
#infotd {
	text-align: left;
	font-size: 0.8em;
}

td.labeltd {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}


input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.defwidth {
	width: 250px;
}

input.default, input.required, textarea.required {
	border: 1px solid #ccc;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00A8E6;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	width: 244px;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
	width: 244px;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
/* validation end */


