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

@font-face {
    font-family: 'Segoe Script';
    src: local('Segoe Script'), local('Segoe-Script'),
    url(segoesc.ttf);
}

* {
    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;
}

.Center {
    text-align: center;
}

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 1px 0px 0px;
}

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

#LayoutInfo {
    padding: 10px 0px;
}

#LayoutNaglowekNazwa {
    font-size: 30px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

#LayoutNaglowekLogo {
    width: 200px;
    height: 152px;
    position: absolute;
    top: 90px;
    left: 9px;
    display: table;
    text-align: center;
}

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

#LayoutNaglowekLogo img {
    max-width: 90%;
    max-height: 152px;
}

#LayoutFoto {
    width: 530px;
    padding: 0px;
    margin-bottom: 10px;
    overflow: hidden;
}

#LayoutFoto img {
    width: 530px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#Content {
    width: 529px;
    float: left;
    padding: 0px;
    margin: 0px 10px;
}

#Footer .Content {
    width: 990px;
    height: 145px;
    text-align: center;
    font-size: 12px;
    padding: 60px 0px 0px 0px;
    margin: 0px auto;
    position: relative;
}

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

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

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

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

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

/* Ramka standardowa */

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

.LayoutRamka h1 {
    width: 529px;
    padding: 10px 0px;
    margin: 0px;
    font-family: 'Segoe Script', Trebuchet MS, Verdana, cursive;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

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