﻿.zakladki
{
    margin: 10px;
    float: left;
}

.gridButtons
{
    margin-top: 20px;
}
.textSpacing
{
    margin-bottom: 5px;
}

.printer
{
    position: absolute;
    margin-right: 25px;
    top: 45px;
    right: 0px;

}

.printerIMG
{
    width: 32px;
    height: 32px;
    background-image: url('Images/Printer.png');
    background-repeat: no-repeat;
}
.printerIMG:hover
{
    width: 32px;
    height: 32px;
    background-image: url('Images/PrinterHover.png');
    background-repeat: no-repeat;
}

.wstawkaHeader 
{
    margin-bottom: 10px;
}

.wstawkaFooter
{
    margin-top: 10px;
}
