*{
  padding: 0;
  margin: 0;
	border: 0;
}
h1 {
	background-color: black;
	background-image: url('layout/pic/roh.gif');
	background-repeat: no-repeat;
	color: yellow;
	margin-bottom: 13px;
	padding: 8px 0px 4px 15px;
	text-align: left;
	font-weight: bold;
	font-size: 105%;
	position: relative; /* odstranění chyby v IE6 - skrývání prvku */
}
p.novinka {
  padding-bottom: 10px;
}
a.novinka {
  font-size: 84%;
  color: black;
  clear: both;
  display: block;
  color: rgb(176,176,176);
  margin-bottom: 10px;
  margin-left: 15px;
  line-height: 140%;
  text-decoration: none;
}
.podtrzeni {
  text-decoration: underline;
  color: green;
}

a.novinka span {
  color: black;
}
a.novinka span.nadpis {
  font-size: 120%;
  color: #e0191c;
  text-decoration: underline;
}
a.novinka img {
  margin: 2px 0px 2px 0px;
  text-decoration: none;
}
a.novinka span:hover {
  text-decoration: underline;
}
span.datum {
  font-size: 78%;
  color: rgb(48,48,48);
  margin: 10px 18px 0px 15px;
  text-decoration: none;
}
#konec {
  background-color: black;
  color: yellow;
  font-size: 91%;
  padding: 3px 0px 2px 5px; 
  margin: 12px 0px 0px 0px;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
#obsah {
  /* background-color: rgb(255,255,102);*/ 
  background-color: white;
}
