
#WinHeader {
    width: 100%;
    height: 35pt;
    background-image: url('../assets/winheader-bg.png');
    background-repeat: repeat-x;
}

#WinFooter {
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0px;
    background-image: url('../assets/winfooter-bg.png');
    background-repeat: repeat-x;
}
 
#Page {
    width: 782px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -391px;
}

#PageTop {
    width: 100%;
    height: 35px;
    margin-left: 1px;
    margin-right: 1px;    
    padding-top: 8px;
    text-align: right;
}

#PageTop IMG {
    margin: 0px 8px 0px 24px;
}

#PageTop A {
    font-size: 8pt;
    letter-spacing: 1px;
    color: #f5f5f1;
}

#PageTop A:hover {
    color: #5e9dd1;
}

#PageHeader {
    width: 100%;
    height: 85px;
    margin-left: 1px;
    margin-right: 1px; 
}

#PageBanner {
    width: 100%;
    height: 161px;
    border-top: 1px solid #a5a599;
    border-left: 1px solid #a5a599;
    border-right: 1px solid #a5a599;
    background-color: #ffffff;
}

#Banner {
    margin: 5px;
}

#PageMenu {
    width: 100%;
    height: 35px;
    border-spacing: 0px;
    border-left: 1px solid #a5a599;
    border-right: 1px solid #a5a599;
}

#PageMenu TD {
    height: 35px;
    text-align: left;
    vertical-align: top;
}

#PageMenu DIV {
    float: left;
    width: 1px;
    height: 35px;
    margin-top: -8px;
    background-image: url('../assets/menu-l-p.png');
    background-repeat: no-repeat;
}

#PageMenu A {
    display: block;
    height: 35px;
    padding-top: 8px;
    background-image: url('../assets/menu-p-bg.png');
    background-repeat: no-repeat;
    background-position: right;
    font-size: 11pt;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

#PageMenu A:hover {
    background-image: url('../assets/menu-a-bg.png');
}

#PageMenu A:hover DIV {
    background-image: url('../assets/menu-l-a.png');
}

#PageBody {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #a5a599;
    background-color: #f5f5f1;
}

#PageBody:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
}

#PageBodyBoard {
    float: left;
    width: 560px;
    height: 100%;
    padding: 10px;
}

#PageBodySidebar {
    float: left;
    width: 220px;
    height: 100%;
    background-color: #e6e6dc;
}

#SidebarNavi {
    visibility: hidden;
    width: 220px;
    height: 45px;
    padding: 20px 8px 2px 0px;
    position: absolute;
    text-align: right;
}

#SidebarNavi A {
    font-size: 8pt;
}

#SidebarNavi IMG {
    margin: 0px 4px 1px 8px;
}

#SidebarMenu {
    margin: 20px 0px 20px 0px;
    border-top: 1px solid #8b0101;
}

#SidebarMenu A {
    display: block;
    height: 29px;
    padding-left: 28px;
    border-bottom: 1px solid #8b0101;
    background-image: url('../assets/sidebarmenu-bg.png');
    background-repeat: no-repeat;
    background-position: 7px 0px;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 28px;
    color: #3d6687;
}

#SidebarMenu A:hover {
    color: #8b0101;
}

#PageBodySidebar H1 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 4px 10px 0px 10px;
    border-top: 3px solid #8b0101;
    border-bottom: none;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6c6c49;
}

#PageBodySidebar H2 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px 10px 0px 10px;
    background: none;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #777745;
}

#PageBodySidebar H1.Bar {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 8px 10px 8px 10px;
    background-color: #3d6687;
    border-bottom: none;
    font-size: 7pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

#PageBodySidebar P, #PageBodySidebar UL, #PageBodySidebar OL, #PageBodySidebar DL {
    margin: 2px 10px 2px 10px;
    font-size: 8pt;
    text-align: left;
}

#PageBodySidebar LI {
    margin-top: 2px;
    font-size: 8pt;
}

#PageBodySidebar DT {
    margin-top: 6px;
    font-weight: bold;
}

#PageBodySidebar DD {
    margin: 2px 0px 0px 10px;
    text-align: left;
}

#PageBodySidebar A.More {
    margin-left: 10px;
    font-size: 7pt;
}

#PageBodySidebar IFRAME.Map {
    margin: 0px 0px 0px 10px;
    border: 1px solid #a5a599;
}

#PageBodySidebar A.Map {
    display: block;
    margin: 4px 0px 10px 0px;
    font-size: 8pt;
    text-align: center;
}

#PageFooter {
    width: 100%;
    height: 75px;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 35px;
}

#PageFooter DIV.Signature {
    float: left;
    width: 220px;
    height: 40px;
    font-size: 8pt;
    color: #f5f5f1;
}

#PageFooter DIV.Design {
    margin-top: 3px;
    font-size: 8pt;
    color: #99998f;
}

#PageFooter DIV.Design A {
    font-size: 8pt;
    color: #99998f;
}

#PageFooter DIV.Design A:hover {
    color: #5e9dd1;
}

