body {
  background: #013F88;
  color: #333;
  line-height: 1;
  font-size: 16px; }

* {
  background: transparent;
  border: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline; }

ul {
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%; }

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%; }

#page-wrap {
  color: white;
  position: relative;
  z-index: 2;
  width: 800px;
  margin: 50px auto;
  padding: 20px; }

.container {
  width: 800px;
  height: 900px;
  margin: 15px auto;
  background: transparent;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  padding: 10px;
  overflow: hidden; }

.logo {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .logo h3 strong {
    font-size: 38px; }

h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: black; }

p {
  color: black;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.4; }

.uvod {
  padding-top: 220px; }

.left {
  float: left; }

.right {
  float: right; }

address {
  color: black;
  font-size: 21px; }

.menu {
  width: 760px;
  padding: 20px 20px 20px 70px;
  margin: 0px; }

.myButton {
  font-family: 'Open Sans', sans-serif;
  -moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
  -webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
  box-shadow: inset 0px 1px 0px 0px #bee2f9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
  background: -moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
  background: -webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
  background: -o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
  background: -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
  background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
  background-color: #63b8ee;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #3866a3;
  display: inline-block;
  cursor: pointer;
  color: #14396a;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #7cacde;
  margin-right: 30px;
  margin-left: 30px; }

.myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
  background: -moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
  background: -webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
  background: -o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
  background: -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
  background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
  background-color: #468ccf; }

.myButton:active {
  position: relative;
  top: 1px; }

/*# sourceMappingURL=style.css.map */
