@import url('menu.css');
@import url('modules.css');

@import url('e_elements.css');
@import url('e_col.css');
@import url('e_row.css');

@font-face {
    font-family: 'emblema_oneregular';
    src: url('fonts/emblemaone-regular.eot');
    src: url('fonts/emblemaone-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/emblemaone-regular.woff') format('woff'),
         url('fonts/emblemaone-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*
{
    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: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

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

a
{
    outline: none;
}

.clear 
{
    clear: both !important;
    float: none !important;
    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;
    width: 761px;
    padding: 0px 9px 219px 0px;
    margin: 0px 0px 9px 0px;
    text-align: left;
    z-index: 1;
}
    #Header .logo
    {
	display: block;
	width: 100px;
	position: absolute;
	left: 45px;
	top: 70px;
	text-align: center;
	overflow: hidden;
    }
	#Header .logo img
	{
	    height: 100px;
	}
    #Header .slideshow,
    #Header .slideshow object
    {
    }

    #Header h1
    {
	font-family: 'emblema_oneregular';
	display: block;
        padding: 18px 13px 10px 13px;
        font-size: 35px;
        font-weight: normal;
        color: #212731;
        color: red;
    }
    #Header h1.small
    {
	font-size: 21px;
	padding-top: 22px;
    }
    #Header h2
    {
	display: inline-block;
	max-width: 500px;
	position: absolute;
	bottom: 20px;
	right: 9px;
	padding: 4px 10px;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
    }

#Slideshow
{
    height: 219px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
}

#LayoutMainBody
{
    width: 761px;
    padding: 0px 9px 0px 0px;
    position: relative;
    z-index: 2;
}

#Content
{
    width: 532px;
    padding: 0px 0px 0px 9px;
    float: left;
}

#ContentFull
{
    width: 752px;
    padding: 0px 0px 0px 9px;
    float: left;
}

#Footer
{
    position: relative;
}
    #FooterContent
    {
	width: 760px;
	padding: 25px;
	line-height: 16px;
    }
    #Footer .Col2
    {
	float: left;
        width: 210px;
        margin-right: 20px;
    }
    #Footer h2
    {
	font-size: 13px;
	margin-bottom: 10px;
    }

    #Footer .Stat
    {
	position: absolute;
	right: 17px;
	top: 17px;
    }

    #Footer .MadeIn
    {
        position: absolute;
        right: 17px;
        bottom: -39px;
    }
    #Footer .MadeIn a
    {
	color: #F05525;
	font-size: 1.2em;
	padding: 0px 3px;
    }
    #Footer .MadeIn a span
    {
	color: #94A63A;
    }

/* Ramka standardowa */

.LayoutRamka
{
    margin: 0px 0px 20px 0px;
    border-radius: 5px;
    position: relative;
}

.LayoutRamka h1
{
    display: block;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0px;
    padding: 3px 5px 2px 17px;
    position: relative;
}

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