/* obecne */
* {
  margin: 0;
  padding: 0;
}
body {
  background: #000;
  color: #766B67;
  font-family: Verdana, sans-serif;
  font-size: 70%;
  text-align: center;
}
a {
  color: #766B67;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}

/* telicko*/
#flash {
  height: 540px;
  margin: 50px auto;
  margin-bottom: 0;
  text-align: left;
  width: 970px;
}
#flash p a {
  cursor: hand;
  height: 387px;
  position: relative;
  width: 970px;
}
#flash p a span {
  background: url(../img/no-flash.png) left top no-repeat;
  height: 387px;
  left: 0;
  position: absolute;
  top: 0;
  width: 970px;
}

/* paticka */
#footer {
  display: none;
  margin: 0 auto;
  text-align: left;
  width: 970px;
}
#footer img {
  margin-left: 20px;
}
#footer p {
  float: left;
}
#footer p.right {
  float: right;
  line-height: 180%;
  margin-right: 20px;
  text-align: right;
}

