body {
	font-family: "Helvetica CE", Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 10pt;
	background: rgb(80,34,34);
	text-align: center;
	color: black;
}

div.kontejner {
	width: 760px;
	margin: 0 auto;
	background: url('../_objekty/bck_kontejner-kavarna.gif') repeat-y;
	border: 1px dotted white;
	border-top: 0;
	border-bottom: 0;
	text-align: left;
}

div.zahlavi {
	background: white url('../_objekty/bck_zahlavi-kavarna.gif') no-repeat;
	height: 225px;
}

#logo {
	position: absolute;
	top: 0;
	margin: 0;
	border: 0;
}

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

a:hover {
	color: darkolivegreen;
	text-decoration: underline;
}

div.hlavni {
	width: 480px;
	margin: 0 0 0 240px;
	text-align: left;
	padding: 10px 0 20px;
	min-height: 380px;
}

div.menu {
	position: absolute;
	top: 225px;
	background: url('../_objekty/bck_uvod-menu-kavarna.gif');
	margin: 0 0 0 25px;
	padding: 0;
}

div.menu ul {
	margin: 0;
	padding: 10px 0 10px 20px;
	list-style-type: square;
	font-weight: bold;
	width: 180px;
}

div.menu ul li {
	color: dimgray;
	margin: 5px;
	padding: 0;
}

div.menu ul li a {
	color: black;
	text-decoration: none;
}

div.menu ul li a.anglicky {
	color: darkolivegreen;
}

div.menu ul li a:hover {
	color: rgb(128,76,64);
}

div.menu img {
	border: 0;
}

p.zapati {
	margin: 0;
	background: rgb(108,50,46);
	text-align: right;
	color: rgb(218,204,203);
	padding: 5px 25px;
	width: 709px;
	border-top: 1px dotted white;
}

p.zapati a {
	color: rgb(218,204,203);
}

p.zapati a:hover {
	color: rgb(229,224,21);
	text-decoration: none;
}

dl dt {
	font-weight: bold;
	color: darkolivegreen;
	background: url('../_objekty/bck_dt-kavarna.gif') no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
}

dl dt span {
	font-weight: normal;
}

dl dd {
	margin: 0;
	padding: 0 0 0 20px;
}

dl dd span {
	font-style: italic;
	padding-left: 10px;
}

h2 {
	background: rgb(248,247,196);
	padding: 10px;
	font-size: 10pt;
	margin: 20px 0 10px;
	border-left: 12px solid rgb(178,101,39);
}

h2.anglicky {
	background: rgb(234,216,201);
}

h2 span {
	font-weight: normal;
}

h1 {
	font-family: serif;
	position: absolute;
	top: 199px;
	margin: 0 0 0 246px;
	color: rgb(218,204,203);
	font-size: 14pt;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-weight: normal;
}

#zahlavi-pix {
	background: rgb(80,34,34);
	position: absolute;
	margin: 0 0 0 226px;
	top: 0;
}

#teckovana-nad-hlavni {
	width: 759px;
	border: 1px dotted white;
	margin: 0;
	height: 0;
	background: none;
	color: none;
	position: absolute;
	top: 224px;
	font-size: 1px;
}

table.sushi {
	margin: 5px 0 15px;
}

table.sushi td {
	vertical-align: top;
	padding: 2px 0 2px 10px;
}

table.sushi td.cena {
	text-align: right;
	width: 38px;
}

div.hlavni ul {
	color: darkolivegreen;
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: square;
	font-weight: bold;
}

div.hlavni ul li {
	margin: 5px 0;
	padding: 0;
}

div.hlavni ul li.vyrazny {
	color: rgb(170,100,40);
}

div.hlavni ul li span {
	font-weight: normal;
	color: darkolivegreen;
}

table.rezervace {
	margin: 15px 0;
	background: rgb(248,247,196);
	font-weight: bold;
}

table.rezervace td {
	padding: 5px 10px;
}

table.rezervace input,
table.rezervace textarea {
	background: white;
	border: 1px solid darkolivegreen;
	width: 180px;
}

table.rezervace input.odeslat {
	background: darkolivegreen;
	color: white;
}

table.rezervace td span {
	color: rgb(113,132,53);
}

p {
	margin: 10px 0;
}

p span {
	color: rgb(113,132,53);
}

div.hlavni ul.uvodni,
div.hlavni ul.uvodni a,
div.hlavni ul li span {
	color: rgb(170,100,40);
}

p.nahoru {
	clear: both;
	font-weight: bold;
	text-align: right;
	margin: 20px 0 0;
}

p.nahoru a {
	color: rgb(170,181,151);
	text-decoration: underline;
}

p.nahoru a:hover {
	color: darkolivegreen;
}

p.menu-sushi {
	color: rgb(108,50,46);
	clear: left;
	margin: 0;
}

p.menu-sushi img {
	float: left;
	border: 0;
	margin: 0 10px 10px 0;
}

p.menu-sushi a {
	color: rgb(170,100,40);
	color: rgb(108,50,46);
	font-weight: bold;
}

p.fotky {
	clear: both;
	margin: 0;
}

p.fotky img {
	border: 0;
	filter: alpha(opacity=50);
	-moz-opacity:.50;
}

p.fotky img.on {
	filter: alpha(opacity=100);
	-moz-opacity:1;
}