﻿body
{
    background-image: url( 'Images/background.png' );
    background-color:#a6cd36;
    background-repeat:repeat-x;
}

div.page
{
    margin: auto;
    width: 1000px;
    border: solid 2px black;
    background-color: White;
    overflow: auto;
    visibility: visible;
}

.mainContent
{
    padding: 10px;
    float: left;
    width: 560px;
}

.mainContent h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #003399;
}
.mainContent h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:#003399;
}
.mainContent h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#003399;
    font-style: italic;
}

.mainContent div
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: justify;
}
.mainContent li
{    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;    
    padding: 5px;    
}

.mainContent a
{
    color: Black;
}
.mainContent a:hover
{
    color: #74941F;
}

img.headingIcon
{
    border: solid 2px #003399;
    margin-right:20px;
    float:left;
}

.sideMenu
{
    width: 200px;
    height: 100%;
    float: left;
}


.rightPanel
{
    padding: 0px;
    float: left;
    width: 215px;
    border-left: solid 2px #DDDDDD;
    border-bottom: solid 2px #DDDDDD;
    padding-bottom: 20px;
    background-image: url( 'Images/cert_panel_back.png' );
    background-repeat:repeat-y;
}
.rightPanel h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#003399;
    font-style: italic;    
    padding-left:10px;
}

.titlePanel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    font-weight: bold;
    background-color: white;    
    text-align: left;    
    padding:0px;
}
.titlePanel TABLE, TR, TD
{       
    padding:0px;
    margin:0px;
    border-collapse:collapse;
}

.titlePanel H1
{
    margin: 0px;
    padding: 0px;
}

.topMenu
{    
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;    
    background-color: #BBDDFF;    
}

.bottomMenu
{
    margin-top: 50px;
    float: left;
    width: 550px;
    border-bottom-style: solid;           
    border-bottom-width: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;    
    border-bottom-color: #A6D02E;    
}

.currentLocation
{
    border-bottom: inset 2px black;
    border-top: inset 2px black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    background-color: #A6D02E;
    border-top-color: black;
    border-bottom-color: black;
    border-top-style: solid;
    border-bottom-style: solid;
    padding-top:2px;
    padding-bottom:2px;
    background-image: url( 'Images/nav_panel_back.png' );
    background-repeat:repeat-x;
}

.currentLocation a
{
    color: Black;
    text-decoration: none;
    font-weight:normal;
}

.currentLocation a:hover
{
    text-decoration: underline;
}

.smNode
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
}

td.smNode
{            
    padding:2px; 
}
td.smHoverNode
{
    padding: 0px;
}


/* Kontakty */
table.contacts 
{    
    width: 350px;    
}
.contacts th
{
    background-color: #A6D02E;
    padding: 5px 10px 5px 10px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #000000;
    font-weight: normal;
}
.contacts td
{
    padding: 5px 10px 5px 10px;
}
td.contactType
{
    padding-left: 30px;
    background-color: #F0F0F0;    
    width:140px;
}

/* Cennik */
table.prices
{
    border: 2px solid #000000;
    border-collapse:collapse;
    text-align: left;
}
.prices th
{
    background-color: #A6D02E;
    padding: 5px 10px 5px 10px;
    border: solid 2px #000000;
}
.prices td
{
    padding: 5px 10px 5px 10px;    
}

div.footnote
{
    margin-top: 30px;
    border-top: solid 1px black;    
    color: #333333;
    font-size: 12px;
}

.footnote div
{
    color: #333333;
    font-size: 12px;
}
