@charset "UTF-8";
/***************************************************************************
 *                   	 Tercia by vargapeter.com
 ***************************************************************************/
html, body, form, fieldset,img, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	border:0;
   
}
br {clear:both;}
img {border:0;} 

body{
	background: url('../images/layout/background.png') top left;
}
 
p{
	line-height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#563a27;
	padding-top:10px;
	
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight:normal;
	color: #990000;
	padding-bottom:10px;
}


h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	line-height: 14px;
	color:#563a27;
	padding: 10px 0px 5px 0px;

}

a{
	color: #990000;
	line-height: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    outline: 0;
}

.datum{
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size:10px;
}

.akt_text{

    margin-left: 70px;
}


#header{
	height: 115px;
	background: url('../images/layout/header.png') repeat-x top left;
}

#headerbig{
	height: 175px;
	background: none;

}


#headertop {
	height: 50px;
	overflow:hidden; 
}
#headertopbig {
	height: 110px;
	overflow:hidden; 
}
#headerlogo{
	width:650px;
	height: 50px;
	float:left;
	background-repeat: no-repeat;
	background-position: top left; 
	margin-left:60px;
}

#headerlogobig {
	width:900px;
	height: 110px;
	float:left;
	background-repeat: no-repeat;
	background-position: top left; 
}

#headerlogodeak_hu {
    margin-top:42px;
    margin-left:-38px;
	width:92px;
	height: 68px;
	float:left;
	background-repeat: no-repeat;
}

#headerlogodeak_de {
    margin-top:42px;
    margin-left:25px;
	width:92px;
	height: 68px;
	float:left;
	background-repeat: no-repeat;
}

#headerlogodeak_en {
    margin-top:42px;
    margin-left:23px;
	width:92px;
	height: 68px;
	float:left;
	background-repeat: no-repeat;
}

#headerlogodeak_hu a,
#headerlogodeak_de a,
#headerlogodeak_en a,
#headerlogo a,
#headerlogobig a{
	width:100%;
	height:100%;
	display:block;
}

#headerlanguage {
	width:90px;
	height: 30px;
	float:right;
	margin: 20px 0px 0px 0px;
	text-align:right;
}

#headerlanguage a{
	width:30px;
	height:30px;
	float:left;
	display:block;
	background: url('../images/layout/flag_hu.png') no-repeat top left;
}

#headerlanguage a:hover{
	background-position: bottom left;
}


#maincontainer {
	margin-left: auto;
	margin-right: auto;
	width:760px;
	padding:0px 20px 0px 20px;

}  

* html #maincontainer{height:1px;}

#footer{
	height: 120px;
	text-align:center;
}

#footercontent{
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	width:760px;
	padding:80px 20px 0px 20px;
	background: url('../images/layout/footerbg.png') left top no-repeat;
	text-align:center;
}

#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
}


/*******************************************************************/
/*                     F O R M                                     */
/*******************************************************************/
.formcontainer{
	width: 360px;
}
.formcontainer  p{
	padding-bottom:0px;
	padding-top:10px;
}

.formitem{
	padding:5px;
}


.formerror p{
	padding-left:120px;
	color:#FF0000;
}

#formloading{
	margin-left:auto;
	margin-right:auto;
	width:100px;
	height:30px;
	background: url("../images/layout/ajaxloader.gif") no-repeat center center;
	display:none;
}

.formlabel{
	width:60px;
	display:block;
	float:left;
	text-align:right; 
	padding-right:10px;
	padding-top:5px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990000;
}


#passhide{
	float:left;
}

input,
textarea {
	font-family:Arial;
	font-size:11px;
	color:#38547f;
}

.textinput{
	background: url('../images/form/input.png') no-repeat left top;
	width: 280px;
	height: 15px;
	padding:5px 10px 5px 10px;
	border:0px;
	
}

.textarea{
	background: url('../images/form/area.png') no-repeat left top;
	width: 280px; 
	height: 130px;
	padding:10px;
	border:0px;
}

.submitform{
	background: url('../images/form/button.png') no-repeat left top;
	border: 0px;
	width: 100px; 
	height: 25px;
	cursor:pointer;
	
}



.submitform:hover {
	background-position: left bottom;
}

select{
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #990000;

}


/*******************************************************************/
/*                     MAIN MENU                                    */
/*******************************************************************/

#mainmenu{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#mainmenu li{
	list-style-type:none;
	float:left;
	width: 110px;
	height:25px;
	padding:0px 2px 0px 2px;
}

