@import url(reset.css);

BODY {
	width: 100%;
 	margin: 0;
 	padding: 0;
	color: #734605;
	font: normal 13pt Verdana;
	text-align: center;
	background: #f8c985 url(../images/background.png) repeat-x top;
}

p {
   line-height: 1.5;
}

a {text-decoration: none;}

#wrapper {
	width: 100%;
	height: 467px;
	background: url(../images/inner_background.jpg) no-repeat top center;
	display: table;
}

#container {
	width: 952px;
	padding: 0;
	margin: 0 auto;
	*text-align: center;
	overflow: hidden;
}

#header_top {
	width: 952px;
	height: 105px;
	padding: 0;
	margin: 0;
	background: transparent url(../images/header_top_background.png) no-repeat top left;
}

#header {
	width: 952px;
	height: 300px;
	padding: 0 3px;
	text-align: left;
	margin: 0;
	background-color: #965c06;
}

#content_container {
	width: 946px;
	*width: 952px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #efe7db;
	border-left: 3px solid #965c06;
	border-right: 3px solid #965c06;
	border-bottom: 3px solid #965c06;
	overflow: hidden;
	padding-bottom: 35px;
	background: transparent url(../images/content_background.png) repeat-y left top;
}

#menu_container {
	width: 946px;
	*width: 952px;
	height: 40px;
	margin: 0;
	padding: 0 3px;
	color: #820c82;
	float: left;
	background-color: #965c06;
	overflow: hidden;
}

#h_menu {
	width: 644px;
	*width: 680px;
	height: 40px;
	padding-left: 36px;
	color: #820c82;
	text-align: left;
	float: left;
	background: transparent url(../images/menu_background.png) repeat-x;
}

#h_menu ul li {
  padding: 6px 0;
  margin-right: 17px;
  color: #fae7cd;
  line-height: 40px;
  font: bold 12px/40px Verdana;
  text-transform: uppercase;
  list-style-type: none;
  display: inline;
}

#h_menu li.separator {
  margin-right: 17px;
	background: transparent url(../images/menu_separator.png) no-repeat left top;
}

#h_menu a.aktiv {
  color: #debc8a;
}

#h_menu a {
  color: #fae7cd;
  text-decoration: none;
}

#h_menu a:hover {
  color: #debc8a;
}

#lang {
	width: 266px;
	height: 40px;
	color: #fff;
	text-align: left;
	float: left;
	background: transparent url(../images/lang_background.png) no-repeat top left;
}

#lang_hu {
  margin-top: 8px;
  margin-left: 104px;
  padding-top: 14px;
	height: 24px;
	float: left;
	background: transparent url(../images/lang_hu.png) no-repeat top center;
}

#lang_en {
  margin-top: 8px;
  margin-left: 45px;
  padding-top: 14px;
	height: 24px;
	float: left;
	background: transparent url(../images/lang_en.png) no-repeat top center;
}

a #lang_hu, a #lang_en {
	height: 24px;
	color: #fae7cd;
  font: normal 10px Verdana;
	text-align: center;
	text-decoration: none;
	*cursor: hand;
}

a.aktiv #lang_hu, a.aktiv #lang_en {
	text-decoration: underline;
}

a:hover #lang_hu, a:hover #lang_en {
	text-decoration: underline;
}

/*----------- font faces ------------*/

@font-face {
    font-family: 'Mistral';
    src: url('../font/mistral.eot');
    src: url('../font/mistral.eot?#iefix') format('eot'),
         url('../font/mistral.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Kunstler Script';
    src: url('../font/kunstler.eot');
    src: url('../font/kunstler.eot?#iefix') format('eot'),
         url('../font/kunstler.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#menu_pos {
  width: auto;
  padding: 0 !important;
	margin-bottom: 20px;
	font: bold 15px Verdana;
	text-transform: uppercase;
	border-bottom: 1px solid #734605;
}

#menu_pos h1 {
  margin: 0 !important;
  margin-bottom: -10px !important;
  margin-left: -10px !important;
	text-transform: none;
	font: normal 55px "Kunstler Script", Verdana !important;
}

#menu_pos h1.room {
  width: 641px;
  height: 103px;
  padding-left: 20px !important;
  margin-left: -20px !important;
  *margin-right: -20px !important;
	font: normal 27px/103px Mistral !important;
	background: transparent url(../images/banner_rooms.png) no-repeat;
}

