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

.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;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

#LayoutBody {

}

#LayoutNaglowek {
    height: 270px;
    position: relative;
    z-index: 1;
}

#LayoutNaglowekNazwa {
    width: 490px;
    height: 120px;
    font-size: 30px;
    font-weight: normal;
    padding: 00px 0px 0px 0px;
    margin: 0px;
    display: table;
    overflow: hidden;
}

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

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

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

#LayoutNaglowekLogo a img {
    width: 100px !important;
}

#LayoutFoto {
    width: 370px;
    height: 266px;
    position: absolute;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 0px;
    z-index: 0;
}

#LayoutFoto img {
    width: 370px;
    height: 266px;

}

#LayoutMainBody {
    width: 970px;
    padding: 10px;
    margin-bottom: 10px;
}

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

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

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

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

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

#Footer a {
    color: #0099ff !important;
}

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

/* Ramka standardowa */

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

.LayoutRamka h1 {
    width: 500px;
    padding: 7px 15px;
    margin: 0px;
    font-family: Trebuchet MS, Verdana, cursive;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

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