/*************** Budowa ***************/

       A:link
       {
       color: #063E3F;
       text-decoration : none;
       }
       
       A:visited
       {
       color: #063E3F;
       text-decoration : none;
       }
       
       A:hover
       {
       color: #063E3F;
       text-decoration : underline;
       }
       
       body
        {
        font-family: Times New Roman;
        font-size:14px; text-align:center;
        background-color: #fff;
        min-width: 780px;
        margin:0px;
        color: #000000;
        padding:0px;
        }
        
        #page
        {
        width:750px;
        text-align:left;
        margin:0 auto;
        }
        
        
        .top
        {
        margin:0px;
        background-color: #ffffff;
        font-size: 0px;
        text-align:center;
        width:750px;
        height:140px;
        }
        
        .lewo
        {
        border-top: solid #000 1px;
        border-bottom: solid #000 1px;
        background-image: url(img/lewo.gif);
        margin:0px;
        margin-bottom: 5px;
        color: #063E3F;
        font-size:12px;
        float:left;
        text-align:justify;
        width:200px;
        }
        
        .srodek
        {
        background-color: #fff;
        margin:0px;
        float: left;
        text-align:justify;
        width:550px;
        }
        
        
        .stopka
        {
        margin:0px;
        float: left;
        border-top: 1px solid #000;
        text-align:center;
        width:750px;
        }

/*************** Zawartosc ***************/
        table {
        border-collapse: collapse;
        }

        table td, table th {
        border: 0px;
        padding: 5px;
        }

        ul {
         margin: 5px;
         padding: 5px;
        }
     
        h1
        {
        font-size:25px;
        text-align:left;
        border-bottom: 1px #000 dotted;
        }
        
         h2
        {
        font-size:20px;
        text-align:left;
        border-bottom: 1px #000 dotted;
        }

        .l_naglowek
        {
        font-size: 15px;
        text-decoration : underline;
        font-weight: bold;
        }
        
        .t_lewo
        {
        margin-top: 10px;
        margin-left: 40px;
        }
        
        .t_srodek
        {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        }
        
        .t_prawo
        {
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
        }

        
        