#menu_pos img.panzio {
  margin-top: -35px;
  margin-bottom: -15px;
  padding-bottom: 2px;
}

#menu_pos img.roomsheader {
  margin-top: -25px;
  margin-left: -15px;
  margin-bottom: -35px;
  padding-bottom: 2px;
}

#content {
	width: 608px;
	*width: 680px;
	padding: 36px;
	font: normal 10pt Verdana;
	float: left;
	text-align: left;
}

#content p {
	margin: 10px 0;
  line-height: 1.5;
  text-align: justify;
}

#content p.program {
	font-size: 0.8em;
}

#content h1 {
	margin: 15px 0;
  font: bold 15px Verdana;
}

#content .label {
  margin: 0;
  width: 90px;
  text-align: left;
  float: left;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
}

#content a {
	color: #965C06;
  font-weight: bolder;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content ul {
  margin: 5px 0 15px;
}

#content li {
  margin-left: 20px;
  margin-bottom: 5px;
  list-style-image: url(../images/list_img.png);
}

#content ul.priceserv {
  margin: 12px 0 12px;
}

#content small {
  margin-top: -15px;
  padding-bottom: 15px;
  color: #c03232;
  font: normal 10pt verdana;
  display: block;
}

#content .room_container {
  width: auto;
	float: left;
	margin-top: 15px;
	margin-bottom: 30px;
}

#content .room_container h3, h3.udulesicsekk {
  margin-top: 3px;
  color: #734605;
	text-align: left;
	text-transform: uppercase;
	font: bolder 12pt verdana;
}

h3.udulesicsekk {
  margin-top: 48px;
}

#content div.room_container img.floatleft {
	float: left;
	margin: 5px 20px 5px 0px;
	/*border: 1px solid #734605;*/
  display: block;
}

#content .room_text {
  width: 265px;
  display: block;
	float: left;
	text-align: left;
}

#content .room_text p {
  font-size: .8em;
	text-align: left;
}

#content_footer {
  width: 100%;
  margin-top: 36px;  
  padding-top: 20px;
  border-top: 1px dotted #965C06;
  float: left;
}

.room_price_container {
  width: 150px;
  float: right;
  display: block;
}

span.price {
  margin-top: 31px;
  padding-bottom: 12px;
  color: #c03232;
  font: bold 1em verdana;
  text-align: right;
  display: block;
}

.foglal {
	float: right;
	height: 34px;
	width: 114px;
	margin: 0;
	margin-top: 5px;
	text-align: center;
	background: transparent url(../images/button_background.png) no-repeat left top;
}

div.foglal a {
	text-align: center;
	text-transform: uppercase;
	font: normal 9px/28px verdana !important;
	display: block;
}

div.foglal a:hover {
	text-decoration: none !important;
}

div.kiemelt {
  padding: 0 18px 10px;
  margin: -18px;
	border: 1px dashed #965C06;
  background-color: #E3D7C4;
}

#sidebar {
  width: 264px;
  height: 100%;
  float: right;
}

#weather {
  height: 95px;
  padding: 0 15px;
	background: transparent url(../images/weather_bg.png) repeat-x;
}

#wImage {
  float: left;
  margin-left: -15px;
  position: absolute;
  z-index: 1;
}

#wData {
  margin-left: 70px;
  margin-top: 10px;
  text-align: left;
  display: block;
  position: absolute;
  z-index: 2;
}

#wLink a {
  width: 100%;
  margin-top: 75px;
	color: #734605;
  font: normal 11px Verdana;
  text-decoration: none;
  display: inline;
  float: left;
  text-align: center;
  position: relative;
  z-index: 3;
}

#wLink a:hover {
  text-decoration: underline;
}

.wLoc {
  width: 164px;
  color: #efe7db;
  font: bolder 12px Verdana;
  letter-spacing: 8;
  padding-bottom: 5px;
}

