body{
  margin: 0px;
  text-align: center;
  background: #fff;
  font-family: Trebuchet MS, Arial, sans-serif;
}
div{
  background: #fff;
}
div#stranka{
  width: 60%;
  height: 100%;
  display: block;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
img{
  border: 0px;
}
div#line{
  font-size: 0.7em;
  height: 15px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  text-align: right;
}
div#content{
  margin-top: 10px;
}
div#content div#left{
  color: #333;
  display: block;
  float: left;
  font-size: 0.9em;
  text-align: left;
  width: 50%;
}
div#content div#right{
  color: #333;
  display: block;
  float: right;
  font-size: 0.9em;
  text-align: right;
  width: 50%;
}

h2{
  font-size: 1.1em;
  margin: 0px;
}
h3{
  font-size: 1em;
  margin: 0px;
}
div#wait{
  display: block;
  clear: both;
}

a:hover{
  text-decoration: none;
}
