/* CSS Document */

/*obecne definice*/
* {
  margin: 0;
  padding: 0;
  }
  
body {
  font: 80% Tahoma, "Lucida Grande CE", lucida, sans-serif;
  background: #000 url('img/header_line.png') 0 0 repeat-x;
  text-align: center;
  }
  
a {
  color: #ffffff;
  }
    
a:hover {
  text-decoration: none;
  }
  
h1, h2, h4, h5, h6 {
  color: rgb(211, 120, 0);
  }
  
img {
  border: 0px;
  }
/*konec obecne definice*/

#komplet {
  width: 865px; 
  position: relative; 
  text-align: left;
  margin: auto;
  }

/*header*/
h1 a, h1 span {
  display: block;
  height: 115px;
  width: 100%;
  }
  
h1 a {
  background: #000;
  color: rgb(211, 120, 0);
  text-align: center;
  }
  
h1 span {
  position: absolute;
  top: 0; left: 0;
  cursor: pointer;
  }
  
h1 a span {
  background: url('img/header.png') center top no-repeat;
  }
  
h1 a:hover {
  color: #ffff00;
  }
/*konec header*/

/*menu*/
#menu {
  background: #000 url('img/menu.png') left top no-repeat;
  width: 865px;
  height: 30px;
  }

#polozky {
  margin: 0px 0px 0px 433px;
  }
  
#polozky li {
  display: inline;
  float: left;
  }
  
#polozky li a {
  font-weight: bold;
  display: block;
  height: 30px;
  width: 105px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #000;
  }
  
#polozky li a:hover {
  color: #fff;
  }
  
#polozky li ul {
  display: none;
  }
  
#polozky li:hover ul {
  display: block;
  position: absolute;
  z-index: 2;
  margin: 0 0 0 15px;
  border-width: 0 0 1px 0;
  }
  
#polozky li:hover ul li {
  display: block;
  float: none;
  height: 30px;
  border-bottom: 1px solid #999999;

  }
  
#polozky li:hover ul li a {
  color: #fff;
  text-align: left;
  width: 245px;
  background: #555;
  }
  
#polozky li:hover ul li a:hover {
  color: rgb(211, 120, 0);
  }
  
/*obsah*/
#obsahtop {
  background: #000 url('img/obsah_top.png') center top no-repeat;
  width: 865px;
  height: 71px;
  }
  
#obsah {
  background: #333;
  width: 865px;
  }
  
#levy {
  float: left;
  width: 445px;
  text-decoration: none;
  text-align: center;
  }
  
#pravy {
  color: #999999;
  float: right;
  width: 420px;
  }
  
#pravytext {
  margin: 10px 20px 20px 0px;
  }
#pravytext ul {
  /*text-align: justify;*/
  /*padding: 0 0 0 50px;*/
  list-style-image: url("img/odrazka.gif");
  }  
  
#pravytext ul li {
  margin-left: 20px;
  margin-bottom: 10px;
  }  
  
#pravytext img {
  padding-top: 10px;
  padding-right: 15px;
  }
  
#kontakt {
  margin-left: 50px;
  }
  

h2 {
  display: none;
  }
  
h3 {
  font: 120% Tahoma, "Lucida Grande CE", lucida, sans-serif;
  color: #ffffff;
  }
  
h4 {
  color: rgb(211, 120, 0);
  }
  
h5 {
  color: #ffffff;
  }
  
#cleaner {
  clear: both;
  }
/*konec obsah*/


/*footer*/
#obsahbottom {
  background: #000 url('img/obsah_bottom.png') center top no-repeat;
  width: 865px;
  height: 50px;
  }
  
#footer {
  text-align: center;
  font-size: 80%;
  padding: 30px 0 0 0;
  color: #777;
  }
  
#footer a {
    color: #777;
    }
  
/*konec footer*/

.bold {
  font-weight: bold;
  }

.white {
  color: rgb(255, 255, 255);
  }
  
.orange {
  color: rgb(211, 120, 0);
  }
  
.orangebig {
  font-size: 150%;
  color: rgb(211, 120, 0);
  }
  
.refleft {
  float: left;
  width: 200px;
  padding: 0 0 0 30px;
  }



