html, body { 
	width: 100%; 
	height: 100%; 
}

body {
	margin: 0;
	padding: 0;
	background: url("images/background.jpg");
	background-position: 0px 0px;
	background-repeat:repeat;
	min-height: 100%; 
	height: auto !important; /* tells real browsers to ignore the line below */
	height: 100%; /* acts like min-height for IE6 */
	position: relative;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 100%;
	background: url('images/texture-background.jpg') repeat-y;
}

#header {
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 519px;
	background: url("images/header_02_g.jpg") no-repeat;	
	margin-bottom: -230px;
}

#footer {
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 79px;
	background: url("images/footer_g.jpg") no-repeat;	
}

#footer p {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 40px;
	top: 3px;
	font-weight: bold;
}

#nav {
	position: relative;
	list-style: none;
	top: 261px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#lang_nav li, #nav li {
	display: inline
}

#lang_nav {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	text-align: center;
}

.nav a {
	text-decoration: none;
}

#nav li a, #lang_nav li a {
	color: #f5f2e8;
	font-family: "Georgia", "Times", "serif";
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

#nav li a:hover {
	padding-bottom:8px;
	border-bottom: 5px solid #6b3330;
	outline: none;
}

#lang_nav li a:hover {
	padding-top:6px;
	border-top: 5px solid #6b3330;
	outline: none;
}


#content-main {
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 928px;
	padding-bottom: 120px;
	padding-left: 30px;
	padding-top: 30px;
	overflow: hidden;
	border-left: solid 1px #bcac93;
	border-right: solid 1px #bcac93;
}

.col-1 {
	float: left;
	padding-top: 20px;
}

.col-2 {
	float: left;
	padding-top: 20px;
}

h1 {
	font-family: "Georgia","Times","serif";
	font-size: 20px;
	margin-left: 35px;
	margin-bottom: 5px;
	margin-top: 0px;
}

h2 {
	padding-left: 35px;
	font-family: "Georgia", "Times", "serif";
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #592a28;
}

h3 {
	padding-left: 35px;
	font-family: "Georgia", "Times", "serif";
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #592a28;
	
}

h4 {
	padding-left: 35px;
	font-family: "Georgia", "Times", "serif";
	font-size: 14px;
	padding-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #592a28;
}

.menu {
	margin-top: 0;
	list-style: none;
	text-align: center;
	width: 300px;
	margin-top: 15px;
}

.menu li {
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	font-size: 14px;
	line-height: 160%;
	color: #241f16;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

p {
	position: relative;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	font-size: 14px;
	line-height: 160%;
	color: #241f16;
	width: 370px;
	text-align: left;
	padding: 10px 10px 10px 35px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.intro:first-letter {
	font-size: 48px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	line-height:30px;
	float:left;
	margin-right:0.1em;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 0px;

}

ul .list {
	margin-top: 0;
	margin-bottom: 10px;
	list-style: none;
	text-align: center;
	width: 370px;	
}

.list li {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	font-size: 14px;
	line-height: 150%;
	padding-bottom: 10px;
	width: 370px;
}

h1, .light h1, .light p, .light li {
	color: #592a28;
}

.dark h1, .dark p, .dark li, .hyphen {
	color: #e5e6df;
}

.green {
	background: url("images/inlay-texture_g.jpg");
	background-position: 0px 0px;
	background-repeat:repeat;
}

.green-border {
	border: 5px solid #6b4026;
}

.colored-box {
	padding: 20px 40px 20px 0px;
	margin-bottom: 15px;
}

.colored-box.border {
	padding-right: 20px;
	padding-top: 10px;
}

.light-brown-border {
	border: 5px solid #c7bfab;
}

#firstHead {
	margin-top: 0px;
	font-size: 22px;
}

#slideshow {
	position: relative;
	width: 428px;
	height: 257px;
	overflow: hidden;
	border-bottom: 5px solid #6b3330;
}

#map {
	position: relative;
	overflow: hidden;
	width: 428px; 
	height: 400px;
	border: 4px solid #6b4026;
}

#slideshow img {
	position: absolute;
	width: 428px;
	left: 0;
	top: 0;
}

#accordion {
	width: 870px;
	margin-left: 15px;
}


#accordion h2 {
	width: 850px;
	height: 19px;
	color: #fbf8f6; 
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	margin: 0px;
	outline: none;
}

.spa, .spa .col-1, .spa .col-2 {
	background-color: #697c71;
}

h2.spa {
	background: url('images/spa-tab.jpg') no-repeat;
}

.nature, .nature .col-1, .nature .col-2 {
	background-color: #676f57;
}

