html {
   overflow: -moz-scrollbars-vertical;
   }
body {
  background-color: #ffffff;
  background-image: url('../img/layout/bg_body.png');
  background-position: center 382px;
  background-repeat: no-repeat;
  font-size: 100%;
}
* {
  font-family: arial;
  margin: 0px;
  padding: 0px;
}
p {
  margin-bottom: 10px;
  line-height: 1.4;
}
td {
  vertical-align: top;
}
a {
  color: #000000;
}
a img {
  border: 0px;
}
#container-outter {
  width: 800px;
  margin: auto;
}
#container-inner {
  float: left;
  width: 800px;
  clear: both;
  position: absolute;
}
#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}
#flag-cz {
  position: absolute;
  top: 10px;
  right: 70px;
  z-index: 90;
}
#flag-en {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 90;
}
#quick-tools {
  position: absolute;
  top: 280px;
  right: 0px;
  z-index: 90;
}
#quick-tools img {
  margin-left: 5px;
}
#motto {
  position: absolute;
  top: 240px;
  right: 0px;
  font-weight: bold;
  color: #f58220;
  text-transform: uppercase;
  font-size: 150%;
  text-align: right;
}
#font-resize {
  position: absolute;
  top: 282px;
  right: 100px;
  z-index: 90;
  font-size: 65%;
}
  #font-resize .decrease {
  }
  #font-resize .normal {
    font-size: 120%;
  }
  #font-resize .increase {
    font-size: 135%;
  }
#dots {
  position: absolute;
  top: 0px;
  left: 285px;
  z-index: 9;
}
#menu {
  position: absolute;
  top: 110px;
  left: 80px;
  width: 180px;
}
#menu ul {
  margin-top: 5px;
  margin-bottom: 10px;
}
#menu li {
  list-style: none;
}
#menu li .label {
  font-size: 145%;
  font-family: impact;
}
#menu li li {
  font-size: 75%;
  font-family: arial;
  margin-top: 5px;
  margin-bottom: 5px;
}
#menu a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
  #menu a:hover {
    color: #9a4700;
  }
  #menu li li a {
    color: #9a4700;
    text-transform: none;
    font-weight: normal;
  }
#main {
  margin-top: 310px;
  margin-left: 290px;
  min-height: 100px;
  font-size: 75%;
  clear: both;
  color:#515151;
}
  #main h1 {
    font-size: 150%;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333333;
  }
  #main td h1 {
    font-size: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
  }
  #main h2 {
    font-size: 120%;
    color: #f58220;
    margin-bottom: 10px;
  }
  #main td {
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 2px;
    vertical-align: top;
  }
  #main ul {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #main li {
    margin-left: 15px;
    margin-bottom: 5px;
  }
  #main p.highlight {
    font-size: 120%;
    font-weight: bold;
    color: #000000;
  }
  #main img.highlight {
    border: 1px solid #000000;
  }
  #main strong {
    color: #000000;
  }
#footer {
  margin-top: 105px;
  margin-left: 290px;
  height: 200px;
  font-size: 70%;
  color: #cbcbcb;
}
  #footer strong, #footer a {
    color: #969696;
  }
#footer .logo {
  float: right;
}
#footer .info {
  float: left;
  width: 250px;
  margin-top: 10px;
  line-height: 1.4;
}
