h1 {
	background-color: black;
	background-image: url('../layout/pic/roh.gif');
	background-repeat: no-repeat;
	color: yellow;
	margin: 0px;
	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 */
}
h1 span {
	font-weight: normal;
	font-size: 110%;
}
p {
	margin: 1px 0px 0px 0px;
	background-color: white;
	padding: 2px 5px 2px 10px;
	font-size: 85%;
	line-height: 130%;
}
a {
	text-decoration: none;
	color: Black;
}
a:active, a:hover {
	text-decoration: underline;
}
#pravy-sloupec li, #levy-sloupec li {
	font-size: 85%;
	line-height: 140%;
  display: block;
  list-style-type: none;
  margin: 1px 0px 1px 0px;
  background-color: white;
  padding: 1px 0px 1px 10px;
}
#levy-sloupec {
	width: 346px;
	float: left;
	padding-bottom: 7px;
}
#pravy-sloupec {
	width: 352px;
	float: right;
	padding-bottom: 7px;
}
hr.adresa-cara {
	clear: both;
	margin: -1px 0 0 0; padding: 0;
	height: 1px;
	border: none;
	visibility: hidden;
}
p.adresa {
	text-align: center;
	color: yellow;
	background-color: black;
}
#obsah{
  background-color: yellow;
}