.actemp {
  width: 90px;
  font-stretch: ulra-condensed;
  font: bolder 35px Arial;
  letter-spacing: -3;
  float: left;
  display: inline;
  border-right: 1px solid;
}

.dtemp {
  width: 74px;
  text-align: right;
  font-stretch: ulra-condensed;
  font: bolder 12px Arial;
  margin-top: 5px;
  float: left;
  display: inline;
}

.dtemp span {
  font-stretch: condensed;
  font: normal 10px Arial;
}

#video_container {
  padding: 3px; 
  margin-bottom: 20px;
  *margin-bottom: 0;
  float: left;
  background-color: #E3D7C4;
  border: 1px solid #965C06;
}

#video_container h1 {
  margin-bottom: 3px;
  padding-bottom: 3px;
  font: bolder 16px Verdana;
  border-bottom: 1px solid #965C06;
}

#video_container a.titlelink {
  color: #734605;
  font: normal 10px Verdana;
  text-decoration: none;
}

#video_container a.titlelink:hover {
  text-decoration: underline;
}

#video {
  width: 326px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  float: left;
}

#video_text {
  width: 254px;
  padding: 0 10px;
  float: right;
  font: normal 11px Verdana;
}

#map_text ol {
  width: 230px;
  padding-left: 10px; 
  *padding-left: 20px; 
  float: right;
  list-style-type: decimal;
  font: normal 11px Verdana;
}

#map_text li {
  margin-top: 10px;
  margin-left: 20px;
  *margin-left: 10px;
}

.subtitle {
	border-bottom: 1px solid #734605;
}

.datum {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 5px;
  color: #ff9600;
	font: bolder 11px Verdana;
	display: block;
}

.highlight {
  text-align: center;
  padding: 10px;
  background-color: #E3D7C4;
  border: 1px solid #734605;
}

#gallery_container {
	width: 264px;
	height: 135px;
	padding: 0;
	text-align: left;
	margin: 0;
}

#gallery_container img {
  border: 0;
}

a #gallery_text {
  *cursor: hand;
  text-decoration: none;
}

a:hover #gallery_text {
  *cursor: hand;
	color: #734605;
	background-color: #d0c1aa;
}

#gallery_text {
	width: 264px;
	height: 35px;
	*height: 40px;
	padding: 0;
	padding-top: 5px;
  color: #efe7db;
  font: normal 12px Verdana;
  text-decoration: none;
	text-align: center;
	margin: 0;
	background-color: #8A570F;
}

.contact_text {
  margin: 15px 0 15px 15px;
  *margin-bottom: 30px;
  text-align: left;
  display: block;
  overflow: hidden;
}

.contact_text p {
  margin: 0;
  width: 164px;
  font: normal 11px Verdana;
  text-align: left;
  float: left;
  display: block;
}

.contact_text p.other {
  margin: 0;
  width: 234px;
  font: normal 11px Verdana;
  text-align: left;
}

.contact_text .clabel {
  margin: 0;
  width: 70px;
  text-align: left;
  float: left;
  font: bold 11px Verdana;
  vertical-align: top;
  display: inline-block;
}

.contact_text a {
	color: #734605;
	text-decoration: none;
}

.contact_text a:hover {
	text-decoration: underline;
}

.contact_text ul {
  margin: 0;
  margin-bottom: 5px;
}

.contact_text li {
  margin-bottom: 7px;
  font: normal 11px Verdana;
  text-align: left;
}

.contact_text h1 {
  width: 234px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font: bold 13px Verdana;
  text-align: left;
}

.contact_text h2 {
  margin-bottom: 2px;
  text-transform: uppercase;
  font: bold 11px Verdana;
  text-align: left;
}

.stitle {
  width: 100%;
  height: 36px;
  font: bolder 14px/36px Verdana;
  text-transform: uppercase;
  display: block;
	background: transparent url(../images/sidebar_title_bg.jpg) no-repeat;
}

#links ul {
  padding: 15px;
  list-style-type: none;
}

#links li {
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px dotted #734605;
}

#links ul li a {
  color: #734605;
  text-align: center;
  font: normal 11px verdana;
  display: block;
}

