html,body
    {
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    }


div.pasek_gora
    {
    width: 100%;
    height: 20px;
    background-image:url('img/pasek_gora.png');
    background-size:100% 100%;
    margin-bottom: 10px;
    padding-bottom: 3px;
    }

div.main
    {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)";
    }
        
div.pasek_dol
    {
    width: 100%;
    height: 20px;
    background-image:url('img/pasek_dol.png');
    background-size:100% 100%;
    margin-top: 10px;
    position: fixed;
    bottom: 0;    
    text-align: right;
    padding-top: 3px;
    }

img.ikona
    {
    max-width: 50px;
    filter: grayscale(0%);
    }

img.ikona:hover
    {
    max-width: 70px;
    filter: grayscale(0%);
    }


table.iktb
    {
        margin-left: auto;
        margin-right: auto;
    }

td.iktd
    {
    text-align: center;
    width: 90px;
    height: 90px;
    }

table.oktb
    {
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;

    }

td.oktd
    {
        text-align: center;
        width: 80px;
        height: 80px;
    }


a      
    {
        text-decoration: none;
        text-transform: none;
        color: #BBBBBB;
    }

a:link 
    {
        color: #BBBBBB;
    }

a:visited    
    {
        color: #BBBBBB;
    }

a:hover 
     {
        text-decoration: none;
        color: #bc002d;
     }

a:active    
    {
        color: #BBBBBB;
    }

a.footer
    {
        text-decoration: none;
        font-size: 12px;
        margin-right: 10px;
        color: black;
    }       