/* CSS pro stranky www.soumraky.ic.cz - main */

body    {margin-top: 3px;
         margin-left: 0px;
         margin-right: 0px;
         margin-bottom: 3px;
         background: #001028;
         font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
         font-size: 15px;
         color: #000000;
        }
        
#body   {width: 768px;
         padding: 0px;
         position: relative;
         margin: auto;
        }       
        
#header {width: 768px;
         height: 178px;
         background-image : url("../images/SOA13_header.png");
         background-repeat: no-repeat;
        }  
        
#text   {width: 768px;
         background-image : url("../images/middle.png");
         background-repeat: repeat-y;
         text-align: left;
         vertical-align: top;
        }  
        
#bottom {width: 768px;
         height: 53px;
         background-image : url("../images/bottom.png");
         background-repeat: no-repeat;
        }      
        
#menu   {width: 276px;
         height: 47px; 
        }
        
#seda_lista {width: 540px;
             height: 30px;
             background: #C0D4E6;
            }        

#show_label {width: 240px;
             height: 25px;
             font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
             font-size: 16px;
             font-weight: bold;
             text-align: center;
             border: 0px;
             background: transparent;
            }

#screen {width: 550px;
         padding-top: 10px;
         padding-bottom: 10px;
         font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
         font-size: 15px;
         color: #000000;
        }       
             
#info   {width: 212px;
         
        }                                                                   

.info_box       {width: 210px;
                 padding: 0px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 margin-right: 2px;
                }
                
.info_top       {width: 210px;
                 height: 30px;
                 padding-left: 7px;
                 background-image : url("../images/info_top.png");
                 background-repeat: no-repeat;
                 font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
                 font-size: 15px;
                 font-weight: bold;
                 color: #ffffff;
                 text-align: center;
                } 
                
.info_text      {width: 210px;
                 padding-top: 5px;
                 padding-bottom: 5px;
                 background-image : url("../images/pozadi_sede.png");
                 background-repeat: repeat;
                 font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
                 font-size: 12px;
                 color: #000000;
                 text-align: left;
                }      
                
.info_bottom    {width: 210px;
                 height: 5px;
                 background-image : url("../images/info_bottom.png");
                 background-repeat: no-repeat;
                }

.error          {font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
                 font-size: 15px;
                 font-weight: bold;
                 color: #ff0000;
                }
