@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;
    background-color: #FFFFFF;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: url('../img/Background.gif') top center repeat-x #ffffff;
}

html
{
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto;
}

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

#Layout
{
    width: 980px;
    margin: 0px auto;
    padding-bottom: 20px;
}

#Header
{
    position: relative;
    height: 242px;
}

#Header img.left
{
    position: absolute;
    top: 0px;
    left: -130px;
}

.HeaderDefault
{
    background: url('../img/HeaderDefault.jpg') top left no-repeat;
}

.HeaderDefault h1
{
    display: block;
    padding-top: 100px;
    text-align: center;
    font-size: 26px;
    font-family: georgia;
}

#LayoutMainBody
{
    padding: 5px 10px;
    background: url('../img/MainBodyBackground.gif') top center no-repeat;
}

#MenuUp
{
    height: 30px;
    margin-bottom: 10px;
    position: relative;
}

#MenuUp ul
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    paddin: 0;
}

#MenuUp li
{
    margin: 0;
    paddin: 0;
    display: block;
    float: left;
}

#MenuUp li a
{
    display: block;
    padding: 7px 15px;
    background: url('../img/MenuUpBreake.gif') top right no-repeat;
    font-size: 12px;
}

#MenuUp li a.last
{    
    background: none;
}

#MenuUp li a.active
{
    font-weight: bold;
}

#Content
{
    width: 556px;
    padding: 0px 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;
}

    .LayoutRamka h1 .panel_right a
    {
	color: #ffffff;
    }