body
{
 margin: 0px;
 padding: 0px;
}

.Klawisz
{
        text-decoration: none; 
        font-family: Verdana; 
        font-size: 12px;
        color: black;
        font-weight: bold;
        background-color: White;
        border: 1px solid #3873AE;
}

.Tekstowe
{
        text-decoration: none; 
        font-family: Verdana; 
        font-size: 12px;
        color: black;
        font-weight: bold;
        background-color: White;
        border: 1px solid #3873AE;
}


.MenuBackground
{
 background-image: url('../gfx/menu_back.jpg');
 background-repeat: no-repeat;
 vertical-align: top;

 font-size: 16px;
 font-weight: bold;
 font-family: 'Arial';
 height: 486px;
 width: 170px;
}

.SiteHeader
{
 background-image: url('../gfx/site_header.jpg');
 background-repeat: no-repeat;
 height: 54px;
 
 vertical-align: top;
 padding: 10px;
 padding-left: 30px;
 font-size: 16px;
 font-weight: bold;
 font-family: "DopeJam", "Arial";
 color: White;
}

.SiteFooter
{
 background-image: url('../gfx/bottom_gradient.jpg');
 background-position: 10px 0px;
 height: 2px;
 margin-left: 10px;
}

.MainPageContent
{
 margin-left: 10px;
 color: #000000;
 font-size: 15px; 
 text-decoration: none;
 font-family: Arial;
}

a:link, a:active, a:visited
{
color: #000000;
font-size: 19px; 
text-decoration: none;
font-family: Verdana;
}

a:hover
{
color: #000000;
font-size: 19px;
text-decoration: underline;
font-family: Verdana;
}

