/*************** 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;
        background-image: url(img/tlo.png) ;
        background-repeat: repeat-x;
        margin:0px;
        color: #000;
        padding:0px;
        }
        
        #page
        {
        width:600px;
        text-align:left;
        margin:0 auto;
        }
        
        
        .top
        {
        margin:0px;
        text-align:center;
        width:600px;
        }
        
        .lewo
        {
        background-image: url(img/lewo.gif);
        margin:0px;
        margin-bottom: 5px;
        color: #000;
        font-size:12px;
        float:left;
        text-align:justify;
        height:400px;
        width:200px;
        padding-bottom: 10px;
        }
        
        .srodek
        {
        margin:0px;
        float: left;
        text-align:justify;
        width:400px;
        padding-bottom: 10px;
        }
        
        
        .stopka
        {
        margin:0px;
        float: left;
        border-top: 3px solid #1e7e81;
        text-align:center;
        height: 100px;
        background-color: #d5e9ea;
        width:100%;
        }

/*************** Zawartosc ***************/

        ul {
         margin: 5px;
         margin-left: 50px;
         padding: 5px;
        }
     
        h1
        {
        font-size:18px;
        border-bottom: 1px #000 dotted;
        }
        
         h2
        {
        font-size:15px;
        margin: 0px;
        margin-left: 20px;
        padding: 0px;
        }
        



