/* CSS Document */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(img/body_pozadi.jpg) repeat-x;
  color: black;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  z-index: 0;
}

#logo {
  position: absolute;
  display: block;
  width: 900px;
  margin: 0 auto;
  height: 100px;
}
#logo span {
  display: none;
}
#page {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: url(img/page_pozadi.jpg) repeat-y;
  width: 993px;
  _height: 100%;
  min-height: 100%;
  text-align: left;
  z-index: 5;
}

#pagein {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  top: 128px;
  left: 0;
  width: 993px;
  height: 708px;
  min-height: 100%;
  background: url(img/page_pozadi_prechod.jpg) no-repeat;
  z-index: 10;
}

#header {
  background: url(img/header.jpg) top no-repeat;
  width: 993px;
  height: 128px;
  margin: 0;
  padding: 0;
  z-index: 15;
}

#header_menu {
  position: absolute;
  top: 110px;
  right: 100px;
  display: link;
  font-weight: bold;
}

#header_menu a {
  color: #5F6265;
  margin: 5px;
}

#obsah {
  position:relative;
  padding: 0 90px 20px 90px;
  z-index: 30;
}

#menu {
  position:relative;
  float: left;
  margin: 0 0 0 7px;
  width: 208px;
}

.nadpismenu  {
  font-size: 13px;
  color: white;
  width: 100%;
  height: 46px;
  background: url(img/modry.jpg) no-repeat;
  padding: 0 10px;
  margin: 0;
  line-height: 46px;
  font-weight: bold;
}
.nadpismenu a {
  color: white;
}
.nadpismenu a:hover {
  text-decoration: underline;
}
a {
  color: black;
  text-decoration: none;
  cursor: hand;
}
#text a {
  color: #1D62A7;
  text-decoration: underline;
}
#text a:hover {
  color: #4Da2f7;
  text-decoration: underline;
}
ul {
  margin: 0; padding: 0;
}
li {
  list-style-type: none;
  list-style-position: outside;
  width: 100%;  
}

#menu li.uzky:hover, #menu li.uzky a:hover, #menu li.siroky:hover, #menu li.siroky a:hover{
background: #898989;
}

#menu li.uzky a{
  display:block;
  font-size:12px;
  height:24px;
  line-height:24px;
  background: url(img/uzky.jpg)  no-repeat;
  padding:0 15px;
}

#menu li.siroky a{
  display:block;
  font-size:12px;
  height:36px;
  line-height:16px;
  background: url(img/siroky.jpg)  no-repeat;
  padding:0 15px;
}

#foto_menu {
  background: url(img/foto_menu.jpg) no-repeat;
  width: 202px;
  height: 336px;
  margin: 0 0 0 8px;
}

#text {
  margin: 0 20px 0 230px;
  padding: 30px 0 0 0;
}

#foto_galerie {
  margin: 0 20px 0 230px;
  padding: 30px 0 0 0;
  cursor: pointer;
}

#foto_reference {
  cursor: pointer;
}

h1 {
  font-size: 16px;
  color: #0062A4;
  font-weight: bold;
}
h2 {
  color: #0062A4;
  font-size: 14px;
  font-weight: bold;
}
hr.cleaner {
  clear: both;
  height: 1px;
  visibility: hidden;
}

#footer {
  position: absolute;
  background: url(img/footer.jpg) no-repeat;
  width: 993px;
  height: 20px;
  color: white;
  line-height: 20px;
  text-align: center;
  font-size: 9px;
  z-index: 20;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
.reference{
  width: 190px; height: 157px; float: right; z-index:100; position:relative;
}

a img {
  border: 0;
}