body { color: black; background-color: #e0d6ca; background-image: url(../background/tapeta.jpg); background-repeat: repeat-x; }

p {}

td {}
/*---- odkazy ----*/
a:link { color: blue }

a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }
.strankovani a { color: #fff; font-size: 13px; font-family: Verdana; font-weight: normal; text-decoration: none; }
.pocitadlo a { color: #7d7d7d; font-size: 10px; font-family: Verdana; font-weight: normal; text-decoration: none; }
/*---- pozice ----*/
#page { width: 800px; padding-top: 15px; padding-bottom: 15px; }
#vrsek { background-image: url(../background/vrsek.png); background-repeat: no-repeat; background-position: right 0; width: 800px; height: 38px; }
#banner { width: 800px; height: 210px; }
#menu { background-image: url(../background/menu.png); background-repeat: no-repeat; width: 270px; height: 210px; overflow: visible; float: left; }
#banner_obsah { background-image: url(../image/banner.jpg); background-repeat: no-repeat; width: 530px; height: 210px; float: right; }
#strana { width: 800px; clear: both; }
#panel { background-image: url(../background/panel.png); background-repeat: repeat-y; width: 270px; float: left; }
#panel_obsah { width: 231px; height: 740px; margin: 15px 15px 0 24px; }
#panel_katalog { margin: 15px 15px 0 24px; width: 231px; height: 1010px; }
#sloupec { background-image: url(../background/page.png); background-repeat: repeat-y; width: 530px; float: right; }
#sloupec_obsah { width: 500px; height: 740px; margin: 15px 15px 0; }
#sloupec_katalog { margin: 15px 15px 0; width: 500px; height: 1010px; }
#paticka { background-image: url(../background/paticka.gif); background-repeat: no-repeat; width: 800px; height: 30px; clear: both; }
/*---- obrazky ----*/
img{ border:0; }
/*---- texty ----*/
h2 { color: #fff; font-size: 13px; font-family: Verdana; font-weight: normal; line-height: 16px; text-decoration: none; margin: 1em 0; }
h3 { color: #fff; font-size: 13px; font-family: Verdana; font-weight: normal; line-height: 16px; margin: 1em 0; }
h5 { color: #fff; font-size: 13px; font-family: Verdana; font-weight: normal; text-decoration: none; margin: 10px 0 1.67em; }
h6 { color: #7d7d7d; font-size: 10px; font-family: Verdana; padding: 0; }


/* CENIK */
table#cenik {
  color: white;
  border: 1px white solid;
  border-collapse: collapse;
  
  margin-top: 20px;
  margin-left: 20px;
}
table#cenik td {
  color: white;
  border: 1px white solid;
  border-collapse: collapse;
  padding-left: 5px;
}

table#cenik thead {
  color: white;
  font-weight: bold;
}

table#cenik h3 {
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

table#cenik td.polozka {
  width: 395px;
  font-size: 9pt;
}

table#cenik td.cena {
  width: 100px;
  font-size: 10pt;
  color: white;
  text-align: right;
  padding-right: 10px;
}