#mainmenu a{
	display:block;
	width: 100px;
	height:15px;
	color: #ffffff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:10px 5px 0px 5px;
	background-image: url('../images/layout/mainmenu.png');
	background-repeat:no-repeat;
	background-position:top left;
}

#mainmenu a:hover,
#mainmenu .aactive{
	text-decoration: none;
	color: #990000;
	background-position:bottom left;
}
/*******************************************************************/
/*                   K A T E G O R I A  C S S                      */
/*******************************************************************/

#catleft{
	width:230px;
	float: left;
	background: url('../images/layout/2px.png') repeat-y top right;
	padding:10px;
}
#catright{
	width:230px;
	float: left;
	padding:10px;
}

#catcenter{
	width:230px;
	float: left;
	padding:10px;
	background: url('../images/layout/2px.png') repeat-y top right;
}

#catheader{
	width:810px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	background: url('../images/layout/cat_header.png') no-repeat top left;
} 

#catselect{
	width:185px;
	height:10px;
	padding:27px 0px 3px 0px;
	float:right;
} 

#catlogo{
	width:220px;
	height:40px;
	margin:6px 0px 0px 10px;
	float:left;
}

#catcsekk{
	width:810px;
	height:36px;
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: url('../images/layout/cat_main.png') repeat-y top left;
}

#catfoot{
	width:810px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-bottom:10px;
	background: url('../images/layout/cat_foot.png') no-repeat top left;
}
 
#catfoot p{
	padding:15px 0px 0px 0px;
}

#catmain{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 30px 0px 30px;
	background: url('../images/layout/cat_main.png') repeat-y top left;
}

#catmain ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#563a27;
	list-style-image:url(../images/layout/arrow.png);	
	padding:10px 0px 10px 20px;

}
#catmain li{
	line-height:16px;
	padding:0px 0px 3px 0px; 
}


#catmenu{
	width:810px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	padding:146px 0px 34px 0px;
	background-repeat: no-repeat;
	background-position: top left;
}

#catmenu li{
	list-style-type:none;
	float:left;
	width: 120px;
	height:30px;
	text-align:center;
	padding:0px 2px 0px 2px;
}

#catmenu a{
	display:block;
	width: 110px;
	height:20px;
	color: #e6e6e6;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:10px 5px 0px 5px;
}

#catmenu a:hover,
#catmenu .aactive{
	text-decoration: none;
	color: #ffffff;
}
/*******************************************************************/
/*                    É T T E R E M T H U M B                      */
/*******************************************************************/
#etteremcardcontainer{
	width:720px;
	margin-top:9px; 
	margin-left:auto;
	margin-right:auto;
}

.etteremcard{
	width:150px;
	height:470px;
	float:left; 
	margin:5px 10px 0px 10px;
	background-position: left top;
	background-repeat: no-repeat;

}
.etteremcardhead{
	height:110px;
	padding: 5px 5px 0px 10px;

}

.etteremcardhead a{
	display:block;
	width:100%;
	height:100%;
}
.etteremcardbody{
	height:230px;
	padding: 5px 13px 0px 13px;

}
.etteremcardbody img{
	width:120px;
}

.etteremcardbody ul{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
color:#563a27;
padding:10px 5px 0px 12px ;
}

.etteremcardfoot{
	height:60px;
	text-align:center;
}

.etteremcardbody p{
	padding:0px;
	font-size:10px;
	line-height:14px;
	color:#563a27;
}
.etteremcardfoot p{
	color:#990000;
	font-size:10px;
	line-height:12px;
}

.etteremcardbody h1{
	color:#563a27;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	
}

/*******************************************************************/
/*                    ALBUMOK                  */
/*******************************************************************/


.albumimage{
	width:140px;
	height:140px;
	float:left;
	margin:10px 10px 10px 20px;
	background:#f5f5f5;
	border: 1px solid #cccccc;
}
.albumimage a{
	width:140px;
	height:140px;
	display:block;
}

