BODY
{
    color: white;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 1px;
}
HTML, BODY
{
    scrollbar-face-color: #4B5C18;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #4B5C18;
    scrollbar-darkshadow-color: #4B5C18;
    scrollbar-track-color: #4B5C18;
    scrollbar-arrow-color: #FFFFFF;
}
p.tekst
{
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    text-indent: 20px;
}
p.cennik, div.tekst
{
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
}

label
{
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
}
hr
{
    color: white;
    height: 1px;
    border: solid 1px white;
}
ul
{
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    text-algin: justify;
    list-style-image: url(Ball.jpg);
}
h1
{
    color: white;
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
    text-decoration: underline;
}

li.odstepy
{
    line-height: 15pt;
}

a
{
    font-size: 7pt;
    font-family: Verdana, Arial;
    font-weight: bold;
    color: white;
}
a:hover
{
    color: #FFFF00;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
input.textfield
{
    background-color: #4B5C18;
    border-width: 1;
    font-size: 8pt;
    color: white;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-bottom: white 1px solid;
    border-left: white 1px solid;
}
input.check
{
    background-color: #4B5C18;
    color: white;
    size: 5;
    width: 12px;
    height: 12px;
    cursor: hand;
}
input.button
{
    background-color: #4B5C18;
    color: white;
    font-size: 7pt;
    width: 50px;
    height: 18px;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-bottom: white 1px solid;
    border-left: white 1px solid;
    cursor: hand;
}
textarea
{
    font-size: 8pt;
    font-family: arial;
    color: white;
    border-width: 1;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-bottom: white 1px solid;
    border-left: white 1px solid;
    background-color: #4B5C18;
}
/* jQuery lightBox plugin - Gallery style */#gallery
        {
            padding: 10px;
            width: 520px;
        }
        #gallery ul
        {
            list-style: none;
        }
        #gallery ul li
        {
            display: inline;
        }
        #gallery ul img
        {
            border: 1px solid white;
            border-width: 2px 2px 2px;
        }
        #gallery ul a:hover img
        {
            border: 1px solid yellow;
            border-width: 2px 2px 2px;
            color: #fff;
        }
        #gallery ul a:hover
        {
            color: #fff;
        }

