@CHARSET "UTF-8";

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: url("/images/bg.jpg") fixed;
	color: #6f6a4c;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	font-size: 80%;
}

body hr {
	position: absolute;
	top: 72px;
	width: 100%;
	height: 3px;
	border: none;
	background: url("/images/upperline.gif") repeat fixed;
	display: block;
}

body a:link {
	color: #6f6a4c;
}
	
body a:visited {
	color: #6f6a4c;
}

body a:hover {
	text-decoration: none;
}

body a:active {
}


#container {
	background: url("/images/rechterkant.png") no-repeat bottom right;
	width: 1120px;
	position: absolute;
	left: 50%;
	margin-left: -530px;
	padding-bottom: 30px;
}

#pageheader {
	background: url("/images/pageheader.png") no-repeat;
	height: 287px;
	width: 1136px;
}

#pageheader h1 {
	position: absolute;
	left: 575px;
	width: 278px;
	top: 10px;
	padding-top: 53px;
	overflow: hidden;
	background: url("/images/headertitle.png") no-repeat;
	height: 0px !important;
	height /**/:53px; /* for IE5.5's bad box model */
	z-index: 2;
}


#pageheader h2 {
	position: absolute;
	left: 265px;
	width: 305px;
	top: 55px !important;
	padding-top: 43px;
	overflow: hidden;
	background: url("/images/subheadertitle.png") no-repeat;
	height: 0px !important;
	height /**/:45px; /* for IE5.5's bad box model */
}

#navigation {
	background: url("/images/bgcontentcontainer2.png") repeat-y right;
	position: absolute;
	top: 125px;
	left: 125px;
	width: 190px;
	z-index: 5;
	border: 2px solid #efe8d0;
}

#navigation ul {
	margin: 0;
	padding: 10px 0 0 0;
}

#navigation li {
	list-style-type: none;
	margin: 0 10px 10px 0;
	text-align: right;
}


#navigation li a {
	color: inherit;
	padding: 0 20px 0 0px; 
	text-decoration: none;
	font-size: 100%;
	background: url("/images/bullet2.png") no-repeat right 2px;
	display: block;
}

#navigation li a:hover {
	background: url("/images/bullet2a.png") no-repeat right 2px;
}

#navigation li a.selected {
	background: url("/images/bullet2a.png") no-repeat right 2px;
	font-weight: bold;	
}

#navigation ul ul {
	padding: 0;
	padding-bottom: 10px;
	}

#navigation h3 {
	font-size: 10pt;
	text-transform: uppercase;
	border-bottom: 2px solid #f8e5b6;
	text-align: right;
	padding: 0 10px 0px 0;
	margin: 10px 5px 0px 0px;
	background: url("/images/bullet1.png") no-repeat 1px 1px;
	font-family: "Times New Roman", Georgia, Garamond, serif;
}

.reseaumember {
	text-align: center;
	margin-top: 1em;
}

#reseaumember a img {
	border: solid 0px;
	}

#checkbooking {
	margin-top: 40px;;	
}

#checkbooking form {
	padding-right: 15px;
	text-align: right;
}

#checkbooking form input {
	width: 80%;	
	border: solid 1px #f8e5b6;
}

#checkbooking form input#submit{
	margin-top: 10px;
	width: 40%;	
	background-color: transparent;
}


#contentcontainer {
	background: url("/images/bgcontentcontainer.png") repeat-y -470px 0px;
	min-height: 1000px;
	margin: -240px 310px -30px 255px;
	padding: 80px 10px 0px 95px;
	border: 2px solid #efe8d0;
	border-right: none;
	z-index: 1;
}

#summary {
	font-family: "Times New Roman", Georgia, Garamond, serif;
	text-align: center;
	font-size: 130%;
	width: 400px;

	margin-bottom: 2em;
}

#summary strong {
	font-style: italic;	
}

#maincontent {
	margin-right: 30px;
	margin-bottom: 120px;
}

#maincontent p {
	text-align: justify;
}

#maincontent h2 {
	font-family: "Times New Roman", Georgia, Garamond, serif;
	font-size: 200%;
	display: none;	
}	

#maincontent h3 {
	font-family: "Times New Roman", Georgia, Garamond, serif;
	font-size: 130%;
	border-bottom: 1px solid #f8db94;
	/*border-top: 1px solid #f8db94;
	/*padding-bottom: 5px;*/
	margin-bottom: -5px;
	padding-left: 25px;
	background: url("/images/bullet1.png") no-repeat 1px 1px;
}

#maincontent img {
	border: 1px #f8db94 solid;
	margin: auto;
	padding: 5px;
	background-color: white;
}

#langselection {
	margin-left: 4px;
	float: left;
}

#langselection img {
/*	display: block;*/
	border: none;
}

form#loginform {
	width: 200px;
}

form#loginform input {
	width: 100%;
	margin-bottom: 10px;	
}

form input {
	border: solid 2px #efe8d0;
}

form#loginform input#submit {
	width: 40%;	
	background-color: transparent;
}

form input#submit, input#reset {
	background-color: transparent;
}

form#setperiodstatusform {
	margin: 1em 0;
    padding: 0;
    width: 100%;
}

form#bookingform {
	margin: 1em 0;
    padding: 0;
    width: 100%;
}

form#bookingform input, select, textarea{
	border: solid 1px #f8e5b6;
}

/*form dt {
	width: 10em;
    float: left;
    margin: 0 0 0 0;
    padding: 0.7em;
}*/

/* form dd {
	margin: 10px 0 0 0;

}*/


dt
{
width: 15em;
padding: .5em;
float: left;
margin: 0;
}

dd
{
margin-left: 16em;
padding: .5em;
}

form#bookingform textarea {
	height: 10em;
	width: 220px;
}

table#naoverview {
	width: 80%;
	margin: 10px;
}

table#naoverview td {
	text-align: center;
}

table.roomdetails {
	margin-top: 1em;
}

table.roomdetails th {
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

table.roomdetails th:after {
	content: ":"
}

.guestbookmessage {
	border: solid 1px #dcd6c3;
	margin-top: 1em;
}

.guestbookmessage p {
	margin:0;
}

p.guestbooknav {
	float: right;
	
}	

p.warning {
	color: red;	
}

#footer {
	margin: 0 310px 0 255px;

	text-align: right;
	font-size: 80%;
	padding-right: 1em;
	border-top: 2px solid #dcd6c3;
}

#footer p {
	margin: 7px;
}

#footer p a {
	color: inherit;
}

#zfpowered {
	position: relative;
	top: 8px;
	left: 12px;
}

#zfpowered img {
	border: 0;
}

span.tel {
	/*display: block;*/
}

.rm {
	display: none;
}

ul.errors {
	color: red;
	display: inline;
}

.paginationcontrol {
	margin-top: 1em;
}

/* *********** SPLASH **************** */
	
div#splash {
		position: fixed;
		background: url("/images/splash/bgsplash.png");
		width: 100%;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
		margin: auto;
		z-index: 55;
		border: gray 1px solid;
}

div#splash #splashcontainer {
	width: 664px;
	margin: auto;
	margin-top: 10%;
}

div#splash img {
	display: block;
	margin: auto;
}

div#splash p {
	border-bottom: 1px solid gray;
}
	
div#splash a {
	text-decoration: none;
}

div#splash a:hover {
	color: black;
}

div#splash #splashtitle {
	margin-top: -300px;
	padding-bottom: 100px;
	visibility: hidden;
	min-height: 261px;
	height: 261px;
}