@import url('menu.css');
@import url('modules.css');
@import url('e_elements.css');
@import url('e_col.css');
@import url('e_row.css');

* {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    margin-top: 15px;
    margin-bottom: 15px;
}

li {
    padding-left: 10px;
    margin-left: 40px;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto;
}

body {
    margin: 0px;
    min-width: 992px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#Layout {
    width: 992px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

#LayoutBody {
    margin-bottom: 20px;
}

#LayoutMainBody {
    padding: 15px 14px 0px 14px;
    margin: 0px 1px;
}

#LayoutNaglowek {
    height: 290px;
    position: relative;
}

#LayoutInfo {
    padding: 0px 0px 10px 0px;
}

#LayoutNaglowekNazwa {
    position: absolute;
    left: 18px;
    top: 17px;
    width: 750px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}

#LayoutNaglowekLogo {
    width: 184px;
    height: 199px;
    position: absolute;
    top: 81px;
    left: 24px;
    display: table;
    text-align: center;
}

#LayoutNaglowekLogo a {
    display: table-cell;
    vertical-align: middle;
}

#LayoutNaglowekLogo img {
    max-height: 199px;
    max-width: 100%;
}

#LayoutNaglowekMotto {
    display: table;
    width: 434px;
    height: 53px;
    position: absolute;
    bottom: 15px;
    right: 12px;
    background-color: #f9f9fa;
    font-weight: bold;
}

#LayoutNaglowekMotto p {
    display: table-cell;
    vertical-align: middle;
}

#Content {
    width: 528px;
    float: left;
    padding: 4px 15px 0px 15px;
}

#Footer {
    width: 952px;
    text-align: left;
    font-size: 12px;
    padding: 18px 20px 67px 20px;
    margin: 0px auto;
    position: relative;
    color: #ffffff;
}

#Footer .FooterBook {
    position: absolute;
    right: 200px;
    top: -6px;
}

#Footer .Stat {
    position: absolute;
    right: 5px;
    top: 16px;
}

#Footer span {
    padding: 0px 10px;
}

#Footer a {
    color: #015EBD !important;
}

#Footer a span {
    color: #FF6500;
    padding: 0px;
}

/* Ramka standardowa */

.LayoutRamka {
    margin: 0px 0px 14px 0px;
    padding: 0px 0px 10px 0px;
}

.LayoutRamka h1 {
    position: relative;
    top: -4px;
    padding: 19px 10px 16px 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.LayoutRamka h1 .panel_right {
    position: absolute;
    top: 21px;
    right: 10px;
}
