/* Obecná nastavení */
h1 {
  padding: 5px;}

/* Obecné identifikátory */
#container {
  width: 740px;
  background-color: #e3e8ea;
  margin: 0 auto;}

/* header - hlavička */
#print-header-container {
  width: 740px;
  border: 0px;
  float: right; }
#print-header-container-in{
  padding: 0px;
  border: 0px;
  font-size: 13px; 
  color: rgb(0,51,153); 
  font-weight: bold;
  line-height: 15px;} 
.LEDocom-title{
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;}
.header-title{
  padding-left: 10px;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;}

/* main - tělo stránky */
#main-container {
  width: 740px;
  height: auto;
  min-height: 900px;
  float: right;
  background-color: white;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(images/back_info.jpg);}
#main-container-in{
  padding: 10px;}

/* footer - patička - zápatí */
#print-footer-container {
  width: 740px;
  border: 0px;
  float: right;}
#print-footer-container-in {
  padding: 0px;
  font-size: 13px; 
  color: #a2b0b6; 
  font-weight: bold;}
  
/* Katalog */ 
.polozka {
	height : 160px;} 

/* obecné třídy */
.no-print {
  display:none;}
.ignore {
  display:none;}  
.print {
  display:block;}
.red{
  color: red;}
.blue{
  color: blue;}
.green{
  color: green;}



























