/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/    
/*---       nulovani nekterych definic        ---*/     
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/    
.ob .fakeOptions li p {
  font-size: 80% !important;
  }
.ob .fakeOptions li {
    font-size: 140%;
    background: none !important;
    }
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/    
/*---              Textove styly              ---*/     
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.textStyle1 {
    background: yellow;
    color: #000;
    font-style: normal;
    }
.textStyle2 {
    color: red;
    font-style: normal;
    }   
.textStyle3 {
    text-decoration: line-through;
    font-style: normal;
    }
.textStyle4 {
    text-transform: uppercase;
    font-style: normal;
    }     
.textStyle5 {
    font-variant: small-caps;
    font-style: normal;
    }             
.textStyle6 {
    letter-spacing: 0.4em;
    font-style: normal;
    }         
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*----             Odkazy a nadpisy              ---*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.oe a,
.ob a {
    color: #ce2730;
    }
.oe a:hover,
.oe a:hover {
    color: #ce2730;
    text-decoration: none;
    }    
.oe h1,
.ob h1 {
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 13px;
    color: #333333;
    font-size: 18px;
    padding: 0 0 15px;
    }
.oe h2,
.ob h2 {
    color: #004B83;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 0 15px;
    }
.oe h3,
.ob h3 {
    font-size: 11px;
    font-weight: bold;
    }
.oe h4, .oe h5, .oe h6,
.ob h4, .ob h5, .ob h6 {
    font-size: 12px;
    color: #eee;
    padding: 10px 0 5px 0;
    }          
body.oe  {
    padding: 10px;
    } 
.oe p {
    color: #333;
    font-size: 11px;
    padding: 5px 0;
    /*margin-bottom: 20px;*/
    }  
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/    
/*---                  Seznamy                ---*/     
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*--- buttony ---*/
.ob ul.listStyle1 li {
    padding: 3px 0;
    list-style-type: circle;
    font-size: 12px;
    }      
.ob ul.listStyle2 li {
    padding: 3px 0;
    list-style-type: disc;
    font-size: 12px;
    }          
.ob ul.listStyle3 li {
    padding: 3px 0;
    list-style-type: square;
    font-size: 12px;
    }  
.ob ul.listStyle4 li {
    list-style-image: url('../img/sec_content_item.png');
    padding: 3px 0;
    font-size: 12px;
    padding-left: 15px;
    padding-bottom: 5px;
    text-align: left;
    }
/*---- editor ---*/               
.oe ul.listStyle1 li {
    padding: 3px 0;
    list-style-type: circle;
    background: none;
    margin-left: 20px;
    font-size: 12px; 
    }
.oe ul.listStyle2 li {
    padding: 3px 0;
    list-style-type: disc;
    background: none;
    margin-left: 20px;
    font-size: 12px;    
    }          
.oe ul.listStyle3 li {
    padding: 3px 0;
    list-style-type: square;
    background: none;
    margin-left: 20px; 
    font-size: 12px; 
    }              
.oe ul.listStyle4 {
  font-size: 1.1em;  
  list-style: none;
  margin: 0 0 20px 10px;
  text-align: left;
  }
.oe ol.listStyle4 {
  font-size: 1.1em;  
  margin: 10px 0 20px 28px;
  }  
.oe ul.listStyle4 li {
  background: url(../img/sec_content_item.png) 0 4px no-repeat;
  padding-left: 15px;
  padding-bottom: 5px;
  list-style: none;
  text-align: left;  
  }            
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/    
/*---       obrazky a jejich zarovnani        ---*/     
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
div.content img.ir {
  display: inline;
  float: right;
  margin: 0 0 5px 10px;
  }
div.content img.il {
  display: inline;
  float: left;
  margin: 0 10px 5px 0;
  } 
  
/* tabulka */
.oe table {
    font-size: 1.1em;
    width: 100%;
    background-color: #F9F8F3;
    border: 1px solid #DFE0D2;
    margin: 5px 0;
    border-collapse: collapse;
    }
.oe table th {
    background-color: #DFE0D2;
    padding: 4px 10px 4px 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    }
.oe table td {
    padding: 5px 10px;
    border-bottom: 1px solid #E0E0D6;
    }