/*
style.css
Szymon Zdziabek
*/

body
	{
	background-color: #DBE2E8;
	}
img
	{
	border: 0;
	}
table
	{
	border: 0px;
	}

.ramka
        {
	border: 1px solid #5a738c;
        }

td
	{
	vertical-align: top;
	border-color: #5a738c;
	}

td.osobaL
        {
        border-right: 1px solid;
        background-color: #DBE2E8;
        width: 150px;
        }

td.osobanaglowek
        {
        background-color: #DBE2E8;
        border-bottom: 1px solid;
        }

td.osobatopL
        {
        background-color: #DBE2E8;
        width: 150px;
        border-top: 1px solid;
        border-right: 1px solid;
        }

td.osobatop
        {
        border-top: 1px solid;
        }

td.osobaosoba
        {
        border-top: 1px solid;
        /*border-bottom: 1px solid;*/
        }

td.bazaosobL
        {
        height: 10px;
        border-top: 0px solid;
        border-bottom: 1px solid;
        border-left: 1px solid;
        border-right: 1px solid;
        }
        
td.bazaosob
        {
        height: 10px;
        border-top: 0px solid;
        border-bottom: 1px solid;
        border-left: 0px solid;
        border-right: 0px solid;
        }
        
td.bazaosobP
        {
        height: 10px;
        border-top: 0px solid;
        border-bottom: 1px solid;
        border-left: 0px solid;
        border-right: 1px solid;
        }

td.bazaosobG
        {
        height: 10px;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-left: 0px solid;
        border-right: 1px solid;
        }

td.bazaosobLG
        {
        height: 10px;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-left: 1px solid;
        border-right: 1px solid;
        }

td.valignbot
        {
        vertical-align: bottom;
        }

td.valigncen
        {
        vertical-align: middle;
        }

td.stopka
        {
        vertical-align: bottom;
        background-image: url(stopka-tlo.gif);
        }

a
	{
	/*font-family: "Times New Roman";*/
	text-decoration: none;
	/*font-weight: normal;*/
	color: black;
	}

a:hover
	{
	text-decoration: underline;
	}

p
	{
	font-family: "Times New Roman";
	font-weight: normal;
	font-style: normal;
	font-size: 13pt;
	text-align: justify;
	text-indent: 0;
	text-decoration: none;
	margin-right: 5pt;
	margin-left: 5pt;
	line-height: 20px;
	}

p.bannery
	{
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	margin-right: 1pt;
	margin-left: 1pt;
	margin-top: 15pt;
	margin-bottom: 1pt;
	line-height: normal;
	}

p.menu
        {
        margin-top: 0pt;
        margin-bottom: 0pt;
       	margin-right: 5pt;
	margin-left: 5pt;
        }

p.bazaosob
	{
	font-size: 11pt;
	text-align: justify;
	margin-right: 1pt;
	margin-left: 1pt;
	/*line-height: 17px;*/
	}
	
p.bazaosobC
	{
	font-size: 11pt;
	text-align: center;
	margin-right: 1pt;
	margin-left: 1pt;
	/*line-height: 17px;*/
	}

p.bazaosobB
	{
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	margin-right: 1pt;
	margin-left: 1pt;
	}

p.bazaosobR
	{
	font-size: 11pt;
	text-align: right;
	margin-right: 1pt;
	margin-left: 1pt;
	}

p.bazaosobRB
	{
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	margin-right: 1pt;
	margin-left: 1pt;
	}

p.bazaosobCB
	{
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin-right: 1pt;
	margin-left: 1pt;
	}

p.stopka
	{
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	margin-right: 1pt;
	margin-left: 1pt;
	margin-top: 1pt;
	margin-bottom: 1pt;
	line-height: normal;
	}

p.osobanaglowek
        {
        font-size: 24pt;
        text-align: left;
        line-height: normal;
        }

p.osobamale
        {
        font-size: 8pt;
        text-align: left;
        line-height: normal;
        }

input
    {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Times New Roman";
    font-size: 10pt;
    width: 120px;
    border-style: solid;
    border-width: 1px;
    border-color: #5a738c;
    }

input.button
    {
    background-color: #DBE2E8;
    font-size: 10pt;
    width: 150px;
    }


