@import url('menu.css?v=2');
@import url('modules.css?v=2');
@import url('e_elements.css?v=2');
@import url('e_col.css?v=2');
@import url('e_row.css?v=2');

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

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

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

body {
    margin: 0px;
    min-width: 900px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

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

a:hover {
    text-decoration: none;
}

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

#Layout {
    width: 990px;
    margin: 0px auto;
    padding-bottom: 20px;
}

#Header {
    position: relative;
    height: 292px;
}

#Header .HeaderBg {
    position: absolute;
    width: 990px;
    height: 262px;
    z-index: 1;
}

#Header .HeaderWrapper {
    height: 262px;
    position: relative;
    z-index: 10;
}

#Header .HeaderLogo {
    position: absolute;
    left: 10px;
    bottom: 74px;
    width: 120px;
}

#Header .HeaderLogo img {
    max-width: 120px;
}

#Header .HeaderName {
    position: absolute;
    width: 330px;
    left: 140px;
    bottom: 74px;
}

#Header .HeaderName h1 {
    font-size: 24px;
    font-family: georgia;
    font-style: italic;
    font-weight: bold;
}

#Header .HeaderFoto {
    position: absolute;
    top: 0px;
    left: 498px;
    width: 423px;
    height: 262px;
}

#Header .HeaderFoto img, #Header .HeaderFoto .img {
    margin-left: 25px;
    margin-top: 45px;
}

#MenuTop {
    height: 30px;
    overflow: hidden;
    margin: 0px;
}

#MenuUp {
    height: 30px;
    position: relative;
    z-index: 100;
}

#MenuUp .MenuUpMain {
    height: 22px;
    width: 175px;
    padding-top: 8px;
    padding-left: 25px;
    background-color: #949494;
    font-weight: bold;
    color: #ffffff;
    float: left;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

#MenuUp ul {
    margin: 0px;
    padding: 0px;
}

#MenuUp ul li {
    float: left;
    height: 30px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

#MenuUp ul a {
    color: #ffffff;
    display: block;
    padding: 8px 20px 7px 20px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    border-right: 2px solid #ffffff;
}

#MenuUp ul ul.sub {
    position: absolute;
    z-index: 10000;
    display: none;
    -webkit-box-shadow: 0px 3px 3px 0px #949494;
    box-shadow: 0px 3px 3px 0px #949494;
}

#MenuUp ul ul.sub li {
    float: none;
    width: 200px;
    height: auto;
}

#MenuUp ul ul.sub a {
    border: none;
    font-weight: normal;
    letter-spacing: 0px;
}

#MenuUp ul ul.sub a:hover {
    text-decoration: underline;
}

#LayoutMainBody {
    padding: 1px 2px;
    position: relative;
    z-index: 10;
    clear: both;
}

#Content {
    width: 582px;
    padding: 0px 2px 2px 2px;
    float: left;
}

#Footer {
    height: 20px;
    margin-top: 10px;
    padding: 5px 0px;
    text-align: center;
    position: relative;
}

#Footer .Stat {
    position: absolute;
    left: 0px;
    top: 5px;
}

#Footer .MadeIn {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 0.85em;
}

#Footer .MadeIn a {
    color: #015EBD;
}

#Footer .MadeIn a span {
    color: #FF6500;
}

/* Ramka standardowa */

.LayoutRamka {
    padding-bottom: 10px;
}

.LayoutRamka h1 {
    display: block;
    font-size: 1em;
    padding: 8px 5px 8px 10px;
    position: relative;
}

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

.LayoutRamka h1 .panel_right form {
    display: inline-block;
    margin: -4px 0px;
    padding: 0px 0px 0px 10px;
}

.LayoutRamka h1 .panel_right a {
    vertical-align: bottom;
}