#links ul li a:hover {
  text-decoration: underline;
}

#footer {
	width: 100%;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 25px;
	text-align: center;
	font: normal 11px Verdana;
	float: left;
}

#footer a {
	color: #734605;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#line {
	width: 500px;
	height: 3px;
	*height: 1px;
	margin: 0 auto 0 auto;
	*text-align: center;
	background-color: gray;
}

/* Accordion */

.arrowlistmenu {
	width: 227px; /*width of accordion menu*/
	color: #820c82;
	font: bold 14px Verdana;
}

.arrowlistmenu a {
	text-decoration: none;
}

.arrowlistmenu a:hover {
	text-decoration: none;
}

.arrowlistmenu .menuheader a:hover { /*CSS class for menu headers in general (expanding or not!)*/
	color: #820c82;
	text-decoration: none;
	/*background: transparent url(titlebar.png) repeat-x center left;*/
	margin-left: 6px;
	padding: 6px 10px 5px 41px;
	/*padding: 7px 10px 4px 40px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.arrowlistmenu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.arrowlistmenu ul li a {
	width: 164px;
	*width: 215px;
	color: #820c82;
	margin: 0;
	margin-right: 10px;
	margin-left: 6px;
	padding: 0 10px 0 41px;
	text-decoration: none;
	font: bold 14px/31px Verdana;
	display: block;
}

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	height: 31px;
	background: transparent url(../images/menu_on_background.png) no-repeat top left;
	*text-decoration: none;
}

.arrowlistmenu li.aktiv a { /* .openheader CSS class to apply to expandable header when it's expanded*/
	background: transparent url(../images/menu_on_background.png) no-repeat top left;
}

.arrowlistmenu ul li a:visited {
	color: #820c82;
}

.arrowlistmenu .categoryitems li a {
	padding-left: 56px;
	font: normal 12px/31px Verdana;
	display: block;
}

form {
	font: 100% verdana,arial,sans-serif; /* margin: 0; */
	width: auto;
	padding: 10px 0 10px 0;
}

form.newsletter {
	width: auto;
	margin: 7px 3px 0 0;
	*margin: 7px 15px 0 0;
	padding: 0;
	float: right;
}

form input#reset {
	margin-left: 0px; /* set margin-left back to zero on reset button (set above) */
}

form.newsletter label { 
	display: inline;  /* block float the labels to left column, set a width */
	float: left; 
	padding: 0; 
	margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font: normal 11px/26px Verdana;
}

form small {
	display: block;
	margin: 5px 0; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 10px/22px;
	color: red;
	text-align: right;
}

form.newsletter input {
	margin: 4px 12px;
  float: left;
  padding: 2px 15px;
  border: 0;
  background-color: #fff;
  display: inline;
}

form input.checkbox {
	border: 0;
}

form input.hiba {
	border: red solid 1px;
	background: #fcefe8;                  
}

form.newsletter div {
	display: inline;
	float: left;
	margin: 0 15px 5px 5px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 0px;
	font-size: 11px;
}

form div.borders {
	/*border: 1px dotted gray;*/
	margin: 0px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 10px;
	font-size: 11px;
}

form.newsletter input.button {
  width: auto;
  height: 26px;
  margin: 0;
	padding: 0 12px;
	*padding: 0;
	color: #fff;
	cursor: auto;
	font: normal 10px/26px verdana;
	background: transparent url(../images/newsletter_bar_separator.png) no-repeat top left;
}

form br {
	clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#buttons {
  margin: 0;
  padding: 0;
	float: left;
}

.floatright {
	float: right;
	margin: 0 0 15px 15px;
	/*border: 1px solid #734605;*/
	border: 3px solid #decaac;
}

.floatleft {
	float: left;
	margin: 15px 15px 15px 0px;
	/*border: 1px solid #734605;*/
	border: 3px solid #decaac;
}

.nofloat {
	float: none;
	margin: 5px 0 0 0;
	/*border: 1px solid #734605;*/
	border: 3px solid #decaac;
}

#panoramic {
  width: 100%;
  float: left;
}

#panoramic .floatleft {
  margin: 0;
}



