/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


div.clanek p{
    margin-left:0px;
    padding:0px;
    text-indent: 0px; margin-bottom:0px; 
}
    
  
  
  div.article { 
     
     width:500px;
     font-size: 12px;
     clear: both;
     text-align:left;
     margin-top:15px;
     margin-left:auto;
     margin-right:auto; 
     margin-bottom:0px;
    }
    
     div.article h4
     {
      font-family:Lucida Sans Unicode; 
      font-size:17px;
      font-weight: normal;
      /*color: #82b113;*/
      color: #b03b13;
      text-decoration: none;
      margin-bottom:0px;
      border-width:1px;
      border-bottom-style:dashed;
     } 
  
    div.article .top 
     {
      clear:both;
      width:100%;
      height:20px;
      text-decoration: none;
      text-align:left;
      color:#759ac4;
      margin-bottom:0px;
     }
  
    div.text img{
    display: block;
    margin-left: auto;
    margin-right: auto 
  }
  
 
 div.article .text {
    color:#444444;
    width:auto;
    float:left;
    font-size:11px;
    text-align:justify;
    margin-left:auto;
    margin-right:auto;
    }
    
    
  div.article .textx {
  color:#444444;
  text-align:justify; 
   width:auto;
   height:100%;
   margin-right:5px;
   }


div.article .imagex {
    float:left;
    width:auto;
    height:100%;
    padding-left:5px;
    padding-right:5px;
    font-size:11px;
   } 
    
    
        
    
 div.clanek_ram {
    clear: both;
    width:500px;
    color:#d93846;
    margin-bottom: 10px;
    }

div.ramecek
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    float: left;
    width: 130px;
    height: auto;
    margin-left:15px;
    margin-top:7px;
    font-size: 11px;

    }
    

span.textleft
        {
        float:left;
        padding-left:10px;
        padding-top:0px;
        padding-bottom:0px;
        font-size:10px;
        font-family:Lucida Sans Unicode;
        color:#000000;
        }        
span.textright
        {
        float:right;
        padding-right:10px;
        padding-top:0px;
        padding-bottom:0px;
        
        font-size:10px;
        font-family:Lucida Sans Unicode;
        color:#000000;
}



/*    foto */

a.file {                                                          /* Zobrazeni thumbnailu */
    color: #A3A8B1;
    background-color: #E9E9EB;    
    border: 1px solid #F4F4F5;
    display: block;
    width: 146px;
    height: 146px;
    overflow: hidden;
    margin: 2px 2px 2px 2px;    
    padding: 0;
    white-space: nowrap;    
    cursor: pointer;
    text-align: center;
    float: left;
    border: 1px solid #bcc9eb;

} 

a.file:hover {                                                          /* Zobrazeni thumbnailu */
    color: #234b6c;
    background-color: #D0DFEF;
    border: 1px solid #6FA3D0;    
    cursor: pointer;    
}
a.file img
{                                                          /* Zobrazeni thumbnailu */
    border: 1px solid #F4F4F5;
    margin: 2px auto 0 auto;
    height: 140px;
}  
a.file:hover img
{                                                          /* Zobrazeni thumbnailu */
    border: 1px solid #6FA3D0;    
}





input, textarea, select    
{
    font-family: "Helvetica CE", "Trebuchet MS", Arial, Verdana, sans-serif !important;    
    font-size: 11px;
    border: 1px solid #CED7DB;
    background-color: #E7EBED;
}

 input.wide{
    width:160px;
}

 select.wide{
    width:162px;
}

 textarea.wide{
    width:160px;
}

input:hover, textarea:hover, select:hover
{
    background-color: #F3F6F6;
    border-top: 1px solid #6C8793;    
    border-left: 1px solid #6C8793;    
    border-right: 1px solid #DAE1E4;    
    border-bottom: 1px solid #DAE1E4;            
}    
 
 input.red
{
    font-family: "Helvetica CE", "Trebuchet MS", Arial, Verdana, sans-serif !important;    
    font-size: 11px;
    border: 1px solid #DBCECE;
    background-color: #EDE6E6;
} 

