body, html {
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%; 
  background: url('../img/bg_pattern.jpg');
  font-family: georgia;
  font-size: 14px;
  font-style: italic;
  color: #514328;
  line-height: 24px;
  text-align: justify;
}    

@font-face {
    font-family: 'Paris';
    src: url('../fonts/chalet-parisnineteensixtyhu-webfont.eot');
    src: url('../fonts/chalet-parisnineteensixtyhu-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chalet-parisnineteensixtyhu-webfont.woff') format('woff'),
         url('../fonts/chalet-parisnineteensixtyhu-webfont.ttf') format('truetype'),
         url('../fonts/chalet-parisnineteensixtyhu-webfont.svg#ChaletParisNineteenSixtyHU') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'London';
    src: url('../fonts/chalet-londonhu-webfont.eot');
    src: url('../fonts/chalet-londonhu-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chalet-londonhu-webfont.woff') format('woff'),
         url('../fonts/chalet-londonhu-webfont.ttf') format('truetype'),
         url('../fonts/chalet-londonhu-webfont.svg#ChaletHULondonHU') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lionel';
    src: url('../fonts/lionelofparis-webfont.eot');
    src: url('../fonts/lionelofparis-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lionelofparis-webfont.woff') format('woff'),
         url('../fonts/lionelofparis-webfont.ttf') format('truetype'),
         url('../fonts/lionelofparis-webfont.svg#LionelofparisMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

#header {
  background: url('../img/header_bg.jpg') no-repeat scroll center top transparent;
  height: 320px;
}  

#content .mainpage {
  background: url('../img/virag.png') no-repeat scroll left top transparent;
  width: 350px;
  height: 616px;
  position: absolute;
  bottom: -30px;
  bottom: -180px;
}

#footerline {
  background: url('../img/footer_line.png') repeat-x center top transparent; 
  position: relative;
  z-index: 1;
} 

#footer { 
  background: url('../img/footer_bg.png') no-repeat scroll center top transparent;
  height: 114px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

#content,
.footer, 
.header {
  width: 700px;
  margin: 0px auto;
  position: relative;
}

.content {
  padding-bottom: 20px;
}

#menu {
  position: absolute;
  width: 300px;
  top: 65px;  
  right: 100px;
  line-height: 36px;
}

#menu a.menu {  
  font-family: 'Paris';           
  color: #86a6d7;
  font-size: 24px;
  text-decoration: none;  
  font-style: normal;
}

#menu a:hover {
  text-shadow: 0 0 4px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF; 
} 

#menu a.selected { 
  font-family: 'London';     
  text-decoration: none; 
  text-shadow: 0 0 4px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF; 
  font-style: normal;
} 

#logo {
  position: absolute;
  top: 50px;  
  left: 20px;
} 

.title { 
  font-family: 'Georgia';
  font-size: 30px;
  padding: 20px 0px 10px;
  color: #8287b9; 
  font-style: italic, bold;
}

.footer {
  padding-top: 30px;
  height: 157px; 
}

#footer .box {
  float: left;
  width: 310px;
}

#footer .contacts { 
  float: left;
  width: 450px;
}

#footer .contacts a {
  text-decoration: none;
  color: #514328;
}

.label {
  font-weight: bold;
  margin-top: 20px;
}

.contactlabel {
  color: #9b8d73;
}

.separatorline {
  border-top: 1px solid #8d91be;
  width: 310px;
  margin: 20px auto 0px;
}

#levendula { 
  background: url('../img/levendula.png') no-repeat scroll left top transparent;
  width: 201px;
  height: 172px;
  position: absolute;
  top: 210px;
  right: -80px;  
}

.clear {
  clear: both;
}

/* Főoldal */

#mainpage {
  height: 480px;
  position: relative;
}

#mainpage .first {
  width: 390px; 
  position: absolute;
  top: 10px;
}

#mainpage .second {
  width: 450px; 
  position: absolute; 
  bottom: 20px;
  right: 30px;
}

#mainpage .quotebox {  
  background: url('../img/quote.png') no-repeat scroll center top transparent; 
  font-family: 'Paris';
  color: #97afd6;
  text-align: center;
  width: 260px;
  height: 180px;
  font-size: 20px;
  font-style: normal;
  position: absolute;
  top: 20px;
  right: 30px;
}

#mainpage .quote {
  position: absolute;
  top: 70px;
}

#mainpage .author {
  font-family: 'London';
  font-size: 17px;
  text-align: right;
  padding-right: 50px;
}

/* Szolgáltatások */

#services #anchormenu a {
  padding-right: 20px;
  font-family: georgia;
  font-size: 12px;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  color: #8287b9;  
}

#services .centertext {
  text-align: center;
} 

#services .title {
  width: 600px;
  float: left;
}

#services .top {
  text-align: right;
  width: 160px; 
  float: left;
  padding-top: 20px;
}

#services .top a {
  color: #8287b9; 
  font-style: normal;
  font-size: 12px;
  text-decoration: none;
  padding-right: 15px;
  background: url('../img/up.png') right no-repeat;  
}

