@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: 990px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

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

#LayoutBody
{
    padding-bottom: 90px;
}

#Layout
{
    width: 990px;
    margin: 0px auto;
    position: relative;
}

#Header
{
    position: relative;
    height: 322px;
    text-align: left;
    clear: both;
    margin-bottom: 20px;
    z-index: 1;
}

    #Header .logo
    {
	display: block;
	width: 210px;
	padding-top: 40px;
	text-align: center;
    }
    #Header #kir
    {
	position: absolute;
	top: -16px;
	right: -11px;
    }
    #Header .motto
    {
	width: 335px;
	height: 41px;
	position: absolute;
	right: 0px;
	bottom: 10px;
	overflow: hidden;
        color: #212731;
	line-height: 21px;
	font-size: 15px;
	padding: 5px;
    }

    #Header .slideshow,
    #Header .slideshow object
    {
        float: right;
        width: 780px;
        height: 278px;
    }

    #Header h1
    {
	display: block;
	width: 190px;
        padding: 30px 10px 10px 10px;
        font-size: 17px;
        color: #212731;
	text-align: center;
    }
    #Header h1.big
    {
	font-size: 18px;
	padding-top: 100px;
    }

#Slideshow
{
    width: 560px;
    height: 322px;
    position: absolute;
    overflow: hidden;
    position: absolute;
    left: 215px;
    top: 30px;
    z-index: 0;
}

#LayoutMainBody
{
}

#MenuUp
{
    height: 30px;
}

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

#Footer
{
}
    #FooterContent
    {
	height: 122px;
	width: 970px;
	margin: 0px auto;
	padding: 10px;
	position: relative;
	color: #ffffff;
	line-height: 16px;
    }
    #Footer .Col2
    {
	float: left;
        width: 210px;
        margin-right: 20px;
    }
    #Footer h2
    {
	font-size: 13px;
	margin-bottom: 10px;
    }

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

    #Footer .MadeIn a
    {
	color: #F05525;
	font-size: 1.2em;
	padding: 0px 3px;
    }
    #Footer .MadeIn a span
    {
	color: #94A63A;
    }

/* Ramka standardowa */
    
.LayoutRamka
{
    padding-bottom: 10px;
    margin: 4px 0px 20px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.LayoutRamka h1
{
    display: block;
    height: 26px;
    font-size: 1em;
    padding: 10px 5px 0px 20px;
    position: relative;
    top: -4px;
}

.LayoutRamka h1 .panel_right
{
    position: relative;
    top: -5px;
    right: -10px;
}

    .LayoutRamka h1 .panel_right a
    {
	color: #ffffff;
    }
.LayoutRamka h1 .motyw
{
    display: block;
    position: absolute;
    right: 4px;
    top: 0px;
}
    #ContentFull h1 .motyw
    {
	display: none;
    }