html, body {






height:100%
}

body{
margin: 0;
text-align: center;
background: #FFF;
background-image: url("img/tlo.jpg");
background-repeat: repeat-x;
}

a{
text-decoration: none;
color: darkorange;
}

div#kontener{
position: relative;
height:100%;
width:100%;
display:table;
}
div#divFlash{
position: relative;
display:table-cell;
vertical-align:middle;
margin-top:expression((x=document.documentElement.clientHeight-this.scrollHeight)>0?x/2+'px':0);
width: 780px;
height: 680px;
margin: 0 auto;
padding: 0;
}

div#divJPG{
position: relative;
display:table-cell;
vertical-align:middle;
margin-top:expression((x=document.documentElement.clientHeight-this.scrollHeight)>0?x/2+'px':0);
width: 780px;
height: 680px;
margin: auto auto;
padding: 0;
}

div#divJPG div#tloRez{
position: relative;
width: 780px;
height: 680px;
margin: auto;
padding: 0;
text-align: left;
background-image: url("img/rezerwacja.jpg");
background-repeat: no-repeat;
}

div#divJPG table{
margin: auto;
width: 780px;
padding: 0;
border: none;
border-collapse: collapse;
}
div#divJPG table td{
margin: 0;
padding: 0;
border: none;
border-collapse: collapse;
}
div#divJPG table td.gleft{
width: 250px;
min-width: 250px;
max-width: 250px;
}
div#divJPG table td.gsr{
width: 261px;
min-width: 261px;
max-width: 261px;
background-image: url("img/galeria_srodek.jpg");
background-repeat: no-repeat;
}
div#divJPG table td.gright{
width: 269px;
min-width: 269px;
max-width: 269px;
}
.napis_galeria{
margin-top: 190px;
}
div.kontener_galeria{
overflow: scroll;
height: 400px;
}

#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		/* float:left;	 Floating */
			margin-top: 220px;
		/* CSS HACK */
		height: 414px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/398px;	/* Other browsers */
		height: /**/398px;
		
		/* CSS HACK */
		width: 258px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/258px;	/* Other browsers */
		width: /**/258px;
				
		border: none;	/* Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
		margin-top: 0px;
	}
	#galleryContainer #arrow_up{
		height:65px;	/* Arrow up image */
		margin-bottom: 0;
		margin-top: 3px;
	}
	
	#theImages{	/* DIV where the images are located */

		position:relative;
		overflow:hidden;
		height:285px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=80);	/* Transparency - IE */
		opacity:0.8; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}

	/* wyswietlanie zdjec */
	#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 97%;
	left: 0;
	height: 55px;
	width: 100%;
	padding-top: 20px;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width:50px;
	height: 55px;
	max-height: 55px;
	min-height: 55px;
	}
#prevLink { left: 0; 
float: left; 
background: url(img/prev.gif) left 0 no-repeat;
margin-left: 150px;
}
#nextLink { right: 0; 
float: right; 
background: url(img/next.gif) right 0 no-repeat; 
margin-right: 150px;
}
#prevLink:hover, #prevLink:visited:hover { 
background: url(img/prev.gif) right 0 no-repeat; 

}

#nextLink:hover, #nextLink:visited:hover { 
background: url(img/next.gif) left 0 no-repeat; 

}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding: 45px 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; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	/*background-color: #fff;*/
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


div#divJPG table td.mleft{
width: 240px;
min-width: 240px;
max-width: 240px;
background-image: url("img/menu_lewy.jpg");
background-repeat: no-repeat;
padding: 0;
text-align: left;
vertical-align: top;
}
div#divJPG table td.msr{
width: 280px;
min-width: 280px;
max-width: 280px;
height: 680px;
min-height: 680px;
max-height: 680px;
background-image: url("img/menu_srodek.jpg");
background-repeat: no-repeat;
}
div#divJPG table td.mright{
width: 260px;
min-width: 260px;
max-width: 260px;
background-image: url("img/menu_prawy.jpg");
background-repeat: no-repeat;
padding: 0;
text-align: left;
vertical-align: top;
}
div.menu_rootKarata{
position: relative;
margin-top: 210px;
}




div#kartaMenu{
position: relative;
margin: 0;
width: 450px;
max-width: 450px;
min-width: 450px;
height: 580px;
max-height: 580px;
min-height: 580px;
background: #fff;
background-image: url("img/menu_spec_kuz.jpg");
background-repeat: no-repeat;
background-position: center center;

}

div#kartaMenu2{
position: relative;
margin: 0;
width: 450px;
max-width: 450px;
min-width: 450px;
height: 580px;
max-height: 580px;
min-height: 580px;
background: #fff;
background-image: url("img/menu_dania_gorace.jpg");
background-repeat: no-repeat;
background-position: center center;
}

