/* CSS Document by havri*/
body {
      text-align: center;
      margin: 0px;
      padding: 0px;
     /*bordo" - background-color: #FFEFD8;*/
      background-color: #FFEFD8; /* pozadi obsahu: #FFD8D8  */
      }
      
.img {
     border: 1px solid black;
     width: 120px;
     padding: 0px;
     margin: 5px;
     }      
      
.top {
      width: 787px;
      height: 128px;
      text-align: left;
      background-image: URL('../img/top.png');
      }
      
.menu {
      width: 787px;
     /* height: 58px; */
      margin: 0px;
      padding: 0px;
      } 
      
.tlacitka {
           margin: 0px;
           padding: 0px;
           background-image: URL('../img/menu_top.png');
           width: 787px;
           height: 43px;
           }
           
.menubottom {
             width: 787px;
             height: 29px;
             background-image: URL('../img/menu_bottom.png');
             margin: 0px;
             padding: 0px;
             color: white;
             font-family: new times roman;
             font-size: 14px;
             font-weight: bold;
             } 
             
.menubottom a {
               color: white;
               text-decoration: none;
               }  
               
.menubottom a:hover {
               color: white;
               text-decoration: underline;
               }                                      
      
.obsah {
        float: left;
        width: 585px;
        }
        
.psani {
        width: 473px;
        background-image: URL('../img/obsah_top.png');
        background-repeat: no-repeat;
	/*background-color: #FFDFC8;*/
        text-align:  justify;
        color: #303030;
        font-family: times new roman;
        font-size: 11pt;
        }
        
.psani a {
        color: #830000;
        text-decoration: none;
        }  
        
.psani a:hover {
        color: #830000;
        text-decoration: underline;
        }              
        
.aktual {
         float: right;
         width: 202px;   
         text-align: left;
         }
         
.aktualita {
            background-image: URL('../img/aktualita.png');
            color: white;
            width: 165px;
            height: 60px;
            text-align: center;
            font-family: Tahoma;
            font-size: 12px;
            text-align: left;
            }   
            
.aktualita a {
            color: white;
            text-decoration: none;
            }                                  
      
.copyright {
            width: 787px;
            height: 106px;
            text-align: left;
            background-image: URL('../img/copyright.png');
            font-size: 12px;
            font-family: Tahoma;
            }
            
.copyright a {
              color: silver;
              text-decoration: none;
              }
              
.copyright a:hover {
              color: silver;
              text-decoration: underline;
              }                         
            
#montex {
         position: relative;
         top: 85px;
         left: 15px;
         }           

