html, body {
	margin: 0px;
	overflow: hidden;
}
body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Background */

#bg_container {
	width: 1600px;
	height: 1280px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -800px;
	margin-top: -640px;
	background-image:  url(images/background_large.jpg);
}

#page_container {
	width: 1024px;
	height: 768px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top: -384px;
	background: url(images/background_logo.jpg) no-repeat top left;
}

/* Content Box */

#content {
	width: 844px;
	height: 525px;
	position: absolute;
	top: 121px;
	background-image: url(images/background_green.jpg);
	padding: 0px 90px 0px 90px;
}

/* Navigation */

#language {
	position: absolute;
	right: 90px;
	top: 89px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#language li {
	float: left;
	margin-left: 6px;
	padding: 0px;
}
#language img {
	border: 1px solid black;
}
#language img:hover {
	border: 1px solid white;
}
.btn_book {
	margin: 0px;
	padding: 3px 6px;
	border: 1px solid black;
	background-color: #506447;
	font-weight: bold;
	font-size: 13px;
}
.btn_book:hover {
	border: 1px solid white;
}
.btn_book a {
	color: #FFFFFF;
	text-decoration: none;
}

.navi {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navi li {
	margin: 0px;
	padding: 0px 7px 0px 7px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
.navi a {
	text-decoration: none;
}
.navi a:hover {
	text-decoration: underline;
}
#menu_top.navi {
	margin: 0px 0px 60px 185px;
}
#menu_top.navi li {
	border-right: 1px solid #97b789;
}
#menu_top a {
	color: #11220e;
	font-size: 10px;
}
#menu_bottom {
	position: absolute;
	top: 502px;
	right: 83px;
}
#menu_bottom a {
	color: #63765c;
	font-size: 10px;
}

/* Gallery */

#gallery {
	clear: both;
	padding: 0px;
	margin: 60px 0px 30px 0px;
}
#gallery img {
	border: 3px solid #93b483;
	margin: 0px 5px 0px 5px;
}

#gallery_overview {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}
#gallery_overview img {
	border: 3px solid #93b483;
	margin: 5px;
}
#gal_prev {
	padding-right: 170px;
}
#gal_next {
	padding-left: 170px;
}
#gal_prev a, #gal_next a {
	color: #506447;
	text-decoration: none;
}
#gal_prev a:hover, #gal_next a:hover {
	text-decoration: underline;
}
#gal_prev.hidden, #gal_next.hidden {
	visibility: hidden;
}

/* Content Layout */

#content h1 {
	clear: both;
	font-size: 13px;
	font-weight: bold;
	color: #506447;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0px 20px 0px;
	padding: 0px;
}
#content h1.smallgap {
	margin-top: 10px;
}
#content p, #content ul.clist li {
	margin: 10px 0px 0px 0px;
	color: #1c241b;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}
#content p.single {
	line-height: 19px;
}
#content .small {
	font-size: 12px;
	line-height: 20px;
}
#content ul.clist li {
	line-height: 17px; 
	margin: 0px 0px 5px 0px;
}
#content p a, #content .clist li a {
	color: #1c241b;
	text-decoration: underline;
}
#content p a:hover, #content .clist li a:hover {
	text-decoration: none;
}

#btn_booking {
	position: absolute;
	top: 435px;
	left: 380px;
}
.float {
	float: left;
	padding-right: 40px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
	font-size: 4px;
}
.map {
	border: 3px solid #93b483;
	float: right;
	margin: 0px 0px 5px 30px;
}
.maptext {
	clear: right;
    float: right;
	font-size: 10px;
	margin: 0px 0px 20px 30px;
	width: 200px;
	text-align: center;
}

iframe {
	border: 1px solid black;
}