/*************** Budowa ***************/

       A:link
       {
       color: #DE2726;
       text-decoration : none;
       }
       
       A:visited
       {
       color: #DE2726;
       text-decoration : none;
       }
       
       A:hover
       {
       color: #ffffff;
       text-decoration : underline;
       }
       
       body
        {
        font-family: Geneva, Helvetica,Arial;
        background-image: url(img/tlo.gif);
        font-size:12px; text-align:center;
        background-color: #305090;
        min-width: 790px;
        margin:0px;
        color: #827F78;
        padding:0px;
        }
        
        #page
        {
        width:790px;
        text-align:left;
        margin:0 auto;
        }
        
         .odstep
        {
        margin:0px;
        float:left;
        text-align:center;
        width:790px;
        height:10px;
        }
        
        .lewo
        {
        margin:0px;
        float:left;
        background-color: #000000;
        text-align:justify;
        width:200px;
        color: white;
        height:850px;
        }
        
        .srodek
        {
        margin:0px;
        float: left;
        background-color: #000000;
        text-align:justify;
        width:160px;
        height:850px;
        }
        
        .prawo
        {
        margin:0px;
        float: right;
        background-color: #000000;
        text-align:justify;
        width:430px;
        height:850px;
        }


/*************** Zawartosc ***************/

        .t_prawo
        {
        margin-left: 10px;
        margin-right: 10px
        }

