#spot {
  float: left;
  width: 32%;
}

#spot1 {
  height: 7em;
  /*width: 15em;*/
  border: .08em #CCCCCC solid;
  margin: 0 0 .5em 1.5em;
}

#spot2 {
  height: 7em;
  /*width: 15em;*/
  border: .08em #CCCCCC solid;
  margin: 0 0em 0 1.5em;
}

#spot3 {
  height: 243px;
  width: 300px;
}

#right-menu {
  float: right;
  width: 29%;
}

.right-menu-links {
  /*vyska podla vysky obrazku*/
  line-height: 25px;
}

#center {
  float: left;
  width: 70%;
  /*border: 1px #000000 solid;*/
}

.center-right {
  float: right;
  width: 49%;
}

.center-right a {
  font-weight: bold;
}

.center-left {
  float: left;
  width: 49%;
}

.center-left a {
  font-weight: bold;
}

#pleaseWait {
  display: none;
  position: absolute;
  top: 30%;
  left: 40%;
  background-color: transparent;
  /*border: .08em #CCCCCC solid;*/
}

#pleaseWait a {
  text-decoration: none;
  color: black;
}