 /* CSS start */
  body {background: #0b0b0b url('../_img/bg_u.png') top center repeat-x;
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 0 auto;
        font: normal 12px Verdana;
        color: #8c8c83;
        margin-top: 40px;}
  
  img {border: 0;}
  
  a {color: #8c8c83;
     text-decoration: none;}
  
  a:hover {color: #5d9bcb;
           text-decoration: none;}
           
  h1 {color: #919071;
      font: normal 16px Arial;
      margin: 10px 0 30px 15px;
      text-align:left;}
  
  p {text-indent: 20px;}
  
  /* celý obsah stránky */      
  #body {width: 854px;
         position: relative;
         margin: 0 auto;
         text-align: left;}
  
  /* Header */
  #header {background:  url('../_img/logo.gif') top center no-repeat;
           height: 71px;
           position: relative;
           margin-bottom: 20px;}
  
  /* Menu*/
  #line {background: #0b0b0b url('../_img/line.png') top center no-repeat;
         height: 3px;}
       
  #menu {position: relative;
         text-align: center;
         margin: 6px 0 8px 0;}
       
  #menu a {color: #776653;
           font: normal 14px Verdana;}
       
  #menu a:hover, #menu .active {color: #d48411;
                                font: bold 14px Verdana;}
         
  #menu ul {list-style-type: none;
            margin: 0px;}
         
  #menu ul li {display: inline;
               margin: 0 20px 0 20px;}
               
  #line_d {background: #0b0b0b url('../_img/line.png') top center no-repeat;
         height: 3px;}
               
  /* Obsah */
  #obsah {float:left;
          width: 750px;
          margin: 0 52px 0 52px;
          color: #8c8c83;
          text-align:left;}
          
  .other a {color: #5d9bcb;}
          
  .other a:hover {color: #8c8c83;}
          
  .thumbs {float: left;
          margin: 0 25px 0 25px;
          width: 200px;
          text-align:center;}
          
  #s {margin-bottom: 45px;}
  
  /* CSS end */