@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 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    background: none !important;
}

.center
{
    text-align: center;
}

.bold
{
    font-weight: bold;
}

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

#Header
{
    position: relative;
    width: 990px;
    height: 345px;
    clear: both;
    z-index: 10;
}

#Header h1
{
    display: block;
    width: 390px;
    height: 137px;
    position: absolute;
    top: 57px;
    left: 17px;
}
    #Header h1 a
    {
	display: block;
	height: 137px;
	text-indent: -8888px;
    }

#Header .szukaj
{
    width: 209px;
    position: absolute;
    bottom: 18px;
    right: 39px;
    z-index: 10;
}
    #Header .szukaj .fraza
    {
	width: 164px;
	border: none;
	background: none;
	padding: 9px 5px;
    }
    #Header .szukaj .submit
    {
	display: block;
	background: transparent !important;
	border: none;
	width: 34px;
	height: 34px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	padding: 5px;
	z-index: 100;
    }

#slideshow
{
    position: absolute;
    right: 20px;
    top: 64px;
    z-index: 0;
}

#LayoutMainBody
{
    padding-top: 20px;
}

#MenuUp
{
    height: 28px;
    padding: 17px 0px 0px 10px;
    font-size: 10px;
    color: #ffffff;
}

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

#Footer
{
    color: #ffffff;
    line-height: 18px;
}
    #Footer a
    {
	color: #ffffff;
    }
    #Footer .content
    {
	width: 990px;
	margin: 0px auto;
	padding: 20px 0px 40px 0px;
	position: relative;
	color: #ffffff;
	font-size: 11px;
    }
    #Footer .col1
    {
	float: left;
	background: url('../img/zielony/herb_small.png') 0px 0px no-repeat;
	padding: 5px 0px 5px 73px;
	font-weight: bold;
    }
	#Footer .col1 h2
	{
	    color: #fef102;
	    font-size: 13px;
	}
    #Footer .col2
    {
	float: left;
	padding: 5px 0px 5px 30px;
    }
    #Footer .col3
    {
	float: left;
	padding: 5px 0px 5px 30px;
    }
	#Footer .col3 h2
	{
	    font-size: 13px;
	}

    #Footer .MadeIn
    {
        position: absolute;
        right: 0px;
        top: 25px;
    }

/* Ramka standardowa */

.LayoutRamka
{
    background: url('../img/zielony/ramka.png') bottom left no-repeat #ffffff;
    padding-bottom: 9px;
    margin-bottom: 12px;
    position: relative;
}

.LayoutRamka h1
{
    display: block;
    font-size: 17px;
    font-family: Georgia;
    font-weight: normal;
    padding: 18px 0px 13px 20px;
    position: relative;
    background: url('../img/zielony/ramka_h1.png') top left no-repeat #4A9C0C;
    color: #ffffff;
}

.LayoutRamka h1.white
{
    padding-bottom: 19px;
    background: url('../img/zielony/ramka1_h1.png') top left no-repeat;
    color: #4a9c0c;
}


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