body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fdf3d8;
  margin: 0px;
  font-size: 12px;
  color: #006633;
}

.mainarea {
  position: relative;
  width: 895px;
  height: 710px;
}

img {
  border: 0px;
}

img.galerie {
  margin: 1px -1px 1px -1px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #EA9B00;
}

p {
  margin: 0px 0px 10px 1px;
  clear: left;
  text-align: justify;
}

.left {
  float: left;
  width: 113px;
  height: 100%;
  background-image: url('../images/layout/left.gif');
  background-repeat: no-repeat;
}

.right {
  float: right;
  width: 119px;
  height: 100%;
  background-image: url('../images/layout/right.gif');
  background-repeat: no-repeat;
}

.menuarea {
  float: left;
  width: 40px;
  height: 100%;
}

.content_dec {
  position: absolute;
  width: 43px;
  height: 435px;
  top: 275px;
  left: 239px;
  background: #F8E1AE;
  background-image: url('../images/layout/content_dec.gif');
  background-repeat: no-repeat;
  background-position: left -89px;
}

a {
  color: #006633;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.menu {
  float: left;
  margin: 0px;
}

.banner {
  float: right;
  background: #ea9b00;
  width: 537px;
  height: 185px;
  margin-top: 1px;
  background-image: url('../images/layout/content.jpg');
  background-repeat: repeat-y;
  background-position: right; 
}

.logo {
  width: 537px;
  height: 89px;
  background: #fdf3d8;
  background-image: url('../images/layout/logo.jpg');
  background-repeat: no-repeat;
  float: right;
}

.content {
  float: right;
  text-align: left;
  width: 454px;
  height: 435px;
  padding: 0px 30px 0px 10px;
  background: #F8E1AE;
  overflow: auto;
  background-image: url('../images/layout/content.jpg');
  background-position: right;
  background-repeat: repeat-y; 
}

table.content_tab {
  width: 100%;
  border-collapse: collapse;
  color: #006633;
  font-size: 12px; 
}

table.content_tab td {
  padding: 5px;
  text-align: justify;
  vertical-align: top;
}

/* JIDELNI A NAPOJOVY LISTEK, CENIK */
table.jn_listek, table.cenik {
  margin-right: 30px;
  color: #006633;
  font-size: 12px;
}

td.jn_mezera, td.cenik_mezera {
  width: 0px;
}

td.jn_druh, td.cenik_druh {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #006633;
}

td.jn_kategorie {
  font-size: 14px;
  font-weight: bold;
}

td.jn_popis {
  font-style: italic;
  vertical-align: top;
}

td.jn_polozka {
  width: 250px;
}

td.cenik_polozka {
  vertical-align: top;
  width: 200px;
}

td.jn_mnozstvi {
  font-size: 12px;
  width: 120px;
  font-style: italic;
}

td.jn_cena, td.cenik_cena {
  text-align: right;
  width: 80px;
  text-align: center;
  vertical-align: top;
}

td.cenik_pozn {
  font-size: 11px;
  padding-right: 15px;
  vertical-align: top;
}