img {
	border-bottom: 5px solid #6b3330;
	border-top: 2px solid #6b3330;
}

h2.nature {
	background: url('images/nature-tab.jpg') no-repeat;
}

.alternative, .alternative .col-1, .alternative .col-2 {
	background-color: #676f57;
}

h2.alternative {
	background: url('images/alternative-tab.jpg') no-repeat;
}

.culinair, .culinair .col-1, .culinair .col-2 {
	background-color: #824b31;
}

h2.culinair {
	background: url('images/culinair-tab.jpg') no-repeat;
}

.business, .business .col-1, .business .col-2 {
	background-color: #834b6d;
}

h2.business {
	background: url('images/business-tab.jpg') no-repeat;
}


.party, .party .col-1, .party .col-2 {
	background-color: #666d7f;
}

h2.party {
	background: url('images/party-tab.jpg') no-repeat;
}

#arrBottom {
	background: url('images/arr-bottom.jpg') no-repeat;
	width: 870px;
	height: 50px;
	position: relative;
}

#accordion {
	margin-top: 20px;
}

#accordion .colored-box {
	padding: 0px;
	margin: 0px;
}

#accordion .section {
	position: relative;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	width: 870px;
}

#accordion p {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	font-size: 14px;
	color: #e5e6df;
	line-height: 160%;
	padding-top: 0px;
	margin-top: 0px;
	width: 350px;
	text-align: left;
}

#accordion img {
	border: solid 1px #404040;
	margin-top: 5px;
}

.inlineHeader {
	font-weight: bold;
	padding-right: 20px;
}

.subHeader {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	font-size: 14px;
	font-style: italic;
	color: #e5e6df;
	padding-bottom: 15px;
	text-align: right;
	margin-top: 12px;
	margin-right: 20px;
	margin-left: 35px;
}

#accordion .col-2 {
	float: left;
	margin-right: 20px;
	position: relative;
}

#accordion .col-1 {
	float: left;
	position: relative;
}

dl {
	position: relative;
	color: #e5e6df;
	width: 350px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	margin-top: -10px;
	margin-bottom: 15px;
	padding-top: 0px;
	margin-left: 35px;
}

dt {
	font-weight: bold;
	margin-bottom: 15px;
}

dd {
	margin-left: 160px;
	margin-top: -37px;
}

#accordion dl {
	position: relative;
	color: #e5e6df;
	width: 350px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	margin-left: 25px;
	margin-right: 30px;
	margin-top: 0px;
	padding-top: 0px;
}

#tourism {
	position: relative;
	color: #413c34;
	width: 350px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	margin-left: 35px;
	margin-right: 30px;
}

#tourism dt {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 20px;
}

#tourism dd {
margin: 0
}

form dl {
	position: relative;
	color: #241f16;
	width: 350px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	margin-bottom: 15px;
	padding-top: 0px;
	margin-left: 35px;
}

input {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	font-size: 14px;
	color: #241f16;
	border: 1px solid #bcac93;
	padding: 3px;
}

textarea {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	font-size: 14px;
	color: #241f16;
	border: 1px solid #bcac93;
}

.button {
	background-color: #6b3330;
	color: #e5e6df;
	padding: 5px;
}

#accordion dt {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 28px;
}

#accordion dd {
	margin: 0;
}


.section a {
	text-decoration: none;
	color: #e5e6df;
	font-weight: bold;
}

.section a:hover {
	text-decoration: underline;
}

.link {
	text-decoration: none;
	color: #e5e6df;
	font-weight: bold;
}

.link:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	color: #241f16;
	font-weight: bold;
}

.link2:hover {
	text-decoration: underline;
}


h2 a {
	color: #e5e6df; 
	text-decoration: none;
	outline: none;
}

h2 a:hover {
	outline: none;
}

.left-top-corner {
	background: url("images/left-top-corner.jpg") no-repeat;
	width: 60px;
	height: 46px;
	margin: 0;
	padding: 0;
	margin-top: -20px;
}

.right-top-corner {
	background: url("images/top-right-corner.jpg") no-repeat;
	width: 60px;
	height: 46px;
	margin: 0;
	padding: 0;
	margin-top: -20px;
	margin-left: 390px;
}

.left-bottom-corner {
	background: url("images/bottom-left-corner.jpg") no-repeat;
	width: 60px;
	height: 46px;
	margin: 0;
	padding: 0;
	margin-bottom: -20px;
}

.right-bottom-corner {
	background: url("images/bottom-right-corner.jpg") no-repeat;
	background-position: right bottom;
	width: 60px;
	height: 46px;
	margin: 0;
	margin-left: 390px;
	padding: 0;
	margin-bottom: -20px;
}