.albumimage img{
	border: 5px solid #ffffff;
}
/*******************************************************************/
/*                    NYITVATARTÁS                      */
/*******************************************************************/
  .letoltesimg{
  	float:left;
	padding: 0px 10px 5px 15px;
  }
  
  #opentable{
 	padding: 0px 20px 0px 20px;
 }
 
 #opentable .openday,
 #opentable .openhour{
 	display:block;
	float:left;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#563a27;	
 }
 
  #opentable .openday{
  	width:120px;
  }
  
   #aboutheader,
   #aboutfooter{
  	width:490px;
	margin-left: auto;
	margin-right: auto;
	height:100px;
	background-position: left top;
	background-repeat: no-repeat;
  }
  #aboutbody{
  	width:410px;
	margin-left: auto;
	margin-right: auto;
	background:url('../images/layout/aboutbody.png') left top repeat-y;
	padding: 20px 40px 0px 40px;
  }
  #aboutfooter{
  	background:url('../images/layout/aboutfooter.jpg') left top no-repeat;
	height:560px; 
  } 

  #aboutaptop{
	width:100px;
	height:100px;
	float:left; 
	background:url('../images/layout/aboutaptop.png') left top no-repeat;

  }
   #aboutapbottom{
  	width:100px;
	height:100px;
	float:right; 
	background:url('../images/layout/aboutapbottom.png') left top no-repeat;

  }

   #contactheader,
   #contactfooter{
  	width:690px;
	margin-left: auto;
	margin-right: auto;
	height:25px;
	background:url('../images/layout/contactheader.png') left top no-repeat;
  }
  #contactbody{
  	width:660px;
	height:460px;
	margin-left: auto;
	margin-right: auto;
	background:url('../images/layout/contactbody.png') left top repeat-y;
	padding: 0px 15px 0px 15px;

  }
  #contactfooter{
  	background:url('../images/layout/contactfooter.png') left top no-repeat;
  }
  
  #contactleft{
  	width:450px;
	float:left;
  }
  #contactright{
  	width:210px;
	float:left; 

  }



 #allasheader,
   #allasfooter{
  	width:400px;
	padding: 0px 15px;
	margin-left: auto;
	margin-right: auto;
	height:25px;
	background:url('../images/layout/allasheader.png') left top no-repeat;
  }
  #allasbody{
  	width:370px;
	
	padding: 15px 30px;
	margin-left: auto;
	margin-right: auto;
	background:url('../images/layout/allasbody.png') left top repeat-y;

  }
  #allasfooter{

  	background:url('../images/layout/allasfooter.png') left top no-repeat;
  }
  
  #allasleft{
  	width:450px;
	float:left;
  }
  #allasright{
  	width:210px;
	float:left; 

  }




 
  .panzioprice{
  	width:115px;
	padding:10px 0px 5px 5px;
	height:65px;
	margin-top:15px;
	vertical-align:middle;
 	background:url('../images/layout/pricebg.png') left top no-repeat;
  }
  
  #selectaddress{
  	width:160px;
	height:20px;
	padding:15px 20px 15px 20px;
	margin-bottom:50px;
	background:url('../images/layout/selectaddress.png') left top no-repeat;
  }
  
  .aktualisimg{
  	padding: 40px 0px 0px 70px;
  }
  
  .imgcegbemutato{
  	display:block;
	width:200px;
	height:200px;
	margin:10px;	
	float:right;
  }
  
  #newdatediv{
  	display:none;
  }
  
  #admintop{
  	background: url(../images/layout/admin_top.png) no-repeat top left;
	width:960px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
  }
  
  #adminbody{
  	background: url(../images/layout/admin_body.png) repeat-y top left;
	width:960px;
	margin-left:auto;
	margin-right:auto;
  }
  
  #adminbottom{
  	background: url(../images/layout/admin_bottom.png);
	width:960px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
  }
  
  #adminform{
  	width: 420px;
	padding-left:40px;
	float:left;
  }
  
    #adminform .formlabel{
	width:90px;
	padding-left:0px;
	}
	
	#adminprew{
		width:420px;
		padding-left:60px;
		float:left;
	}

  .daycontainer a{
  	font-size:24px;
	text-decoration:none;
	display:block;
	margin:3px;
	padding: 5px;
  }

  
  .daycontainer,
  .daycontainerreserved{
  	float:left;
	width:40px;
	height:30px;
	margin:3px;
	background:#eeeeee;
	text-align:center;
  }
  
  .daycontainerreserved{
		background:#990000;
}
.daycontainerreserved a{
  	font-size:24px;
	text-decoration:none;
	display:block;
	margin:3px;
	padding: 5px;
	color:#FFFFFF;
  }
.daycontainerspace{
	float:left;
	height:30px;
	width:40px;
	margin:3px;
	background:#ffffff;
}

#eform{
	display:none;
}

#adminloading{
	width:30px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
	background: url("../images/layout/ajaxloader.gif") no-repeat center center;
}
