fototable{
background:red;
}
body, td, th, caption {
  font-family: Arial, Aplos, fotinos, Verdana, sans-serif;
  font-size: 8pt;
  color: rgb(40, 42, 28);
  background: rgb(239, 243, 220);
}
textarea {
  font-family: Arial, Aplos, fotinos, Verdana, sans-serif;
  font-size: 9pt;
  color: rgb(40, 42, 28);
  background: rgb(255, 255, 255);
}
p {
  margin: 5px;
  padding: 5px;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5em;
  margin-bottom: 0.25em;	/* nepotrebujeme az take velke odsadenie */
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  letter-spacing: 2;
  color: rgb(62, 65, 46);
}
h1, h2, h3 {
  font-size: 110%;
}
h2 span {
  color: rgb(50, 53, 42);
  background: rgb(188, 190, 177);
  padding: 5px;
  padding-left: 40px;
  padding-right: 40px;
}
h4 {
  font-weight: normal;
  text-decoration: underline;
}
a {
  font-weight: bold;
  font-variant: normal;
  text-decoration: none;
  color: rgb(93, 97, 74);
}
a:link {
  color: rgb(93, 97, 74);
}
a:visited {
  color: rgb(150, 150, 150);
}
a:active {
  color: rgb(204, 0, 0);
}
a:hover {
  color: rgb(55, 55, 55);
}
th span {
  font-weight: normal;
}

/* urcene pre vycuc z plateneho servisu na uvodnej stranke a dalsie casti, ktore grafik odlisil tmavsm pozadim */
p.darker {
  color: rgb(26, 27, 29);
  background: rgb(209, 221, 201);
  padding: 1px;
  text-align: center;
}

/* urcene pre sitanews na uvodnej stranke a dalsie casti, ktore grafik odlisil svetlejsim pozadim */
/* p.lighter { - "pure" form, and newxt comes "MS IE hack" */
p.lighter, p.lighter td {
  color: rgb(0, 1, 0);
  background: rgb(245, 247, 233);
}
p.lighter tr.second td {
  background: rgb(228, 230, 217);
}

/* urcene na nazvy produktov a dalsie casti, ktore grafik odlisil ako obdlznicky text so svetlozelenym pozadim */
p.lightgreen {
  background: rgb(219, 235, 198);
  text-align: center;
}
p.lightgreen a {
  color: rgb(32, 42, 31);
}

/* urcene pre "<<, <, >, >>" navigacne prvky */
/* div.navi {
  position: fixed;
  top: 35%;
} */

/* urcene pre "tlacitka" typu "cennik a sposob objednania" a dalsie casti, ktore grafik odlisil ako obdlznicky obsahyhuce linky na svetlo-sedo-zelenom pozadi */
p.buttonlike {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
p.buttonlike a, td.buttonlike a {
  color: rgb(83, 88, 56);
  background: rgb(221, 226, 194);
}
p.buttonlike a {
  padding: 2px;
}
/* td.buttonlike a {
  margin: 1px;
}*/
/*input, select, textarea {
  color: black;
  background: white;
  border: 1px solid black;
  margin: 1px;
} MS IE does not recognize the following so ... */
input[type="reset"], input[type="submit"] {
  color: white;
  background: rgb(105, 107, 96);
  border: 0px;
  margin: 2px;
  padding: 2px 10px 2px 10px;
}

.warning {
  color: red;
}

span.keyword, a b {
  font-weight: bold;
  text-decoration: underline;
}

@media all {
  p.printlogo {
    display: none;
  }
}
@media print {
  p.printlogo {
    display: block;
  }
}
.tabulka{
	border:1px;
}
.tabulka TD{
	vertical-align: top;
	min-height: 120px;
	max-width: 160px;
	width: 160px;
}
.tabulka TD table{
}
.tabulka TD table TH{
        width:160px;
        height:120px;
	min-width: 120px;
	max-width: 120px;
        text-align:center;
        background-color: #dadec6;
        vertical-align: middle;
	padding:0px;
}
.tabulka TD table TH img{
	border:5px;
	border-color:black;
}
.tabulka TD table TD{
	vertical-align:top;
	text-align:center;
}