/* Elérhetőségek */

#contact .contact {
  width: 270px;
  float: left;
  padding-right: 10px;
}

#contact .map {
  float: left;
  padding-bottom: 20px;
}

#contact .contacttitle {
  font-size: 24px;
}

#contact .subtitle {
  font-size: 18px;
}

#contact a {
  text-decoration: none;
  color: #514328;
}

/* Árak */

#prices td.center {
  padding-left: 40px;
}

/* Gyakori kérdések */

#faq .column {
  float: left;
  width: 180px;
  text-align: center;
  padding: 20px;
}

#faq .column .label {
  padding-bottom: 10px;
}

#faq .border {
  margin-top: 60px;
  border-right: 1px solid #dad5cb;
  width: 1px;
  height: 100px;
}

/* Előjegyzés */

#subscribe .sub-title {
  color: #8287b9;
  font-size: 18px;
  padding: 20px 0px;
}

#subscribe .lefttab {
  padding-left: 33px;
}

#subscribe .lefttab .label {
  margin-top: 0px;
}

#subscribe .leftcol {
  float: left;
}

#subscribe .rightcol {
  float: left;
  width: 388px;
}

#subscribe .leftcol {
  width: 350px;
}

#subscribe .border {
  float: left;
  width: 1px;
  height: 600px;
  border-left: 1px solid #dad5cb;
  padding-right: 20px;
  margin-top: 10px;
}

#subscribe table {
  padding-top: 20px;
}

#subscribe td {
  color: #a19275;
}

#subscribe .lefttab .leftcol {
  width: 145px;
}

#subscribe .submitbutton,
#closeButton {
  background: url('../img/lila_btn.png') no-repeat;
  width: 202px;
  height: 32px;
  margin: 0px;
  padding: 0px;
  border: none;
  color: #454a7f;
  font-size: 13px;
  font-weight: bold;
  font-family: georgia;
  cursor: pointer;
  margin-left: 55px;
  margin-bottom: 20px;
}

#subscribe .line { 
  border-top: 1px solid #dad5cb;
  width: 215px;
  margin: 20px auto 0px;
}

#subscribe .field { 
  background: url('../img/field_middle.png') repeat-x;
  border: none;
  width: 235px;
  height: 29px;
  margin-bottom: 10px;
  float: left;
}

#subscribe .fieldleft { 
  background: url('../img/field_left.png') no-repeat;
  border: none;
  width: 5px;
  height: 29px; 
  float: left;
}

#subscribe .fieldright { 
  background: url('../img/field_right.png') no-repeat;
  border: none;
  width: 5px;
  height: 29px; 
  float: left;
}

#subscribe .field,
#subscribe option,
#subscribe select {
  font-family: georgia;
  font-weight: bold;
  font-style: italic;
  color: #514328;
  font-size: 13px;
  padding: 0px 5px;
}

#subscribe .date,
#subscribe .time {
  float: left;
}

#subscribe .date .selectBox-dropdown {
  width: 130px;
}

#subscribe .time .selectBox-dropdown {
  width: 40px;
}

.selectBox-dropdown {  
	padding: 0px 40px 0px 15px;
	position: relative;
	border: solid 1px #b1a999;   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: georgia;
  font-weight: bold;
  font-style: italic;
  color: #514328;
  margin-right: 10px;
}

.selectBox-arrow {   
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background: url('../img/field_right_arrow.png') 50% center no-repeat;
  cursor: pointer;
} 

.ez-hide { 
  opacity: 0; 
  filter:alpha(opacity=0); 
}
 
.ez-checkbox {
	background: transparent url('../img/checkbox_off.png') 0 4px no-repeat;
	display:inline-block;
}

.ez-checked {
	background: transparent url('../img/checkbox_on.png') 0 4px no-repeat;
	display:inline-block;
	*display: inline;
}

.ez-selected {
  background-position: 0 -19px; 
}

.ez-checkbox, .ez-radio { 
  padding-left: 12px;
}

.selectBox-dropdown.selectBox-menuShowing {
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #b1a999;
	border-top:none;
	background: #FFF;
	overflow: auto;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.selectBox-options {
   margin-top:0px;
}

.selectBox-options, .selectBox-options li a
{
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
}

.selectBox-options li a:hover {
   cursor:pointer;
}

.selectBox-options li
{
	list-style: none;
	display: block;
	cursor: default;
	padding: 1px;
	margin: 0;
	border-top:solid 1px #b1a999;
}

.selectBox-options li:first-child {
}

.selectBox-options li:hover {
}

.selectBox-options li a {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
} 

/* alertbox */

#alert {
  background: url('../img/grey.png');
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

#alertbox {
  width: 400px;
  min-height: 80px;
  margin: 100px auto;
  text-align: center;
  padding: 15px;
  background: url('../img/bg_pattern.jpg') no-repeat;
	border: solid 1px #b1a999;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}

#closeButton { 
  margin-top: 20px;
  margin-left: 0px; 
  margin-bottom: 0px;
}