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

body {
    margin: 10px 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 {
    height: 150px;
    position: relative;
    background: url('../img/HeaderBackground.jpg') top right no-repeat #ffffff;
}

#Header .HeaderLogo {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 200px;
    text-align: center;
}

#Header .HeaderLogo img {
    height: 120px;
}

#Header .HeaderName {
    position: absolute;
    width: 750px;
    left: 210px;
    bottom: 10px;
    font-size: 26px;
    font-family: georgia;
    font-style: italic;
    font-weight: bold;
}

#LayoutMainBodyRight {
    float: left;
    width: 780px;
}

#LayoutFoto {
    width: 780px;
    height: 200px;
    background: url('../img/FotoBackground.jpg') top right no-repeat #ffffff;
    float: left;
}
#LayoutFoto img {
    width: 230px;
    max-height: 180px;
}

#Content {
    width: 560px;
    padding: 0px 5px;
    float: left;
}

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

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

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

#Footer .MadeIn img {
    vertical-align: middle;
}

/* Ramka standardowa */

.LayoutRamka {
    padding-bottom: 10px;
    background-color: #ffffff;
}

.LayoutRamka li {
    padding-bottom: 5px;
}

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

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