BODY {
  margin: 10px;
  background-color: #E5C403;
  background-image: url('../images/f-pozadi.jpg');
  background-attachment: fixed;
  font-family: "verdana","arial";
  font-size: 12px;
  color: #0000FF;
}

.Nazev {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}

.PodNazev {
  font-size: 15px;
}

.Text {
  text-align: justify;
}

.Podpis {
  font-weight: bold;
  text-align: right;
}

.DatumGalerie {
  color: #FF6600;
  text-align: right;
  font-size: 10px;
  text-decoration: none;
}

.pozn {
  color: #FF6600;
  text-align: center;
  font-size: 10px;
}

.Fotka {
  float: left;
  margin: 10px;
  cursor: pointer;
  cursor: hand;
}

.Clear 
{ 
  clear: both; 
}

#Prev 
{ 
  float: left;
  border: 1px SOLID black;
  background-color: #F0FFB3;
  width: 150px;
  padding: 3px;
  cursor: pointer;
  cursor: hand;
  font-family: "verdana","arial";
  font-size: 12px;
  color: #0000FF;
  text-align: center;
}

#Next 
{ 
  float: right;
  border: 1px SOLID black;
  background-color: #F0FFB3;
  width: 150px;
  padding: 3px;
  cursor: pointer;
  cursor: hand;
  font-family: "verdana","arial";
  font-size: 12px;
  color: #0000FF;
  text-align: center;
}

.Popisek 
{ 
  padding: 3px;
  font-family: "verdana","arial";
  font-size: 12px;
  color: #0000FF;
  text-align: center;
}

A.link:link {
  color: #0000FF;
  text-decoration: none;
}

A.link:visited {
  color: #0000FF;
  text-decoration: none;
}

A.link:hover {
  color: #FF0000;
  text-decoration: underline;
}

.ImgRam {
  width: 100%;
  border: 1px solid RED;
  overflow: hidden;
}

