/* 
    Document   : print
    Created on : 25.4.2012, 10:04:36
    Author     : Honza
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
  display: block;
}


.page{
  margin: 0;
  width: 771px;
}
#left{
  display: none;
}
#print{
  display: none !important;
}
#navig{
  display: none !important;  
}

#upozorneni, #menu, #head h1{
  display: none !important;
}

#head div.page > a{
  text-align: left !important;
}