/* CSS Document */

/* layout */
    body
    {
        margin: 0;
        padding: 0;
    
        background: #3B74CD url('obrazky/pozadi/telo.jpg') repeat-x;
    
        text-align: center;
    }
  
    #main
    {
        width: 714px;
        
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    
        text-align: left;
    }
    
            /* zahlavi */
            #zahlavi
            {
                width: 714px; height: 43px;

                border: 0px solid black;
                
                background: url('obrazky/pozadi/zahlavi.gif') repeat-x;
                
                position: relative; left: 0; top: 0; 
            }
            
            
                #txt_menu
                {
                    position: relative; left: 70%; top: 20px;
                }
            
            
            /* logo */
            #logo
            {
                width: 714px; height: 180px;
                
                border: 0px solid black;
                
                background: no-repeat;
                
                position: relative; left: 0; top: 0;
            }
            
            
            /* hlavni */
          #hlavni
            {
                width: 714px; height: auto;
                
                border: 0px solid black;
                
                position: relative; left: 0; top: 0;
            }
      
                
                /* menu */
                #menu
                {
                    width: 136px; height: 100%;
                    
                    border: 0px solid black;
                    
                    margin: 0;
                    padding: 0;
                    
                    position: absolute; left: 0; top: 0;
                }
                    
                
                
                /* obsah */
                #obsah
                {
                    width: 528px; height: auto;
                    
                    border: 0px solid black;
                    
                    margin: 0 0 50px 0;
                    padding: 0 0 0 50px;
                    
                    position: relative; left: 136px; top: 0;
                }
                    
                    
                    /* kontakty */
                    .kontakty
                    {
                        border: 0px solid black;
                    }
                    
                    /* formular */
                    .formular
                    {                    
                        border: 0px solid black;
                    
                        margin: 5px 0;
                        padding: 0;
                    }
                                        
                        .email
                        {                    
                            width: 300px;
                            
                            border: 0px solid black;
                            
                            background: white url('obrazky/pozadi/form_txt.jpg') repeat-x;
                        }
                    
                        .form_txt
                        {
                            width: 500px; height: 200px;
                            
                            border: 0px solid black;
                            
                            background: white url('obrazky/pozadi/form_txt.jpg') repeat-x; 
                        }
                        
                        .odeslat
                        {
                            margin: 0;
                            border: 0px solid silver;
                            padding: 0;
                            
                            background: transparent;
                            
                            color: white
                        }
                        
        #login
        {
            width: 200px; height: 200px;
            
            margin-top: 200px;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
        }
                        
        #admin_h
        {
            width: 200px; height: 200px;
        
            margin-top: 0;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
        }
        
        #admin
        {
            width: 830px; height: *;
            
            border: 0px solid silver;
            
            margin-top: 0;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
        }
        
        
        .hlasky
        {
            width: 300px; height: *;
            
            border: 0px solid silver;
            
            margin-top: 50px;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
            
            font-size: 20px
        }
        
                    /* akce */
                    #akce
                    {
                        width: 528px; height: auto;
                            
                        border: 0px solid black;
                        
                        margin: 30px 0;
                        padding: 0;
                            
                        position: relative; left: 0; bottom: 0;
                    }
        
            
        /* zapati */        
        #zapati
        {
            width: 100%; height: 77px;
                
            border: 0px solid black;
            
            background: url('obrazky/pozadi/zapati.gif') repeat-x;
                
            position: relative; left: 0; top: 0;
        }

