﻿div
{/*
    border: black 1px solid;
   */
}

A
{
    color: maroon;
}
A:hover
{
    color: white;
    background-color: maroon;
}
div.header
{
    color: maroon;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
div.administracja
{
    margin-bottom: 10px;
}
div.nawigacja
{
    background-color: #ffcccc;
    margin-bottom: 10px;
    padding: 5px;
}
div.item
{
    padding: 5px;
    width: 230px;
    background-color: #ffcccc;
    color: maroon;
}
div.tytul
{
    font-weight: bold;
    margin-bottom: 5px;
    height: 35px;
}
div.image
{
    width: 130px;
    height: 100px;
    
}
div.dane
{
    margin-right: 5px;
    width: 90px;
    font-size: 11px;
}
div.descriptions
{
    text-align: right;
    font-size: 9px;
}
div.data
{font-size: 8px;
}

