body {
  font-family: Verdana, Helvetica, sans-serif;
  font-family: sans-serif;
  font-size:   12px;
  margin: 60px 0px 0px 50px;
}
a img {
  border: none;
}
a {
  color: black;
  text-decoration: none;
}
.strip {
  background: black;
  color: white;
  height: 30px;
  width: 285px;
}
.leftstrip {
  text-align: left;
  position: relative; left: 70px;
  font-size: 16px;
}
.leftstrip a {
  color: white;
  text-decoration: none;
}
.rightstrip {
  background: black;
  color: white;
  text-align: right;
}
.rightstrip a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  position: relative; right: 70px;
}
.whitestrip {
  height: 60px;
}
.rightalign {
  text-align: right;
}
.topalign {
  vertical-align: top;
}
.text {
  text-align: right;
}
.purple {
  color: #d4056f;
}
.black {
  color: #000;
}
.linethrough {
  text-decoration: line-through;
}
.languageen {
  position: absolute; left: 686px; top: 40px;
  font-size: 12px;
}
.languagecz {
  position: absolute; left: 696px; top: 40px;
  font-size: 12px;
}
.hidden { 
  display:none;
}
.unhidden { 
  display:inline;
}