div#samoMenu{
margin: auto;
margin-left: 120px;
width: 550px;
font-size: 110%;
}

div#samoMenu p{
width: 100%;
text-align: center;
margin-top: 15px;
margin-bottom: 30px;
font-weight: bold;
font-size: 30px;
}





div#kartaMenu3{
position: relative;
margin: 0;
width: 450px;
max-width: 450px;
min-width: 450px;
height: 580px;
max-height: 580px;
min-height: 580px;
background: #fff;
background-image: url("img/menu_surowka.jpg");
background-repeat: no-repeat;
background-position: center center;
}

div#kartaMenu4{
position: relative;
margin: 0;
width: 450px;
max-width: 450px;
min-width: 450px;
height: 580px;
max-height: 580px;
min-height: 580px;
background: #fff;
background-image: url("img/menu_inne.jpg");
background-repeat: no-repeat;
background-position: center center;
}

div#kartaMenu5{
position: relative;
margin: 0;
width: 450px;
max-width: 450px;
min-width: 450px;
height: 580px;
max-height: 580px;
min-height: 580px;
background: #fff;
background-image: url("img/menu_zsniadaniowe.jpg");
background-repeat: no-repeat;
background-position: center center;
}

div#kartaMenu6{
position: relative;
margin: 0;
width: 450px;
max-width: 450px;
min-width: 450px;
height: 580px;
max-height: 580px;
min-height: 580px;
background: #fff;
background-image: url("img/menu_dotsos.jpg");
background-repeat: no-repeat;
background-position: center center;
}

div#kartaMenu7{
position: relative;
margin: 0;
width: 450px;
max-width: 450px;
min-width: 450px;
height: 580px;
max-height: 580px;
min-height: 580px;
background: #fff;
background-image: url("img/menu_desery.jpg");
background-repeat: no-repeat;
background-position: center center;
}

div#kartaMenu8{
position: relative;
margin: 0;
width: 450px;
max-width: 450px;
min-width: 450px;
height: 580px;
max-height: 580px;
min-height: 580px;
background: #fff;
background-image: url("img/menu_nzimne.jpg");
background-repeat: no-repeat;
background-position: center center;
}

div#kartaMenu9{
position: relative;
margin: 0;
width: 450px;
max-width: 450px;
min-width: 450px;
height: 580px;
max-height: 580px;
min-height: 580px;
background: #fff;
background-image: url("img/menu_ngorace.jpg");
background-repeat: no-repeat;
background-position: center center;
}

div#kartaMenu10{
position: relative;
margin: 0;
width: 450px;
max-width: 450px;
min-width: 450px;
height: 580px;
max-height: 580px;
min-height: 580px;
background: #fff;
background-image: url("img/menu_wodki.jpg");
background-repeat: no-repeat;
background-position: center center;
}

div#kartaMenu11{
position: relative;
margin: 0;
width: 450px;
max-width: 450px;
min-width: 450px;
height: 580px;
max-height: 580px;
min-height: 580px;
background: #fff;
background-image: url("img/menu_wina.jpg");
background-repeat: no-repeat;
background-position: center center;
}

div#kartaMenu12{
position: relative;
margin: 0;
width: 450px;
max-width: 450px;
min-width: 450px;
height: 580px;
max-height: 580px;
min-height: 580px;
background: #fff;
background-image: url("img/menu_grzance.jpg");
background-repeat: no-repeat;
background-position: center center;
}

#karta_Menu{
position: relative;
width: 758px;
max-width: 758px;
min-width: 758px;
height: 1072px;
max-height: 1072px;
min-height: 1072px;
margin: 2px auto;
text-align: left;
border-top: solid 1px #9fc7fb;
}
.CloseMenu{
position: relative;
display: block;
width: 130px;
max-width: 130px;
min-width: 130px;
height: 40px;
max-height: 40px;
min-height: 40px;
margin-top: 0px;
margin-right: 0px;
margin-left: auto;
}


div.forRezerwacje{
position: absolute;
float: left;
width: 300px;
background: none;
padding: 5px;
font-size: 90%;
text-align: left;
color: #000;
margin: 0;
margin-top: 140px;
margin-left: 150px;
}

p.pokaRez{
margin: 6px auto; 
width: 230px;
font-size: 70%;
padding: 8px;
}

.strGlownaRez{
position: absolute; 
float: left;
display: block; 
width: 100px; 
height: 50px; 
margin-top: 120px; 
margin-left: 660px;
}

.mailRezerwacje{
position: absolute; 
float: left;
display: block; 
width: 260px; 
height: 20px; 
margin-top: 555px; 
margin-left: 440px;
}