.staticpage {
  background: url('../graphics/miniatury.gif');
	width: 1024px;
	height: 125px;
	position: absolute;
	top: 485px;
	left: 0px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: none;
}
 .staticpage a {
 text-decoration: none;
 }
 
 .staticpage img {
  border: solid 2px Silver;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;
 }

.gallerypage {
  text-align: center;
  height: 400px;
  padding-left: 0px;
  width: 821px;
}
  .galleryphoto {
    border: solid 1px DarkGray;
    cursor: pointer;
  }
  .imageTextOf {
    position: absolute;
    bottom: 11px;
    left: 0px;
    width: 821px;
    font-family: Palatino, Times New Roman;
	  font-size: 16px;
	  font-style: normal;
	  font-weight: normal;
    color: #ffffff;
  }

.left{
  position: absolute;
  left: 20px;
  bottom: 0px;
}
  .left img {
    border: none;
  }

.right {
  position: absolute;
  right: 20px;
  bottom: 0px;
}
  .right img {
    border: none;
  }
  
.line {
  background: url('../graphics/prouzek.gif');
	width: 1024px;
	height: 10px;
	position: absolute;
	top: 475px;
	left: 0px;
	font-size: 1px;
}
