/* CSS Document */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Trebuchet, sans-serif;
  font-size: 11px;
  background-color: white;
  background: url(img/pozadi_body.jpg) repeat-x;
  color: black;
}

#page {
  position: relative;
  width: 800px;
  min-height: 100%;
  _height: 100%;
  margin: 0 auto;
  text-align: left;
  background: url(img/pozadi_page.jpg) repeat-y;
}

#img{
    position:absolute;
    bottom:30px;
    left:0;
    width:800px;
    height:108px;
    background: url(img/img_spodni.jpg) top left no-repeat;
    z-index:10;
}

#header {
  position: relative;
  height: 152px;
  background: url(img/header.jpg) no-repeat top;
}

#headerin {
  position: absolute;
  left: -84px;
  top: 0;
  width: 84px;
  height: 237px;
  background: url(img/img_l_header.jpg) no-repeat top;
}

#lang{
    position: absolute;
    right: 20px;
    top: 20px;
}
#lang img{
    border: none;
}
#lang a{
    display: block;
    margin: 5px;
}

#obsah {
  min-height: 85px;
  _height: 85px;
  background: url(img/img_horni.jpg) no-repeat top;
}

#levy {
  float: left;
  width: 140px;
  padding-bottom: 40px;
}

#pravy {
  float: right;
  width: 660px;
}

#menu, #menu ul {
  margin: 0;
  padding: 0;
}

#menu ul{
  list-style-type: none;  
}

#menu li {
  width: 140px;
  height: 27px;
  margin: 0;
  padding: 0 0 0 10px;
  background: url(img/tlacitko_menu.jpg) no-repeat;  
}

#menu a {
  color: black;
  text-decoration: none;
  line-height: 27px;
}

#menu a:hover {
  color: #255269;
}

#menu a:active {
  color: red;
}

#main {
  position:relative;
  margin: 0;
  padding: 20px 20px 40px 20px;
  z-index:200;
}

h1 {
  font-size: 18px;
  color: red;
}

p.zvyraznit {
  color: red;
}

a {
  color: #255269;
}

#sortiment_de ul{
    list-style-type: none;
}
#sortiment ul {
  margin: 0;
  padding: 0 0 0 30px;
}

#sortiment ul li.one {
  list-style-type: disc;
  color: red;
}

#sortiment ul li.two {
  list-style-type: square;
  margin: 0 0 0 35px;
}

#sortiment ul li.three {
  list-style-type: circle;
  margin: 0 0 0 60px;
}

hr.cleaner {
  clear: both;
  height: 0;
  border:0;
  visibility:hidden;
}

#footer {
  position: absolute;
  width: 800px;
  height: 30px;
  bottom: 0;
  left: 0;
  background-color: white;
  font-size: 9px;
  z-index: 300;
}

#menu_footer {
  margin: 0;
  padding: 0 5px 10px 0;
  float: right;
}

#menu_footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu_footer li {
  display: inline;
}
.copyright{
    font-size: 10px;
    float:left;
}
.seda{
background-color:#c3d1e0;
}

