    html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    html {
    background: #700000 url() ;
    }
    body {
        font-size: 62.5%; /* Nastaví 1em na 10px pro všechny prohlížeče */
    text-align: center;
    color: #333; /* vždy nastavit barvu písma, lepší než černá je tmavě šedá */

    font-family: sans-serif, Georgia, "New York CE", utopia, serif;
    /* vždy nastavit řez písma, musí být dobře zobrazitelný, tj. pouze z těchto:
    http://www.pixy.cz/blogg/clanky/fonttest/ukazka.html */
    }
    #content {
    width: 1085px;
    position: relative;
    text-align: left;
    margin: 0 auto;
    background: url(bgcontent.jpg) repeat-y left top;
    }

    #side {
    width: 195px;
    float: left;
    position: relative;
    left: -418px;
    margin-top: -550px;
    z-index: 1;
    }

    #main {
    width: 550px;
    float: left;
    position: relative;
    left: 370px;
    padding: 5px;
     margin-top: -390px;
    _height: 600px;
    min-height: 600px;
    }

    #otherside {
    background: chartreuse;
    clear:both;
    }
    #header {
    background: url(header3.jpg) no-repeat left top;
    height: 762px;
    overflow: hidden;
    position: relative;
    }
    #header a strong {
    display: none;
    }
    #current a.current {  /* vždy klikací logo! příklad náhrady textu obrázkem*/
    width: 0;
    height: 100px;
    padding-left: 550px;
    overflow: hidden;
    display: block;
    position: relative;
    left: 350px;
    }
    #menujump {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    }
    #other {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: black;
    }
    #other a {
    color: white;
    }
    #menu {
    width: 216px;
    background: url(bfMenuR.jpg) repeat-y left 20px;
    position: absolute;
    top: 10px;
    z-index: 100;
    }
    #menu div.first {
    width: 216px;
    height: 109px;
    background: url(bgMenuBottom.jpg) no-repeat left bottom;
    }
    #menu h2 {
    display: none;
    }
    #menu ul li {
    width: 180px;
    display: block;
    margin-bottom: 12px;
    -moz-opacity: 0.85;
    overflow: hidden;
    }
    #menu ul li a {
    width: 163px;
    height: 23px;
    line-height: 23px; /* vertikální centrování textu na střed */
    padding: 0 1em;
    display: block;
    color: white;
    font-family: Tahoma, Impact, "Techno CE", sans-serif;
    font-weight: bolder;
    text-decoration: none;
    font-size: 140%;
    background: #973414;
    position: relative;
    }
    #menu ul ul {
    padding-top: 8px;
    }
    #menu ul li li {
    padding-left: 15px;
    width: 170px;
    }
    #menu ul li li a {
    font-size: 120%;
    width: 153px;
    }
    #menu a:hover {
     background: black;
    color: white;
    }

    form, fieldset, legend {
    margin: 0;
    padding: 0;
    border: none;
    }
    form {
    font-size: 110%;
    width: 80%;
    margin: 0 auto;
    }
    fieldset {
    margin: 0.5em 0;
    }
    fieldset legend {
    font-size: 150%;
    font-weight: bold;
    color: #333; /* jinak IE dává modrou, takže vždy nastavit */
    }
    fieldset fieldset legend {
    font-size: 130%;
    }
    form label {
    text-align: right;
    display: block;
    }
    form input, form select {
    width: 98%;
    }
    form label input {
    width: 2em;
    }

    #footer {
    background: url(footer.jpg) no-repeat left top;
    height: 103px;
    clear: both;
    }
    #footer p.kosik {
    position: absolute;
    top: 118px;
    left: 150px;
    color:white;
    font-size: 120%;
    font-weight: bolder;
    }

    /* vždy nastavit obecný h1 až aspo�? h4 */
    h1, h2, h3, h4, h5, h6 { /* sdružovat společná nastavení */
    font-family: Georgia, Impact, "Techno CE", sans-serif;
    font-weight: normal;
    }
    h1 {
    font-size: 150%;
    color: white;
    top: -24px;
    left: 23px;
    position: absolute;
    margin-bottom: 20px;
    z-index:100;
    }
    h2 {
    font-size: 160%;
    background: url(bgH2.jpg) no-repeat center center;
    color: white;
    text-align: center;
    height: 45px;
    line-height: 50px;
    clear: both;
    }
    h3 {
    font-size: 160%;
    }
    h4 {
    font-size: 150%;
    }
    /* tagy nastavovat vždy uvnitř elementu, kterého se týkají */
    #main p{
    /* velikost písma nastavovat na konkrétní tag, ne na celý div, písmo určené pro čtení (tj. ne nutně třeba patička) by mělo mít vždy minimálně 12 px (tj. 120%). Pakliže se nejedná o nějaký element, kde je velikost písma důležitá pro přesný design (občas u horizontálního menu a textových "obrázků"), tak jej nastavovat vždy v relativních jednotkách (em nebo %). */
    font-size: 120%;
    margin: 0.5em 0;
    line-height: 1.3em; /* běžný text by měl mít meziřádkové mezery aby se co nejlépe četl */
    }
    #main ul, #main ol {
    margin: 0.5em 0;
    }
    #main ul li, #main ol li{
    list-style: disc url();
    margin-left: 2em;
    font-size: 120%;
    }
    #homepage #main div.first {
    width: 248px;
    float: left;
    background: url(bgfirst.jpg) repeat-y left top;
    margin:20px 0 20px 18px;
    min-height: 250px;
    _height: 250px;

    }
    #homepage #main div.first p{
     padding: 7px;
    }
    #homepage #main div.first h3 {
    background: url(bgH3first.jpg) no-repeat center center;
    height: 29px;
    line-height: 32px;
    color: white;
    text-align: center;
    }
    #homepage #main div.second {
    width: 160px;
    padding-left: 16px;
    float: left;
    position: relative;
    top: 15px;
    left: 5px;
    text-align: center;
    font-size: 140%;
    color: black;
    }

    #vypis #main div.first {
    width: 248px;
    float: left;
    background: url(bgFirstVypis.jpg) no-repeat left top;
    margin:20px 0 20px 18px;
    min-height: 257px;
    _height: 257px;
    }
    #vypis #main div.first p{
     padding: 5px 0 0 15px;
    }
    #vypis #main div.first img{
     padding:15px 0 0 18px;
     display: block;
     float: left;
     width: 97px;
     height: 82px;

    }
     #vypis #main div.first span.first a{
      display: block;
      color: white;
      background: #808080 url();
      width: 200px;
      height: 15px;
      padding-left: 8px;
      font-size: 120%;
      text-decoration: none;
      position: relative;
      left: 7px;
      top:11px;
    }
    #vypis #main div.first span.second {
      display: block;
      color: white;
      background: #9b3715 url();
      width: 200px;
      height: 15px;
      padding-left: 8px;
      font-size: 120%;
      position: relative;
      left: 7px;
      top: 12px;
    }
    #vypis #main div.first span.pridaj a{
     color: white;
     font-weight: bolder;
     text-decoration: none;
     font-size: 130%;
     position: relative;
     left: 135px;
     top: 32px;
    }
    #vypis #main div.first h3 a{
    background: url(bgH3first.jpg) no-repeat center center;
    height: 29px;
    line-height: 32px;
    color: white;
    text-align: center;
    display: block;
    font-size: 80%;
    font-weight: bolder;
    text-decoration: none;
    }
    #vypis #main div.second {
     margin-top: 18px;
     width: 558px;
     background: url(bgdetail2.jpg) repeat-y left top;

    }
     #vypis #main div.ram {
     width: 558px;
     height: 7px;
     background: url(bgDetail1.jpg) no-repeat left top;
     padding: 0;
     margin: 0;  
     }
     #vypis #main div.ram#hm {
     position: relative;
     top: -2px;
     }
       #vypis #main div.second img {
       padding-left:12px;
       
       margin: 0;
       }
       #vypis #main div.second img.first {
       padding-left:30px;
       
       margin: 0;
       }

    #vypis div.third {
    background: url(detial_produktu.jpg) no-repeat left top;
    width: 398px;
    height: 445px;
    margin: 30px 0 0 75px; 
    }

     #vypis #main div.third span.pridaj a{
     color: white;
     font-weight: bolder;
     text-decoration: none;
     font-size: 130%;
     position: relative;
     left: 270px;
     top: 44px;
    }
    #vypis table {
    margin: 0 auto;
    width: 90%;
    font-size: 120%;
    line-height: 1em;
    position: relative;
    top: 15px;
    }
    #vypis .third table th {
    text-align: right;
    width: 50%;
    padding-right: 7px;
    }
     #vypis .third table td {
    text-align: left;
    width: 50%;
    padding-left: 9px;
    }
    #vypis .third table span.cenaTab {
     color: white;
     font-weight: bolder;
     background: #9c3816 url();
     padding: 0 7px ;
    }


    #vypis table caption {
    caption-side: bottom;
    font-style: italic;
    text-align: left;
    display: none;
    }
    #vypis table.kosik {
    width: 110%;
    }
    #vypis table.kosik tbody tr th {
    width: 300px;
    text-align: left;
    border-bottom: 1px #704c06  solid;
    }
     #vypis table.kosik tbody tr td {
    width: 80px;
    text-align: right;
    border-bottom: 1px #704c06  solid;
    }
    #vypis table.kosik thead, #vypis table.kosik tfoot {
    background: url(bgfirst.jpg) repeat left top;
    }
    

    .hidden {
    display: none;
    }
    a {
    text-decoration: underline; /* odkazy by měly být vždy potržené, ne nutně u blokových menu a podobně */
    color: navy; /* vždy musí mít nějakou základní barvu, kontrastní s pozadím main, nejlépe modrou */
    }
    a:hover {
    text-decoration: none;
    }
    a img {
    border: none; /* vždy nechat, kvůli IE nesmyslu s okrajem obrázků v odkazech */
    }
    a.kosik {
    position: absolute;
    top: 25px;
    left: 145px;
    display: block;
    width: 170px;
    height: 160px;
    color: white;
    font-weight: bolder;
    font-size: 130%;
    padding:15px 0 0 15px;
    }
    a.pokracovat {
    display: block;
    color:black;
    font-size: 180%;
    text-decoration: none;
    font-weight: bolder;
    background: url(bgfirst.jpg) repeat left top;
    width: 300px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px black solid;
    position: relative;
   left: 200px;
    top: 25px;
    }
    a.pokracovat:hover {
    color: white;
    }
    span.skry {
     cursor: pointer; cursor: hand;
     color: black;
     font-size: 100%;
     font-weight: bold;
     float: left;
     margin: 0px;
     padding: 0px;
     text-align: left;
     width: 400px;
    height: 400px;
     }
     span.zobraz {
     cursor: pointer; cursor: hand;
     color: black;
     font-size: 100%;
     font-weight: bold;
     float: left;
     margin: 0px;
     padding: 0px;
     text-align: left;
     }
     #one {
     padding-left:27px;

     }
    .skryvany2 {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 400px;
    height: 400px;
    background: url(bgfirst.jpg) repeat left top;

    }
.clear {
display: block;
clear: both;
}

#lista {
  padding: 10px;
  color: white;
}
#lista a {
  font-size: 120%;
  color: white;
}

#linx {
	padding-top: 30px;
	clear: both;
}
