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

.message_box    {width: 539px;
                 padding: 0px;
                 margin-top: 10px;
                 margin-bottom: 10px;
                 margin-left: 2px;
                }
                
.message_top    {width: 539px;
                 height: 30px;
                 padding-left: 5px;
                 background-image : url("../images/ramecek_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;
                 position: relative;
                } 
                
.message_text   {width: 539px;
                 padding-top: 3px;
                 padding-bottom: 3px;
                 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: 15px;
                 color: #000000;
                 text-align: justify;
                }      
                
.message_bottom {width: 539px;
                 height: 5px;
                 background-image : url("../images/ramecek_bottom.png");
                 background-repeat: no-repeat;
                }  

.book_box    {width: 490px;
              padding: 0px;
              margin-top: 20px;
              margin-bottom: 10px;
              margin-left: 2px;
             }
                
.book_top    {width: 490px;
              height: 30px;
              padding-left: 5px;
              background-image : url("../images/guest_ram_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;
              position: relative;
              text-align: left;
             } 
                
.book_text   {width: 490px;
              padding-top: 3px;
              padding-bottom: 3px;
              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: 15px;
              color: #000000;
              text-align: justify;
             }      
                
.book_bottom {width: 490px;
              height: 5px;
              background-image : url("../images/guest_ram_bottom.png");
              background-repeat: no-repeat;
             }                                      
