/* Główne definicje */

*
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

html
{
    height: 100%;
}

body
{
    margin: 0px 0;
    min-width: 990px;
    color: #000000;
    text-align: center;
}

body.Clear
{
    min-width: 10px;
    text-align: left;
    background-color: #FAF7E8;
    color: #000000;
    margin-left: 10px;
    margin-right: 10px;
}

body.Print
{
    background-color: #FAF7E8;
    color: #000000;
}

div.divBodyPrint
{
    width: 700px;
}

/* Linki */

a:link    {text-decoration: none; 	color: #CC1515;}
a:visited {text-decoration: none; 	color: #CC1515;}
a:hover   {text-decoration: underline; 	color: #CC1515;}
a:active  {text-decoration: underline; 	color: #CC1515;}

/* tabele - ogolnie */

table 
{
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px auto;
}

td 
{
    text-align: left;
    font-size: 11px;
    vertical-align: top;
}

/* Listy */

ul,ol,dl
{
    margin-left: 15px;
    margin-bottom: 10px;
}

ul.square
{
    list-style: none;
    margin: 0px 5px;
}

li
{
    margin-left: 15px;
}

dd
{
    margin-left: 25px;
    margin-bottom: 5px;
}

dt
{
    margin-bottom: 5px;
}

/* Formularze */

input,textarea,select 
{
    font-size: 11px;
}

/* CMS */

div.divCMS
{
    width: 500px;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 18px;
    color: #5B483B;
    text-align: left;
}
    padding-top: 30px;

/* Kolory */

table.tabN
{
    width: 95%;
}

tr.szary1
{
    background-color: #eeeeee;
}

td.n
{
    font-weight: bold;
    padding: 4px;
    background-color: #eeeeee;
    border-bottom: 1px solid #ffffff;
}

td.n2
{
    text-align: justify;
    line-height: 17px;
    padding: 10px;
    background-color: #eeeeee;
    border-bottom: 1px solid #ffffff;
}

td.l
{
    text-align: right;
    padding: 5px;
    vertical-align: top;
    background-color: #eeeeee;
    border-bottom: 1px solid #ffffff;
}

td.p
{
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #eeeeee;
    line-height: 17px;
    font-size: 12px;
}

/* */

