/* CSS Document */
.form {
  position: absolute;
  right: 0px;
  
}
.hlavni {
  margin-top: 15px;
  margin-left: 25px;
  background-color: inherit;
  width: 239px;
  position: relative;
  line-height: 20px;
}
a {
  color: Maroon;
  text-decoration: underline;
}
a:hover {
  color: Maroon;
  text-decoration: none;
}
body {
  position: relative;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
}
.napoveda {
  top: 39px;
  left: 370px;
  background-color: inherit;
  position: absolute;
  width: 250px;
}
.submit {
  width: 115px;
}
.napoveda h1 {
  margin-left: 10px;
  font-size: 1.3em;
  margin-top: 0px;
  margin-bottom: 0px;
}
.napoveda p {
  text-align: justify;
  text-indent: 0px;
  font-size: 90%;
}
