body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgb(255,255,255);
  color: rgb(30,30,30);  
}

a, a:visited {
  color: rgb(255,0,0);
  font-weight: bold;  
  text-decoration: none;
}

a:hover, a:active {
  color: rgb(255,0,00);
  font-weight: bold;  
  text-decoration: underline;
}

ul {
  border-width: 1pt;
  padding: 0pt, 0pt, 0pt, 0pt;
  margin: 0pt, 25pt;
}

.typ {
  font-size: 18pt;
  font-weight: bold;
  padding: 9pt;
}

.novinka, .sleva {
  font-size: 10pt;
  font-weight: bold;
  color: rgb(255,255,230);
}

.novinka {
  background: green;
}

.sleva {
  background: red;
}

.cena, .ofirme, .pata, .podr {
  font-size: 10pt;
}

.nazev, .obsah {
  font-size: 11pt;
}

.cena {
 font-weight: bold;
}

.obsah, .pata {
  text-align: center;
}

.menu1 {
	font-size: 14px;
	padding-left: 12px;
	font-weight: bold;
}

.foto {
  border-color: rgb(250,100,100);
  border-width: 1pt;
}

ul, p {
  border-width: 1pt;
  padding: 0pt, 0pt, 0pt, 0pt;
}

