@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: 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
{
    position: relative;
    height: 200px;
}

#Header .HeaderLogo
{
    position: absolute;
    left: 10px;
    top: 50px;
    width: 120px;
}
#Header .HeaderLogo img {
    height: 120px;
}

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

#Header .HeaderFoto
{
    position: absolute;
    top: 0px;
    left: 498px;
    width: 423px;
    height: 262px;
}

#Header .HeaderFoto img, #Header .HeaderFoto .img
{
    margin-left: 25px;
    margin-top: 45px;
}

#MenuUp
{
    height: 30px;
    position: relative;
}

#MenuUp .MenuUpMain
{
    height: 22px;
    width: 175px;
    padding-top: 8px;
    padding-left: 25px;
    background-color: #949494;
    font-weight: bold;
    color: #ffffff;
    float: left;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

#MenuUp .MenuUpLabel
{
    height: 22px;
    padding-top: 8px;
    padding-left: 20px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    border-left: 2px solid #ffffff;
}


#LayoutMainBody
{
    padding: 1px 2px;
}

#Content
{
    width: 582px;
    padding: 0px 2px 2px 2px;
    float: left;
}

#Footer
{
    height: 20px;
    margin-top: 10px;
    padding: 5px 0px;
    text-align: center;
    position: relative;
}

#Footer .Stat
{
    position: absolute;
    left: 0px;
    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;
}
    
.LayoutRamka h1
{
    display: block;
    font-size: 1em;
    padding: 8px 5px 8px 10px;
    position: relative;
}

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