﻿/* LEWE MENU */
a.menuLink_subTop
{
    padding-top: -10px;
    margin-top: 0px;
}
#zamowienia_sub
{
    display: none;
    cursor: pointer;
}
#dzialania_sub
{
    display: none;
}
#rekrutacja_sub
{
    display: none;
    cursor: pointer;
}

/*PLYWAJACA STOPKA*/
#stopka
{
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 7pt;
    text-align: center;
    background: white;
}
#footer 
{
    width: 900px;
    margin: auto;
    background: white;

}
.justify
{
    text-align: justify;
}