/* this is class used for tinymce editor - edited content body*/
.mceContentBody {
    margin: 0;
    padding: 0;
    overflow: scroll;
    text-align: left;
    background: #fff;
    color: #000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
}
#website_body {
  background:#D5B761;
	margin: 0;
	padding: 0;
  width: 100%;
  font-size: 100%;
}

.website_content {
	background:#D5B761;
	font-family:Arial,trebuchet MS, Tahoma,Verdana,sans-serif;
	color:#676767;
	text-align:center;
	line-height: 1.4em;
	font-size: 0.8em;
}

.website_content a {
  color: #4F4A4A;
}

.website_centering {
	margin:0pt auto;
	text-align:left;
	width:900px;
}

.website_header {
  background:#FFFFFF url(../gfx/Page9_1_header_bg.jpg) repeat-x scroll;
  height: 210px;
  position:relative;
}


.website_clear {
    display: block;
    clear: both;
}



.website_language ul {
	display:block;
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:15px;
}

.website_language img {
	border:0pt none;
}

.website_language ul li {
	float:left;
	margin:0pt;
	padding:0pt;
}

.website_language a, .website_language a:hover, .website_language a.website_active {
	float:left;
	margin:0pt;
	padding:0pt;
}


.website_content_grid {
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
}

.website_content_grid p {
    margin-bottom: 20px;
}

.website_footer {
}

.website_footer_reservation {
  height: 60px;
  background: #EBDCA1;
  margin-top: 40px;
  padding: 15px;

}

.website_footer_bottom, .website_footer_bottom a {
  color: #FFFEFC;
}

.website_footer_bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.website_footer_reservation_left {
  float: left;
  width: 300px;
  color: #A17C07;
  margin-top: 10px;
  font-size: 2.5em;
  line-height: normal;
}



.webstie_footer_reservation_right {
  width: 550px;
  float: left;
  height: 50px;
  color: #646665;
  margin-top: 10px;
  line-height: normal;
}

.webstie_footer_reservation_right p {
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

/* texts and headers*/
.website_text_header_main_page {
    color: #786B34;
    background-color: inherit;
}