/* CSS Document */

        #left_zalozky
        {
            width:270px;
            height: 36px;
            text-align: center;     
        }
        
        #left_zalozky a
        {
            
            display: block;
            float: left;
            margin-right: 3px;
            height: 25px;
            position: relative;
            left: 8px;
            top: 4px;
            background-position: top;
            background-repeat: no-repeat;
            
           
            font-weight: bold;
            text-decoration: none;
            font-size: 13px;
            padding-top: 9px;
           
        
        }
        
      
        
        a.left_zalozky_portaly
        { 
            background-image: url(img/left_zalozka_portaly.gif);
            width: 97px;
            height: 25px;
            margin-left: -6px;
             color: white;
        }
        
        a.left_zalozky_reportaze
        { 
            background-image: url(img/left_zalozka_reportaze.gif);
            width: 83px;
            height: 25px;
            color: white;
        }

        a.left_zalozky_zive
        { 
            background-image: url(img/left_zalozka_zive.png);
            width: 84px;
            height: 34px;
             color: white;
            display: block;
        }
        
        a.left_zalozky_portaly_stisknuto
        { 
            background-image: url(img/left_zalozka_reportaze_aktivni.gif);
            width: 97px;
            height: 34px;
            margin-left: -6px;
            color: black;
        }
        
        a.left_zalozky_reportaze_stisknuto
        { 
            color: black;
             background-image: url(img/left_zalozka_portaly_aktivni.gif);
            width: 83px;
            height: 34x;
        }
        
        a.left_zalozky_zive_stisknuto
        { 
            background-image: url(img/left_zalozka_zive_aktivni.gif);
            width:84px;
            height:34px;
            color: black;
            display: block;
        }

