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

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

a { color: #464EA8; text-decoration: none; }
a:hover { text-decoration: none; }

div
{
    text-align: left;
}

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

#Layout
{
    width: 759px;
    margin: 0px auto;
}

#Header
{
    width: 759px;
    position: relative;
    background: url('../img/header.jpg') top left no-repeat;
}
    #Header div
    {
	background: url('../img/naglowek_breake.gif') bottom left no-repeat;
	padding-bottom: 97px;
    }
    #Header .MenuGlowne
    {
	width: 197px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 9px;
	background-color: #464EA8;
    }
	#Header .MenuGlowne li
	{
	    list-style: none;
	    text-align: center;
	    padding: 0px;
	    margin: 0px;
	}
	    #Header .MenuGlowne li a
	    {
		display: block;
		padding: 8px 0px;
		font-family: Tahoma;
		font-size: 18px;
		color: #ffffff;
	    }
	    #Header .MenuGlowne li a:hover
	    {
    	        background-color: #C3D3EA;
		text-decoration: underline;
    	    }

#LayoutContent
{
    padding: 0px 120px 0px 80px;
    background: url('../img/tresc_tlo.gif') top left repeat-y;
}

.LayoutRamka
{
    line-height: 17px;
    margin-bottom: 25px;
}

    .LayoutRamka h1
    {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 22px;
	position: relative;
	color: #0B264A;
	font-family: arial;
    }

	.LayoutRamka h1 .panel_right
	{
    	    position: absolute;
	    top: 10px;
	    right: 10px;
	}
		
#Footer
{
    background: url('../img/foot.gif') bottom left no-repeat;
    height: 76px;
    width: 759px;
}

#Credits
{
    padding: 0px 12px;
    text-align: left;
    font-size: 10px;
    color: #c2c2c2;
}

    #Credits a
    {
	color: #999999;
    }
