*
{
	margin: 0;
	padding: 0;
}

html
{
	background-color: black;
	height: 100%;
}

body
{
	width: 750px;
	font-family: Georgia, Palatino, Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	color: white;
	background: url(pics/exit_pozadi2.jpg) no-repeat top left;
	min-height: 100%;
	_height: 100%;
/*	behavior:url("/csshover.htc");*/
	padding: 5px 0 3em 0; 
	margin: 0 auto;
}

#menu
{
	text-align: right;
	margin-top: 250px;
}

#menu ul
{
	display: none;
}

#text
{
	margin-top: 1.5em;
	padding-left: 35px;
}

#text p
{
	margin-bottom: 1em;
}

#text ul
{
	margin-left: 2em;
}

table.napoje
{
	width: 44%;
}

table.napoje td
{
	vertical-align: top;
}

td.cena
{
	white-space: nowrap;
	text-align: right;
	padding-left: 0.2em;
}

td.mira
{
	white-space: nowrap;
	padding-right: 0.9em;
}

.fvpravo
{
	float: right;
}

.fvlevo
{
	float: left;
}

#text h1, #text h2, #text h3, #text h4
{
	font-weight: normal;
	color: red;
	margin-bottom: 1em;
}

#text h4
{
	margin: 0;
	font-weight: bold;
}

#text address
{
	font-style: normal;
	margin-bottom: 1em;
}

#text address strong
{
	font-size: 125%;
}

hr
{
	visibility: hidden;
	clear: both;
}

.foto
{
	width: 196px;
	height: 156px;
	background: black url(pics/obr_pozadi.gif) no-repeat top left;
	text-align: center;
	padding-top: 13px;
	float: left;
	margin-right: 30px;
}

.foto img
{
	border: 2px solid black;
	cursor: pointer;
}

.foto img:hover
{
	border: 2px solid red;
}

#foto
{
	display: none;
	position: absolute;
	border: 2px solid #442A10;
	padding: 8px 10px 10px 10px;
	text-align: center;
	color: #442A10;
	cursor: pointer;
	background: white url(pics/zavrit.gif) no-repeat right top;
	font-size: 120%;
	z-index:	901;
}

.webkamera
{
	border: 1px solid white;
	width: 640px;
	height: 480px;
	display: block;
}

#foto img
{
	display: block;
	margin-top: 10px;
	border: 1px solid #A9A9A9;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	display: none;
}
