@charset "utf-8";


body{
	background-image:url(../images/body_bg.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#482c2c;
	font-size:15px;
	line-height:22px;
	letter-spacing:1px;
}


img{
	border:none;
}


img.thumbnail_image{
	cursor:pointer;
}


div#container{
	position:absolute;
	top:50%;
	left:50%;

	
	width:983px;
	height:628px;
	margin-left:-491px;
	margin-top:-314px;
}


div#content{
	background-image:url(../images/main_bg.png);
	background-repeat:no-repeat;
	width:983px;
	height:628px;
	z-index:10;
}


div#language{
	color:#a57875;
	position:absolute;
	top:115px;
	left:615px;
	width:320px;
	height:20px;
	z-index:100;
	text-align:right;
}

div#language a{
	color:#a57875;
	/*font-family:"Times New Roman", Times, serif;*/
	letter-spacing:0px;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
	

div#header{
	background-image:url(../images/head.png);
	background-repeat:no-repeat;
	width:901px;
	height:108px;
	position:absolute;
	top:40px;
	left:37px;
}


div#chef{
	background-image:url(../images/szakacs.png);
	background-repeat:no-repeat;
	width:126px;
	height:110px;
	position:absolute;
	top:28px;
	left:50px;
}

div#inner_content{
	position:absolute;
	top:150px;
	left:234px;
	width:702px;
	height:395px;
	overflow:auto;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#482c2c;
	font-size:15px;
	line-height:21px;
	letter-spacing:1px;
	margin-top:6px;
	/*border:1px solid red;*/
}


div#gallery_container{
	/*border:1px solid #f2ede8;*/
	position:absolute;
	top:145px;
	left:234px;

	width:566px;
	height:395px;
	overflow:auto;

	margin-top:25px;
}


div#gallery_container a{
	color:#79322e;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:2px;
}


div#gallery_container a:hover{
	text-decoration:underline;
}


div#panorama_title, div#image_title{
	/*border:1px solid red;*/
	/*font-weight:bold;*/
	margin-bottom:9px;
	color:#482c2c;
	height:20px;
	overflow:hidden;
}


div#map{
	margin-top:9px;
	width:566px;
	height:400px;
}


div#thumbnails{
	/*border:1px solid green;*/
	position:absolute;
	top:140px;
	left:823px;
	width:120px;
	height:450px;
	padding:0;
}
	

div#footer{
	background-image:url(../images/foot.png);
	background-repeat:no-repeat;
	width:868px;
	height:51px;
	position:absolute;
	top:560px;
	left:54px;	
}


/* ---------- menu ---------- */


div#menu{
	width:216px;
	height:398px;
	position:absolute;
	top:163px;
	left:10px;	
	/*border:1px solid red;*/
}


div#menu ul{
	list-style-type:none;
	border:none;
	padding:0;
	margin:0;
}


div#menu ul li{
	margin:0;
	padding:0;
	border:none;
	line-height:0px;
}


/* ---------- menu end ---------- */


/* ---------- rotator ---------- */


#thumbnails .controls {
	text-align:center;
}


div#thumbnails .controls #rotatorup img{
	margin-bottom:5px;
	cursor:pointer;
}


div#thumbnails .controls #rotatordown img{
	margin-top:5px;
	cursor:pointer;
}


div#thumbnails #scrollarea {
	height:406px;
	float:left;
	overflow:hidden;
	width:120px;
}


div#thumbnails .thumbnail_holder {
	height:72px;
	overflow:hidden;
	width:120px;
	margin:0 10px 10px 0;
	text-align:center;
}


div#thumbnails .thumbnail_holder img{
	margin-left:7px;
	border:1px solid #f2ede8;

}


/* ---------- rotator end ---------- */

/* ---------- kontakt form ---------- */


form#contact_form{
	margin-top:20px;
}


form#contact_form label{
	display:block;
	width:100px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0px;
	color:#a57875;
	float:left;
	padding-bottom:3px;
}


form#contact_form input, form#contact_form textarea{
	clear:right;
	margin:0 0 7px 3px;
	width:175px;
	height:19px;
	font-size:13px;
	border:1px solid #ece9d8;
}


form#contact_form textarea{
	width:350px;
	height:150px;
}


form#contact_form input#send_message{
	font-weight:bold;
	color:#a57875;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:auto;
}


/* ---------- kontakt form ---------- */



/* ---------- kontakt form end ---------- */


