/* W Solutions (c) 2008 */
* {
	margin: 0;
	padding: 0;
}
body, html {
		width: 100%;
		height: 100%;
		background-image:url(/images/background.jpg);
		background-repeat: repeat-x;
		background-color: #000000;
		background-position: top center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		margin: 0;
		padding	: 0;
		color: #261b17;
		text-align: center;
}

a:link, a:visited, a:active {
		color: #fff1a8;
		text-decoration: none;
		background-color: #261b17;
		cursor: pointer;
}

a:hover {
		color: #261b17;
		background-color: #ffffff;
		text-decoration: none;
}

img {
		border: 0;
		margin: 0;
		padding: 0;
}

p {
		margin: 0;
		padding: 10px;
		padding-top: 2px;
}

#header {
		background-image: url('./images/header.png');
		background-position: center 8px;
		background-repeat: no-repeat;
		width: 845px;
		height: 262px;
		margin: 0 auto 0;
		padding-top: 16px;
		text-align: left;
}
#header a {
		background: none;
}
#header h1 a {
		margin-left: 50px;
		margin-bottom: 17px;
		width: 230px;
		height: 66px;
		text-indent: -50000px;
		display: block;
}
#headimages {
		margin-left: 58px;
		width: 726px;
		height: 174px;
}
#menu {
		width: 755px;
		height: 38px;
		background-color: #261b17;
		margin: 0 auto 0;
		text-align: center;
}
#menu ul {
		width: 727px;
		height: 28px;
		padding-top: 5px;
		list-style: none;
}
#menu ul li {
		width: 119px;
		height: 28px;
		margin-left: 2px;
		background-image: url('./images/menu_bg.png');
		float: left;
		font-weight: bold;
}
#menu ul li h2 a {
		display: block;
		font-size: 13px;
		height: 21px;
		width: 119px;
		padding-top: 7px;
}
#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
		color: #FFFFFF;
		background: none;
}
#menu ul li a:hover, #menu ul li a.active {
		color: #fff1a8;
		background: none;
}
#content {
		width: 751px;
		min-height: 300px;
		margin: 0 auto 0;
		background-color: #ffffff;
		border-left: 2px solid #261b17;
		border-right: 2px solid #261b17;
		border-bottom: 2px solid #261b17;
		padding-bottom: 10px;
		text-align: left;
}
#footer {
		width: 737px;
		padding: 7px;
		margin: 0 auto 0;
		margin-top: 10px;
		border: 2px solid #261b17;
		background-color: #2d201b;
		color: #FFFFFF;
		text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active {
		color: #fff1a8;
		text-decoration: none;
		cursor: pointer;
		background: none;
}

#footer a:hover {
		color: #ffffff;
		background: none;
		text-decoration: none;
		background: none;
}
#content h3 {
		margin-left: 20px;
		margin-top: 20px;
		font-size: 20px;
}
#content p {
		margin: 20px;
}
.center {
		text-align: center;
}
.uvodimg {
		margin-top: 30px;
}
.tablistok {
		margin-left: 40px;
		width: 690px;
}
.gram {
		width: 30px;
}
.jedlo {
		text-align: left;
		width: 480px;
}
.alkohol {
		text-align: left;
		width: 280px;
}
.cena {
		width: 100px;
		font-weight: bold;
		color: #ed7c0d;
		text-align: right;
}
.galeria {
		text-align: center;
}
.galeria a:link, .galeria a:hover, .galeria a:active, .galeria a:visited {
		background: none;
}
.galeria img {
		padding: 3px;
		border: 2px solid #261b17;
		margin: 5px;
}

.galeria img:hover {
		background-color: #261b17;
}
#jquery-lightbox a:link, #jquery-lightbox a:hover, #jquery-lightbox a:active, #jquery-lightbox a:visited {
		background: none;
}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
