* { margin: 0; padding: 0; }

html, body  
	{
	 background: url('images/background.png') repeat-x top;
	 background-color: #422e30;
	 text-align: center; 
	 font-size: 12px; 
	 font-family: verdana, tahoma, arial, helvetica, sans-serif;
	}
body *
	{	margin: 0px auto;  
	  font-size: 12px; 
	  text-align: left;
	}
img 
  {border: 0px;
	}

#contaier
{
	width: 892px;
}
#header
{
	width: 892px;
	height: 130px;
	background: transparent url('images/header.jpg') no-repeat;
}
#menu
{
	width: 892px;
	height: 57px;
	background: #372728;
}
#bottom_header
{
	width: 892px;
	height: 293px;
	background: transparent url('images/bottom_header.jpg') no-repeat;
	text-align: center;
}
#content
{
	width: 892px;
	height: 550px;
	background: transparent url('images/content.png') no-repeat;
}
#footer
{
	width: 892px;
	height: 40px;
	background: #422e30;
}
#menu ul
{
	list-style-type: none;
	display: block;
	text-align: center;
}
#menu ul li
{
	display: inline;
	white-space: nowrap;
}
#menu ul li a
{
	text-decoration: none;
	color: #fae6c5;
	font-size: 20px;
	padding: 0px 44px;
	line-height: 50px;
	font-weight:bold;
}
#menu ul li a:hover
{
	color: #ff9600;
}
h1
{
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
	color: #f37f39;

}
#text
{
	padding: 25px;
	width: 580px;
	margin-left: 10px;
}

#text ul
{
	margin-left: 20px;
}
#big:first-letter 
{
	font-size: 30px;
	color: #f37f39;
	font-family: 'Times New Roman'
}
.orange
{
	color: #f37f39;
}
#gallery
{
	margin: 30px;
	margin-top: 20px;
	height: 375px;
	background: transparent url('images/galeria_background.jpg') no-repeat;
}
#gallery table
{
	margin: 15px;
	margin-top: 30px;
	height: 320px;
	width: 800px;
}

.td_box
{
	background: transparent url('images/ramka.png') no-repeat;
}
.contact
{
	font-size: 20px;
	margin-left: 300px;
}
#rezerw
{
	margin-top: 80px;
}

#div_contact
{
	padding: 50px;
	padding-top: 100px;
}

#div_local
{
	text-align: center;
	padding-top: 25px;
}

.a_gallery
{
	width: 92px;
	display: block;
	overflow: hidden;
}
		
.a_gallery img
{
	display: block;
}

.a_gallery :hover
{
	margin-left: -92px;
}

#price
{
  width: 140px;
	position: relative;
	left: 320px;
	top: -300px;
	padding: 10px;
	text-align: center;
}

#time
{
	width: 600px;
	margin-top: 100px;
}
#time table tr td
{
	width: 150px;
	vertical-align: top;
}
.month
{
	font-weight: bold;
	font-size: 20px;
	color: #f37f39;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
