*{
  padding: 0;
  margin: 0;
	border: 0;
}
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 */
}
h2 {
  padding: 20px 20px 0px 15px;
  margin: 15px 0px 15px 0px;
  font-size: 100%;
  color: black;
  clear: both;
}
p {
  padding: 20px 20px 0px 15px;
  margin: 15px 0px 15px 0px;
  font-size: 84%;
  color: black;
  clear: both;
}
a {
  color: black;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.foto-v-p {
  margin: -30px 10px 0px 10px;
}
.konec {
  clear: both;
  height: 20px;
  overflow: hidden;
}
a:active img, a:hover img {
	border: none
}
.fotomale {
	margin: 2px 0px 2px 12px;
	padding: 0px;
	width: 154px;
	height: 106px;
	float: left;
	display: inline; /* odstranění chyby v IE6 - dvojitý okraj */
  text-align: center;
}
.fotomale a {
	width: 154px;
	height: 102px;
	border: 1px solid silver;
	display: block; /* odstranění chyby v IE6 - dvojitý okraj */
  text-align: center;
}
#obsah {
  /* background-color: rgb(255,255,102);*/
  background-color: white;
}
#fotogalerie {
  padding: 0px 0px 0px 8px;
}
#zarazka {
  width: 100%;
  height: 10px;
  overflow: hidden;
  clear: both;
}
#konec {
  height: 23px;
  overflow: hidden;
  clear: both;
  background-color: black;
  margin: 20px 0px 14px 0px;
  padding: 0px 0px 0px 5px;
}

