body {
  font-family: Verdana, Helvetica, sans-serif;
  background: #442222 url('bg.png') bottom left repeat-x fixed;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

a:link img, a:visited img {
  border-style: none;
}

div#rt {
  margin-left: auto;
  margin-right: auto;
  width: 770px;
}

div#banner {
  height: 90px;
  width: 770px;
  background-image: url('banner.png');
}

div.content {
  background-image: url(pasek.png);
  background-repeat: repeat-y;
}

/* IE hack \*/
* html .container { height: 1%; }
/* Hack ends */

div.container:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

#menu_top {
  height: 22px;
  width: 770px;
  border-bottom: solid 1px #000000;
  background-image: url(top.png)
}

#menu_left {
  width: 152px ;
}

#menu_left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #fff;
}

#menu_left ul a, #menu_left ul a:visited {
  display: block;
  width: 140px;
  padding: 3px 0px 3px 10px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0px;
  margin-left: 1px;
}

#menu_left ul li a, #menu_left ul li a:visited {
  xbackground: #333;
  background: url(menubg1.png);
}

#menu_left ul ul a, #menu_left ul ul a:visited {
  xbackground: #666;
  background: url(menubg2.png);
  padding-left: 20px;
  width: 130px;
}

#menu_left ul ul ul a, #menu_left ul ul ul a:visited {
  xbackground: #999;
  background: url(menubg3.png);
  padding-left: 30px;
  width: 120px;
}

#menu_left ul li a:hover {
  background: #555;
}

#menu_left ul ul a:hover {
  background: #888;
}

#menu_left ul ul ul a:hover {
  background: #bbb;
}

#content {
  width: 618px;
}

.flo {
  float: left;
}

.lin1 {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 22px;
}

.lin2 {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 22px;
}

.lin3 {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 22px;
}

/* Mozilla */
div.lin1 a:hover img {
  background-color: #422;
}
div.lin2 a:hover img {
  background-color: #864;
}
div.lin3 a:hover img {
  background-color: #a86;
}

/* IE */
div.lin1 a:hover {
  ]background-color: #422;
}
div.lin2 a:hover {
  ]background-color: #864;
}
div.lin3 a:hover {
  ]background-color: #a86;
}

img.act1 {
  background-color: #422;
}

img.act2 {
  background-color: #864;
}

img.act3 {
  background-color: #a86;
}

td.obr {
  vertical-align: top;
}

pre {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#stopka {
  color: #ddd;
  background: #666 url(stopka.png);
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  text-align: right;
  padding: 2px 5pt 2px 0px;
  font-size: smaller;
}

#stopka a {
  color: #fff;
}

div.nav {
  text-align: center;
  font-weight: bold;
  padding-bottom: 6pt;
}

div.nav a, div.nav a:visited {
  color: #422;
}

div.cont {
  padding: 4pt 10pt 10pt 10pt;
}

div.desc table {
  width: 230px; 
}

div.desc td { 
  vertical-align: top;
}

div.desc tr td:first-child {
  /* white-space: nowrap; */
}

div.product {
  width: 232px;
  padding: 30px;
  float: left;
}

div.product img {
  border: solid 1px black;
}

div.pagination {
  text-align: center;
  font-weight: bold;
  padding-bottom: 6pt;
}

div.pagination a, div.pagination a:visited {
  color: #422;
}



