body {
  background: url("../imgs/background.gif") repeat;
  padding: 0px;
  margin: 0px;
  font-size: 10px;
  font-family: 'nimbus sans l', Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
}

.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0; 
  padding: 0;
  background: transparent;
}

#head {
  background-color: #710505;
  margin: 10px auto;
  height: 127px;
  color: #000000;
}

#head-img {
  background: #ffffff url("../imgs/head.jpg") no-repeat;
  margin: 0px auto;
  width: 800px;
  height: 127px;
  color: #000000;
}

#lang {
  background-color: transparent;
  color: #FFFFFF;
  margin: 0px auto 0px auto;
  width: 750px;
  height: 60px;
  text-align: left;
}

#lng {
  background-color: transparent;
  position: relative;
  height: 20px;
}

#lng .adresa {
  position: absolute;
  left: 0px;
  bottom: 3px;
}

#lng .lng-menu { 
  position: absolute;
  text-transform: uppercase;
  right: 0px;
  bottom: 3px;
}

.lng-menu a {
  background: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

.lng-menu a:hover {
  background: transparent;
  color: #FFFFFF;
  text-decoration: underline;
}

#page {
  background-color: #FFFFFF;
  color: #000000;
  margin: 10px auto 0px auto;
  width: 750px;
  /*height: 700px;*/
  text-align: left;
}

#page #menubox {
  background: #ebe9ea url("../imgs/menu-bg.gif") repeat-x;
  color: #000000;
  /*width: 750px;*/
  width: 100%;
  height: 30px;
  text-align: right;
}

#page #content {
  background-color: #FFFFFF;
  color: #000000;
  width: 750px;
  /*height: 500px;*/
}

#foot {
  background-color: transparent;
  color: #FFFFFF;
  margin: 5px auto 0px auto; 
  padding: 0px 0px 0px 0px;
  width: 750px;
  height: 250px;
  text-align: left;
}

#left-panel {
  /*background: green;*/
  width: 300px;
  margin: auto;
  float: left;
}

#right-panel {
  /*background: blue;*/
  width: 450px;
  float: right;
}

.poutac {
  background: #000000;
  width: 200px;
  height: 200px;
  margin: 30px 30px 30px 30px;
  /*margin: auto;*/
  border: 3px solid #710505;
}

.padding-30px-all {
  margin: 30px;
}

ul.menu {
  padding: 0px;
  margin: 0px;
  padding: 10px 0px 3px 0px;
}

ul.menu li {
  list-style: none;
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 5px 0px 0px;
}

a {
  background: transparent;
  color: #710505;
  text-decoration: none;
}

a:hover {
  background: transparent;
  color: #710505;
  text-decoration: underline;
}

.right-align {
  text-align: right;
  background: green;
}

.left-align {
  text-align: left;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.text-color-white {
  /*background: transparent;*/
  color: #FFFFFF;
}

.font-weight-bold {
  font-weight: bold;
}

.color-dark-red {
  background: transparent;
  color: #710505;
}

h5, h6, h4 {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}

h6 {
  font-size: 10px;
}

h6.nazev {
  margin: 5px 0px 0px 0px;
}

h4 {
  font-size: 14px;
}

p {
  margin: 0px 0px 15px 0px;
}

table {
  border-collapse: collapse;
  border: none;
}

th {
  text-align: center;
  padding: 1px 5px 1px 5px;
}

td {
  text-align: right;
  padding: 1px 5px 1px 5px;
}

.thumb {
  float: left;
  /*width: 160px;*/
  height: 160px;
  margin: 15px 5px 15px 5px;
}

.thumb a {
  text-decoration: none;
}

.thumb a:hover {
  text-decoration: none;
}

.thumb img {
  border: 1px solid #710505;
}

.galerie {
  width: 550px;
  height: 200px;
  overflow: hidden;
  /*overflow: auto;*/
  background: #f8f6f7;
  position: relative;
  float: left;
  /*border: 1px solid green;*/
}

.row {
  position: relative;
  /*max-height: 200px;*/
  height: 200px;
  width: 5500px;
  /*background: blue;*/
  background: transparent;
  /*left: -1000px;*/
}

.arrow {
  border: none;
}

#arrow-left {
  float: left;
}

#arrow-right {
  float: left;
}
