/* 
    Document   : style_print
    Created on : Jan 29, 2010, 10:10:18 AM
    Author     : root
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
 
* {
    padding: 0;
    margin: 0;
}
div#header,ul#menu,div#footer,p.odkazy_cenik,div#center div.kontakt_polovina a,div#center div.kontakt_polovina img {
    display: none;
}
  body
  {color: black;
   background: white;
  }
div#center {
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 100;
    font-size: 10pt;
}
h2,h3,div#center {
    line-height: 20pt;
    display: block;
    padding: 10px;
}
div#center ul li {
    width: 450pt;
    position: relative;
    list-style: none;
}
div#center ul li span {
    position: absolute;
    top: 0;
    right: 0;
}
img.tisk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    
}
div#center p.odsazeny {
    font-size: .8em;
}
div#center div.kontakt_polovina {
    font-size: 1em;
}



