  body{
    background-image: url('./img/bg_06.gif');
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: SansSerif;
    font-size: 14px;
    color: rgb(63,63,63);
    padding-bottom: 10px;
  }
  
  h1{ font-size: 18px; color: rgb(31,31,31);}
  h2{ font-size: 16px; color: rgb(31,31,31);}
  #container
  {
    width: 950px;
    min-height: 500px;
    background: white;
    margin: 0 auto;
    text-align: left;
    border: 5px white dashed; 
  }
  #top{
    width: 100%;
    height: 72px;
    background-image: url('./img/bg-top2.gif');
    background-repeat: repeat-x;
    margin-bottom: -40px;
  }
  #header{
    width: 100%;
    height: 200px;
    background-image: url('./img/header.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
  }
  #links{
    width: 100%;
    height: 44px;
    background: #f3f1e9;
  }
  #content{
    min-height: 400px;
    padding: 10px;
  }
  img, a img{
  border: none;
  margin: 0px;
  }
  .vyrobci{
    margin-bottom: -35px;
  }
  .vyrobci img{
    height: 100px;
  }
  #bottom{
    width: 100%;
    height: 72px;
    background-image: url('./img/bg-bottom.gif');
    background-repeat: repeat-x;
    text-align: center;
    color: rgb(159,159,159);
    font-size: 12px;
  }
  #bt-text{
    padding-top: 45px;
  }
  #links ul li{
    list-style-type: none;
    display: block;
    float: left;
    border-right: 1px gray dotted;
    height: 15px;
    padding: 5px;
    padding-left: 9px;
    padding-right: 9px;
  }
  
  .asp{
    float: right;
  }
  
  /* ie css 
  #links ul li{
  height: 15px\9
  }
     ie css */
    #et{float: right; margin-top: 250px; margin-right: -160px;}
    
    #links ul{
    margin: 0px;
    padding: 0px;
     }
  #links ul li a{
    text-decoration: none;
    color: #420001;
  }
  #links ul li a:hover{
    font-weight: bold;
    color: #420001
  }
