#content {
  width: 100%;
  height: 332px;
  float: left;
  padding: 0px;
  background-color: #ffffff;
  background: url(../images/index.jpg) ;
}

#footer {
  width: 100%;
  height: 112px;
  float: left;
  background: url(../images/bottom.jpg) ;
}

#indexfoto {
  width: 150px;
  height: 100px;
  float: left;
  padding: 8px 10px 0px 10px;
  margin: 0px;
}
#indexfoto img {
  width: 150px;
  height: 100px;
  padding: 0px;
  margin: 0px;
  border: solid #663300 1px;
}

#indexclanek {
  width: 500px;
  height: 100px;
  float: left;
  padding: 12px 0px 0px 170px;
  margin: 0px;
}
#indexclanek P.titul{
  font-weight: bolder;
}
