@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: 990px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

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

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

#LayoutBody {
}

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

#Header {
    position: relative;
    height: 322px;
    text-align: left;
    clear: both;
    margin-bottom: 20px;
    z-index: 1;
}

#Header .logo {
    display: block;
    width: 210px;
    padding-top: 40px;
    text-align: center;
}

#Header .logo img {
    max-width: 100%;
    max-height: 120px;
}

#Header #kir {
    position: absolute;
    top: -16px;
    right: -11px;
}

#Header .motto {
    width: 335px;
    height: 41px;
    position: absolute;
    right: 0px;
    bottom: 10px;
    overflow: hidden;
    color: #212731;
    line-height: 21px;
    font-size: 15px;
    padding: 5px;
}

#Header .slideshow,
#Header .slideshow object {
    float: right;
    width: 780px;
    height: 278px;
}

#Header h1 {
    display: block;
    width: 190px;
    padding: 30px 10px 10px 10px;
    font-size: 17px;
    color: #212731;
    text-align: center;
}

#Header h1.big {
    font-size: 18px;
    padding-top: 100px;
}

#Slideshow {
    width: 560px;
    height: 322px;
    position: absolute;
    overflow: hidden;
    position: absolute;
    left: 215px;
    top: 30px;
    z-index: 0;
}

#LayoutMainBody {
}

#MenuTop {
    height: 30px;
}

#MenuUp {
    height: 34px;
    margin: -10px 0px 10px 0px;
}

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

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

#MenuUp ul li:last-child a {
    border: none;
}

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

#MenuUp ul ul.sub {
    position: absolute;
    z-index: 10000;
    display: none;
    -webkit-box-shadow: 0px 5px 5px 0px #949494;
    box-shadow: 0px 5px 5px 0px #949494;
    border-top: 0px !important;
}

#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;
}

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

#Footer {
}

#FooterContent {
    height: 122px;
    width: 970px;
    margin: 0px auto;
    padding: 10px;
    position: relative;
    color: #ffffff;
    line-height: 16px;
}

#Footer .Col2 {
    float: left;
    width: 210px;
    margin-right: 20px;
}

#Footer h2 {
    font-size: 13px;
    margin-bottom: 10px;
}

#Footer .MadeIn {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

/* Ramka standardowa */

.LayoutRamka {
    padding-bottom: 10px;
    margin: 4px 0px 20px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

.LayoutRamka h1 {
    display: block;
    height: 26px;
    font-size: 12px;
    padding: 10px 5px 0px 20px;
    position: relative;
    top: -4px;
}

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

.LayoutRamka h1 .panel_right a {
    color: #ffffff;
}

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

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

.LayoutRamka h1 .motyw {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}