﻿body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #faf4e6; /* white; */ 
    background-image: url("images/background.jpg");
    background-position: top;
    /*background-attachment: fixed;*/
    color: black;
    font-size: 8pt;
}

.nadpis
{
    /*text-align: center; */
    /*font-family: 'Monotype Corsiva', Cursive;*/
    font-size: 2.5em;
    font-weight: bold;
}

h1
{
    text-align: center; 
    /*font-family: 'Monotype Corsiva', Cursive;*/
    font-size: 2.2em;
    font-weight: bold;
}

h2
{
    text-align: center;
    /*font-family: 'Monotype Corsiva', Cursive;*/
    font-size: 1.7em;
    font-weight: bold;
}

h3
{
    text-align: center;
    /*font-family: 'Monotype Corsiva', Cursive;*/
    font-size: 1.4em;
    font-weight: bold;
}

h4
{
    text-align: center;
    /*font-family: 'Monotype Corsiva', Cursive;*/
    font-size: 1.1em;
    font-weight: bold;
}

a
{
    text-decoration: none;
    color: #00008b;
}


a:hover
{
    background-color: #deffff;
    color: #0000ff;
    text-decoration: underline;
}

.maintext
{
    text-align: justify; 
    /*background-color: white;*/
    padding-right: 1em; 
    padding-left: 1em;
/*    padding-top: 1em;*/
    padding-bottom: 1em;
	border-left: 0.1em #0099CC solid;
	border-bottom: 0.1em #0099CC solid;
	border-right: 0.1em #0099CC solid;
	border-top: 0.1em #0099CC solid;
}

.footer
{
    font-size: 0.8em;
}

.rightbar
{
    padding-left: 0.5em;
    font-size: 0.9em;
}

img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}