#PageFooter DIV.Navigation {
    float: right;
    width: 560px;
    padding-top: 10px;
    font-size: 8pt;
    text-align: right;
}

#PageFooter DIV.Navigation A {
    margin-left: 6px;
    padding-left: 7px;
    border-left: 1px solid #f5f5f1;
    font-size: 8pt;
    letter-spacing: 1px;
    color: #f5f5f1
}
 
#PageFooter DIV.Navigation A:first-child {
    border-left: none;
}

#PageFooter DIV.Navigation A:hover {
    color: #bd0e0e;
}


TABLE.Data {
    width: 100%;
}

TABLE.Data TD {
    padding: 8px 0px 4px 0px;
    border-bottom: 1px solid #dedece;
    line-height: 1.2;
    vertical-align: top;    
}

TABLE.Data TR TD.FirstChild {
    width: 180px;
    font-style: italic;
}

TABLE.Data TD + TD {
    padding-left: 15px;
}

TABLE.Data TD P, TABLE.Data TD UL, TABLE.Data TD OL {
    margin: 8px 0px 8px 0px;
}

TABLE.Data LI {
    margin: 2px 0px 2px 0px;
}

TABLE.Data TD UL {
    padding-left: 16px;
}

TABLE.Data TD OL {
    padding-left: 24px;
}

DIV.Column {
    width: 265px;
    text-align: left;
}

DIV.Left {
    float: left;
    padding-right: 10px;
    border-right: 1px solid #a5a599;
}

DIV.Right {
    float: right;
}

DIV.Column H1 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #3d6687;
    font-size: 9pt;
    letter-spacing: 0px;
}

DIV.Column H2 {
    margin-top: 15px;
    padding-left: 5px;
    background: none;
    border-left: 2px solid #3d6687;
    font-size: 9pt;
    letter-spacing: 0px;
}

DIV.Column H1:first-child, DIV.Column H2:first-child {
    margin-top: 0px;
}

DIV.Column P, DIV.Column UL, DIV.Column OL, DIV.Column DL, DIV.Column BLOCKQUOTE {
    margin: 0px 0px 0px 0px;
    line-height: 1.2;
    text-align: left;
}

DIV.Flayer {
    margin-top: 15px;
    padding: 10px 5px 10px 5px;
    border-top: 3px solid #3d6687;
    border-bottom: 3px solid #3d6687;
    background-color: #eeeee4;
}

DIV.Flayer:first-child {
    margin-top: 0px;
}

A.More {
    display: block;
    margin: 4px 0px 15px 0px;
    padding-left: 8px;
    background-image: url('../assets/ptr-r.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    font-size: 8pt;
}

A.More:hover {
    background-image: url('../assets/ptr-b.png');
}

IMG.About {
    float: left;
    margin: 0px 10px 10px 0px;
    border: 1px solid #a5a599;
}

IMG.Kronika {
    margin: 15px 0px 2px 30px;
    padding: 4px;
    border: 1px solid #555555;
    background-color: #ffffff;
    cursor: pointer;
}

#SidebarMenu + IMG.Kronika {
    margin-top: 0px;
}

DIV.Kronika {
    width: 200px;
    margin: 2px 10px 2px 10px;
    font-size: 8pt;
    text-align: center;
}

UL.OfertaA {
    display: none;
    width: 100%;
    margin-left: 0px;
    list-style-type: none;
}

UL.OfertaA LI {
    margin: 0px;
    padding: 4px 0px 4px 0px;
    border-bottom: 1px solid #a5a599;
    vertical-align: middle;
}

UL.OfertaA IMG {
    width: 120px;
    margin-right: 25px;
    vertical-align: middle;
}

UL.OfertaA A {
    vertical-align: middle;
}

UL.Visible {
    display: block;
}

UL.OfertaB {
    display: none;
}

UL.OfertaC {
    display: none;
}

UL.OfertaC LI {
    color: #8b0101;
}

#ZoomBG {
    visibility: hidden;
    position: absolute;
    background-color: #000000;
    z-index: 1024;
}

#ZoomDIV {
    visibility: hidden;
    position: absolute;
    padding: 30px 10px 10px 10px;
    background-color: #f5f5f1;
    background-image: url('../assets/zoomicon-close.png');
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1025;
}

#Preloader {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}

IMG.Picture {
    float: right;
    margin: 0px 0px 10px 10px;
    border: 1px solid #a5a599;
}

IMG.Picture:hover {
    cursor: pointer;
}

OL.PictureList {
    list-style-type: none;
    height: 100px;
    margin: 10px 0px 10px 0px;
    clear: both;
}

OL.PictureList LI {
    float: left;
    height: 100px;
    margin: 5px;
    padding: 0px;    
    vertical-align: middle;
}

OL.PictureList IMG {
    float: none;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

#Counter {
    margin: 10px 0px 5px 0px;
    font-size: 8pt;
    text-align: center;
    color: #888888;
}

A.Rzetelna {
    display: block;
    width: 100%;
    height: 120px;
    padding: 15px 10px 15px 10px;
    text-align: center:
}

