*{
  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: 0px 20px 0px 15px;
  margin: 15px 180px 15px 0px;
  font-size: 100%;
  color: black;
  clear: both;
}
p {
  padding: 0px 20px 0px 15px;
  margin: 15px 180px 15px 0px;
  font-size: 84%;
  color: black;
}
a {
  color: black;  
}
.prvni, .druhy, .treti {
  margin: 15px;
  display: block;
  float: right;
}
.druhy, .treti, .float-left {
  float: left;
}
.float-right {
  float: right;
}
.druhy {
  display: inline;
}
.treti {
  margin-left: 0px;
}
.konec {
  clear: both;
  height: 20px;
  overflow: hidden;
}
#obsah {
  /* background-color: rgb(255,255,102);*/ 
  background-color: white;
}
#fotogalerie {
  padding: 0px 0px 0px 8px;
}
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;
}

