﻿body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #3a592d; 
    color: #f1ffde;
    font-size: 8pt;
}

.nadpis
{
    text-align: center; 
    /*font-family: 'Monotype Corsiva', Cursive;*/
    font-size: 1.9em;
    font-weight: bold;
    color: White;
}

h1
{
    text-align: center; 
    /*font-family: 'Monotype Corsiva', Cursive;*/
    font-size: 1.7em;
    font-weight: bold;
}

h2
{
    text-align: center;
    /*font-family: 'Monotype Corsiva', Cursive;*/
    font-size: 1.5em;
    font-weight: bold;
}

h3
{
    text-align: center;
    /*font-family: 'Monotype Corsiva', Cursive;*/
    font-size: 1.3em;
    font-weight: bold;
}

h4
{
    text-align: center;
    /*font-family: 'Monotype Corsiva', Cursive;*/
    font-size: 1.1em;
    font-weight: bold;
}

a
{
    text-decoration: none;
    color: #ffff99;
}

a:hover
{ 
    /*background-color: #006600;*/
    /*text-decoration: underline;*/
    color: #ffff00;
}


.maintext
{
    text-align: justify; 
    background-color: #427122; /*#93b771;*/
    padding-right: 1em; 
    padding-left: 1em;
/*    padding-top: 1em;*/
    padding-bottom: 1em;
}

.maintextmain
{
    text-align: justify; 
    font-size: 1.2em;
    color: black;
    /*background-color: #427122; /*#93b771;*/
    /*padding-right: 12pt; */
    /*padding-left: 12pt;*/
    padding-top: 8pt;
    /*padding-bottom: 12pt;*/
    background-image: url('images/prkenko-mainv.jpg');
    background-repeat: no-repeat;

}

.maintextmain a
{
    color: #000066;
}

.maintextmain a:hover
{
    color: #660066;
}

.footer
{
    font-size: 0.8em;
}

.rightbar
{
    font-size: 0.9em;
    /*background-image: url(images/prkenkorot.jpg);
    background-repeat: no-repeat;*/
    color: Black;
    margin-left: 10pt;
}

.rightbar a
{
    color: #000066;
}

.rightbar a:hover
{
    color: #660066;
}

img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}