@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;
    background: url('../img/Background.gif') top center repeat-x #c8d9f4;
}

body {
    margin: 0px;
    min-width: 900px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    background: url('../img/FooterBackground.gif') bottom center repeat-x;
}

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

a {
    color: #566fda;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

#Header {
    top: 0px;
    left: 0px;
    position: absolute;
    height: 295px;
    width: 990px;
    background: url('../img/Rainbow.gif') top left no-repeat;
    z-index: -1000;
}

img#Bears {
    position: absolute;
    top: 39px;
    left: 247px;
    z-index: 1000;
}

#LayoutFoto {
    width: 780px;
    float: left;
    margin-top: 1px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#LayoutFoto .RamkaUp {
    height: 5px;
    font-size: 1px;
    background: url('../img/foto_up_bg.gif') top center no-repeat;
}

#LayoutFoto .RamkaBottom {
    height: 5px;
    font-size: 1px;
    background: url('../img/foto_bottom_bg.gif') top center no-repeat;
}

#LayoutFoto .Fotos {
    background-color: #ffffff;
    padding: 7px 7px;
}

#LayoutFoto .Fotos img {
    max-width: 240px;
    margin-left: 10px;
}

#LayoutNazwa {
    position: absolute;
    right: 0px;
    top: 50px;
    width: 450px;
    height: 50px;
    vertical-align: bottom;
    text-align: right;
    font-size: 20px;
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
}

#Content {
    width: 570px;
    float: left;
    margin-top: 1px;
    padding: 0px 10px;
    background: url('../img/content_bottom_bg.gif') bottom center no-repeat;
}

#Footer {
    height: 17px;
    margin-top: 10px;
    padding: 6px 0px;
    text-align: center;
    position: relative;
    border-top: 5px solid #949494;
    background-color: #ffffff;
}

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

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

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

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

/* Ramka standardowa */

.LayoutRamka {
    margin: 0px 0px 5px 0px;
    padding: 5px;
    background-color: #ffffff;
}

.LayoutRamkaUp {
    height: 5px;
    font-size: 1px;
    background: url('../img/content_up_bg.gif') top center no-repeat;
}

.LayoutRamka h1 {
    display: block;
    font-size: 12px;
    padding: 8px 5px 8px 35px;
    margin-bottom: 10px;
    margin-left: -5px;
    position: relative;
    background: url('../img/h1_background.gif') 0px 0px no-repeat;
    color: #ffffff;
}

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

