@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: 'Times New Roman', Verdana, Arial, Helvetica, sans-serif;
    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
{
}

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

#Header
{
    position: relative;
    height: 395px;
    padding: 0px 21px;
    text-align: left;
    clear: both;
    z-index: 1;
}
    #Header .logo
    {
	display: block;
	width: 100px;
	position: absolute;
	right: 33px;
	top: 17px;
	text-align: center;
	overflow: hidden;
    }
	#Header .logo img
	{
	    height: 100px;
	}
    #Header .slideshow,
    #Header .slideshow object
    {
        float: right;
        width: 780px;
        height: 278px;
    }

    #Header h1
    {
	display: block;
        padding: 18px 13px 0px 13px;
	width: 474px;
	height: 50px;
        font-size: 24px;
        font-weight: normal;
        color: #212731;
        overflow: hidden;
    }
    #Header h1.small
    {
	font-size: 21px;
	padding-top: 10px;
    }
    #Header h2
    {
	width: 480px;
	height: 24px;
	position: absolute;
	bottom: 20px;
	left: 332px;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
    }

#Slideshow
{
    width: 714px;
    height: 257px;
    position: absolute;
    overflow: hidden;
    position: absolute;
    left: 269px;
    top: 92px;
    z-index: 0;
}

#LayoutMainBody
{
    margin: 27px 9px 0px 9px;
    padding: 0px 12px 75px 12px;
    position: relative;
    z-index: 1;
}

#MenuUp
{
    position: absolute;
    right: 160px;
    top: 35px;
}

#Content
{
    width: 458px;
    padding: 0px 10px;
    float: left;
}

#Footer
{
}
    #FooterContent
    {
	height: 122px;
	width: 960px;
	margin: 0px auto;
	padding: 25px 15px;
	position: relative;
	line-height: 16px;
    }
    #Footer .Data
    {
	width: 460px;
	padding-top: 20px;
    }
    #Footer .Col2
    {
	float: left;
        width: 210px;
        margin-right: 20px;
    }
    #Footer h2
    {
	font-size: 13px;
	margin-bottom: 10px;
    }

    #Footer .MadeIn
    {
        position: absolute;
        right: 10px;
        top: 100px;
    }

/* Ramka standardowa */
    
.LayoutRamka
{
    padding: 3px;
    margin: 0px 0px 20px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 3px 3px 3px -3px #797979;
    box-shadow: 3px 3px 3px -3px #797979;
}

.LayoutRamka h1
{
    display: block;
    font-size: 1.35em;
    padding: 10px 12px 20px 12px;
    margin: 0px;
    position: relative;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.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: 0px;
    top: 0px;
}