@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: 990px;
    text-align: left;
    font-family: Trebuchet MS, 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: 990px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    position: relative;
}

#LayoutBody {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

#LayoutMainBody {
    padding: 0px;
    margin: 0px;
}

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

#LayoutNaglowekImg {
    position: absolute;
    top: 44px;
    right: 0px;
    z-index: 1;
}

#LayoutNaglowekNazwa {
    width: 660px;
    height: 116px;
    font-size: 30px;
    font-weight: bold;
    font-family: Verdana;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
}

#LayoutNaglowekLogo {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 100px;
    left: 30px;
    display: table;
    text-align: center;
}

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

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

#LayoutInfo {
    margin: -5px 0px 10px 0px;
}

#Content {
    width: 550px;
    float: left;
    padding: 0px;
    margin: 0px 20px;
}

#Footer {
    width: 990px;
    text-align: center;
    font-size: 12px;
    padding: 146px 0px 36px 0px;
    position: relative;
}

#LayoutStopkaImg {
    position: absolute;
    right: -10px;
    top: 10px;
}

#Footer .Stat {
    position: absolute;
    left: 20px;
    top: 146px;
}

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

#Footer .MadeIn {
    position: absolute;
    right: 20px;
    top: 146px;
}

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

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

/* Ramka standardowa */

.LayoutRamka {
    margin: 0px 0px 20px 0px;
    padding: 0px 15px 10px 15px;
    position: relative;
}

.LayoutRamka h1 {
    width: 505px;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

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