div.plocha {
  width: 700px; height: 400px;
  position: absolute; left: 50%; top: 50%; margin: -200px 0px 0px -350px;
  background-color: yellow;
  font: bold 9pt Helvetica;
}
span.initial {
  background-color: black; color: yellow;
  padding: 2px 5px 2px 5px;
  margin: 2px;
}
a.initial {
  text-decoration: none; color: yellow;
}
img.pepa-bw {
  position: absolute;
  top: 0px; left: 0px;
  border: 10px;
  width: 327px; height: 400px;
}
body {
  background-color: white;
}
div.menu {
  position: absolute; top: -9pt;
  width: 400px; left: 300px;
  font-size: 9pt;
  text-align: right;
}
div.menu_dole {
  position: absolute; bottom: -9pt;
  width: 400px; left: 300px;
  font-size: 9pt;
  text-align: right;
}
div.help {
/*  background-color: blue; */
  position: absolute;
  top: 50px; 
  right: 403px;
  width: 300px;
  color: yellow;
  text-align: center;
}
div.help a {
  color: yellow;
  text-decoration: none;
  border-bottom: dashed 1px yellow;
}
div.help a:hover {
  border-bottom: solid 1px yellow;
}
div.references {
  position: absolute;
  top: 20px; right: 20px;
  width: 300px; height: 360px;
  background-color: yellow;
  overflow: auto;
  padding-right: 10px;
  padding-top: 14px;
}
div.references img {
  border: 0px;
}
div.references td {
  font: 9pt Helvetica;
  text-align: center;
}
div.references td.title {
  float: left;
  font: bold 11pt;
  writing-mode: tb-rl;
  text-align: left;
  vertical-align: top;
  font-size: 12pt;
  padding-left: 5px;
  width: 12%;
}
div.references div.subtitle {
  writing-mode: lr-tb;
  margin: 5px 0px;
}
div.references div.tech {
  writing-mode: lr-tb;
  margin-bottom: 5px;
}
div.references div.desc {
  font-weight: normal;
  text-align: justify;
  writing-mode: lr-tb;
  margin-bottom: 20px;
}
div.references table {
  width: 100%;
}
div.references a.link {
  color: black;
  text-decoration: none;
  border-bottom: dotted 1px black;
}

.programming dd {
  font-weight: normal;
  margin: 5px 0 10px 20px;
}
.programming a {
  border-bottom: 1px dashed black;
  text-decoration: none;
  color: black;
}