body {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  text-align: center;
  font-size: 7px
}
.all {
  text-align: left;
  width: 1000px;
  border: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

.titleOut {
  position: relative;
  width: 1000px;
  height: 30px;
  padding: 0px;
  margin-bottom: 10px;
}
.titleIn {
  position: relative;
  width: 998px;
  height: 28px;
  background-size: 1;
  background-color: black;
  padding: 0px;
  text-align: left;
}
.titleText {
  font-size: 10px;
  letter-spacing: 1;
  font-family: "Arial CE", Arial, Helvetica, sans-serif;
  color: white;
  font-weight: 400;
  font-decoration: none;
}

.obrazek {
  position: relative;
  text-align: center;
  width: 1000px;
}

a {
  text-decoration: none;
  color: gray;
}

a:hover {
  text-decoration: underline;
  color: gray;
}

.titleText a {
  text-decoration: none;
  color: gray;
}
.titleText a:visited {
  text-decoration: none;
  color: gray;
}
.titleText a:active {
  text-decoration: none;
  color: #35543D;
}
.titleText a:hover {
  text-decoration: none;
  color: white;
}

.popisek {
  font-size: 10px;
  letter-spacing: 1;
  font-family: "Arial CE", Arial, Helvetica, sans-serif;
  color: gray;
  font-weight: 400;
  font-decoration: none;

  position: relative;
  clear: both;
  width; 600px;
  margin-top: 5px;
  border-top: 0px solid black;
  padding-top: 10px;
}

.paticka {
  font-size: 10px;
  letter-spacing: 1;
  font-family: "Arial CE", Arial, Helvetica, sans-serif;
  color: gray;
  font-weight: 400;
  font-decoration: none;
  text-align: center;

  position: relative;
  clear: both;
  width; 600px;
  margin-top: 15px;
  border-top: 1px solid black;
  padding-top: 10px;
}



