/* 
    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;
}

html, body{
  background: #fff;
  margin: 0 !important;
}

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

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

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

#content_head{
  display: none !important;
}
#content_bg{
  box-shadow: 0 !important;
  border: 0 !important;
  margin: 0 !important; 
}

.a4{
  position: relative !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;  
  margin: 0 auto !important;
  overflow:auto !important;
  display:block !important; 
  float:none !important;    
  page-break-after: always;
  page-break-inside: avoid;
      
}

.a4-last{
   page-break-after: auto !important;
}

.no-print{
	display: none !important;
}