/* całe okno */
body {
    margin: 0;
    border: 0;
    text-align: center;
    font: normal 14px Arial;
    }

a {
    text-decoration: none;
    }

#skin {
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
    }

#content {
    clear: both;
    }

#maincolumn {
    width: 760px;
    text-align: left;
    margin: 0 auto;
    background-color: #F0F1E1;
    }
    
#content-head {
    height: 180px;
    background-color: #FFF;
    line-height: 25px;  
    position: relative;
    border-bottom: 1px solid #333;
    }

#content-head h1 {
    font-size: 16px;
    color: #2450CB;
    text-align: right;
    font-style: italic;
    margin: 0 20px 0 20px;
    }

#content-head img {
    float: left
    }

/* przyciski - główne menu */
#content-tabs {
    position: absolute;
    bottom: -1px;
    left: 10px;
    }

#content-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 36px;
    }

#content-tabs li {
    float: left;
    }

#content-tabs a {
    float: left;
    height: 36px;
    margin: 0;
    padding: 0 10px;
    display: block;
    color: #081329;
    font-size: 11px;
    font-weight: bold;
    background: url(./show-tabs-bg-new.gif) top right;
    }

#content-tabs .empty a {
    padding: 0;
    width: 2px;
    }

#content-tabs a.off,
#content-tabs a.off:hover {
    color: #666;
    text-decoration: none;
    background-position: top right;
    }

#content-tabs a.first {
    background: url(./show-tabs-ends-bg-new.gif) top left;
    }

#content-tabs .on a.first,
#content-tabs a.first:hover {
    }

#content-tabs a.last {
    background: url(./show-tabs-ends-bg-new.gif) top right;
    }

#content-tabs .on a,
#content-tabs .on a:hover,
#content-tabs .on a.last:hover {
    text-decoration: none;
    background-position: bottom right;
    }

#content-tabs .on a.first,
#content-tabs .on a.first:hover {
    text-decoration: none;
    background-position: bottom left;
    }

/* przyciski menu drugiego poziomu */


#subtabs {
    height: 1%;
    overflow: visible;
    position: relative;
    margin: 5px;
    padding: 3px;
    background-color: #E4E1D4;
    border: 1px solid #C0BEB5;
    line-height: 16px;
    }

#subtabs .tl,
#subtabs .tr,
#subtabs .bl,
#subtabs .br {
    position: absolute;
    width: 9px;
    height: 9px;
    font-size: 0;
    display: block;
    background-image: url(./tan-on-white.gif);
    }

#subtabs .tl {
    top: -1px;
    left: -1px;
    background-position: top left;
    }

#subtabs .tr {
    top: -1px;
    right: -1px;
    background-position: top right;
    }

#subtabs .bl {
    bottom: -1px;
    left: -1px;
    background-position: bottom left;
    }

#subtabs .br {
    bottom: -1px;
    right: -1px;
    background-position: bottom right;
    }

#subtabs ul {
    list-style: none;
    margin: 0 0 0 3px;
    padding: 0;
    }

#subtabs li {
    float: left;
    margin: 10px 2px;
    display: inline;
    text-align: center;
    position: relative;
    height: 1%;
    overflow: visible;
    }

#subtabs li a {
    font-weight: bold;
    color: #333;
    padding: 5px 10px;
    background: #FC6;
    border: 2px solid #963;
    display: block;
    }

#subtabs li a:hover,
#subtabs li.on a {
    background: #FFF;
    border-color: #666;
    text-decoration: none;
    }

#subtabs li.off a {
    background: #D0CCB9;
    border-color: #666;
    }

#subtabs li .tl,
#subtabs li .tr,
#subtabs li .bl,
#subtabs li .br {
    width: 11px;
    height: 11px;
    background-image: url(./subtab-corners.gif);
    }

#subtabs li a:hover .tl,
#subtabs li a:hover .tr,
#subtabs li a:hover .bl,
#subtabs li a:hover .br,
#subtabs li.on .tl,
#subtabs li.on .tr,
#subtabs li.on .bl,
#subtabs li.on .br {
    background-image: url(./subtab-corners-on.gif);
    }

#subtabs li.off .tl,
#subtabs li.off .tr,
#subtabs li.off .bl,
#subtabs li.off .br {
    background-image: url(./subtab-corners-off.gif);
    }

#subtabs li .tl {
    top: 0;
    left: 0;
    }

#subtabs li .tr {
    top: 0;
    right: 0;
    }

#subtabs li .bl {
    bottom: 0;
    left: 0;
    }

#subtabs li .br {
    bottom: 0;
    right: 0;
    }

#subtabs li a.odd {
    padding-right: 11px;
    }

/* text główny */
#maintext {
    margin: 22px;
    padding: 3px;
    text-align: justify;
    font-size: 15px;
    line-height: 22px;  
    }

#maintext a {
    color : #C0BEB5;
}     
    
#maintext a.left {
    float: left;
    margin: 1cm;
}

#maintext a.right {
    float: right;
    margin: 1cm;
}

#maintext img.center {
    float: center;
}

/* stopka */

#footer {
    position: relative;
    margin-top: 20px;
    background-color: #E4E1D4;
    clear: both;
    margin: 5px;
    padding: 3px;
    border: 1px solid #C0BEB5;
    text-align: center;
    font-size: 11px;
    color: #000;
    line-height: 16px;
    height: 50px;
    }

#footer .spacer {
    clear: both;
    height: 18px;
    font-size: 0;
    }

#footer a {
    color: #000;
    }

#footer .tl,
#footer .tr,
#footer .bl,
#footer .br {
    position: absolute;
    width: 9px;
    height: 9px;
    font-size: 0;
    display: block;
    background-image: url(./tan-on-white.gif);
    }

#footer .tl {
    top: -1px;
    left: -1px;
    background-position: top left;
    }

#footer .tr {
    top: -1px;
    right: -1px;
    background-position: top right;
    }

#footer .bl {
    bottom: -1px;
    left: -1px;
    background-position: bottom left;
    }

#footer .br {
    bottom: -1px;
    right: -1px;
    background-position: bottom right;
    }
