.container {
  background-color: white;
  /* opacity: 0.9; filter:alpha (opacity=90); */ /* je potřeba zachovat opacity: 1; jinak nefunguje modal okno s košíkem */
}

#content { background: rgba(255, 255, 255, 0.9); } /* zpruhledneni pozadi pro hlavni blok */

.navbar {
  background-color: white;
  opacity: 0.9; filter:alpha (opacity=90);
}

.img-thumbnail {
  background-color: white;
  opacity: 0.9; filter:alpha (opacity=90);
}

{ body {
  background-image: URL(/obrazek/3/pozadi/); /* obrázek na pozadí */
  background-attachment: scroll; /* pozadí neroluje */
  background-color: white; /* případná barva pozadí černá */
  background-position: center 10000px;
}

  /* table.produkt td {
  vertical-align: top;
  text-align: justify;
  border: 10px solid #eeeeee;
  padding: 20px;
}*/
  table.produkt {
    /*  background-image: url(http://www.glaser.webinpage.cz/admin/render/image/size/source/id/1296535/); */
    padding: 20px;
    cellspacing: 15;
    border: 1px #FF8C00;
    vertical-align: top;
    text-align: justify;
  }

  div.oranzova {
    background-color: #FF8C00;
    width: 100%;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  div.stranka {
    background-color: #FFFFFF;
    width: 100%;
    padding: 30px;
    opacity: 0.9; filter:alpha (opacity=90);
  }

  .panel-body {
    padding: 15px;
    background-color: white;
    opacity: 0.9; filter:alpha (opacity=90);
  }

  .thumbnail {
    padding: 15px;
    background-color: white;
    opacity: 0.9; filter:alpha (opacity=90);
  }

  .title {
    padding: 15px;  
    background-color: white;
    opacity: 0.9; filter:alpha (opacity=90);
  }

  .panel-filter {
    background-color: white;
    opacity: 0.9; filter:alpha (opacity=90);
  }

  {#logo {
    background-color: white;
    text-align:center
      opacity: 0.9; filter:alpha (opacity=90);
  }}

  #list-sitemap {
    padding: 15px;
    background-color: white;
    opacity: 0.9; filter:alpha (opacity=90);
  }

  #bar-poweredby {
    background-color: white;
    opacity: 0.0; filter:alpha (opacity=100);
  }

  #footer {
    background-color: white;
    opacity: 0.0; filter:alpha (opacity=100);
  }

  #main-column {
    background-color: white;
    opacity: 0.99; filter:alpha (opacity=99);
  }

  #list-panel-categories li:nth-child(1) {
    background-image: url(/obrazek/3/menu-kun-m/);
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-left: 110px;
    color: white;
    height: 58px;
  }

  #list-panel-categories li:nth-child(2) {
    background-image: url(/obrazek/3/kralici-m/);
    background-repeat: no-repeat;
    padding-left: 110px;
    height: 58px;
  }

  #list-panel-categories li:nth-child(3) {
    background-image: url(/obrazek/3/ryby-m/);
    background-repeat: no-repeat;
    padding-left: 110px;
    height: 58px;
  }

  #list-panel-categories li:nth-child(4) {
    background-image: url(/obrazek/3/prasata-m/);
    background-repeat: no-repeat;
    padding-left: 110px;
    height: 58px;
  }

  #list-panel-categories li:nth-child(5) {
    background-image: url(/obrazek/3/brojleri-m/);
    background-repeat: no-repeat;
    padding-left: 110px;
    height: 58px;
  }

  #list-panel-categories li:nth-child(6) {
    background-image: url(/obrazek/3/nosnice-m/);
    background-repeat: no-repeat;
    padding-left: 110px;
    height: 58px;
  }

  #list-panel-categories li:nth-child(7) {
    background-image: url(/obrazek/3/bio/);
    background-repeat: no-repeat;
    padding-left: 110px;
    height: 58px;
  }}

/* zobrazit kosik jen na strance eshopu
body:not(#eshop) #topcart {
  display: none;
}*/

/* skryt kosik pro cely web */
 #topcart {
   display: none;
}

