@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: 20px 0px 0px 0px;
    min-width: 800px;
    background-color: #ffffff;
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

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

a { color: #2050A6; 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;
}

.right
{
    text-align: right;
    padding-top: 10px;
}

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

#Header
{
    height: 183px;
    width: 800px;
    position: relative;
}
    #HeaderLeft
    {
	height: 183px;
	width: 600px;
	position: absolute;
	left: -600px;
	top: 0px;
	background: url('../img/naglowek_tlo_l.gif') top left repeat-x;
    }
    #HeaderRight
    {
	height: 183px;
	width: 600px;
	position: absolute;
	right: -600px;
	top: 0px;
	background: url('../img/naglowek_tlo_r.gif') top left repeat-x;
    }

#LayoutMainContent
{
    border: 1px solid #f5f5f5;
    padding: 0px 5px 5px 5px;
}

#LayoutContent
{
    margin-left: 5px;
    width: 605px;
    padding: 0px;
    float: left;
}

    #LayoutContent .ContentLeft
    {
	padding: 20px 0px;
	width: 200px;
	float: left;
    }

    #LayoutContent .ContentRight
    {
	padding: 20px 200px 20px 0px;
	width: 560px;
	float: left;
    }

.LayoutRamka
{
    line-height: 17px;
    border-left: 1px solid #6E96D5;
    border-right: 1px solid #6E96D5;
    border-bottom: 1px solid #6E96D5;
}

    .LayoutRamka h1
    {
        line-height: 14px;
	font-size: 11px;
	color: #336699;
	padding: 5px 5px 5px 10px;
	position: relative;
	background-color: #DEDEDE;
	border-left: 2px solid #6E96D5;
    }

	.LayoutRamka h1 .panel_right
	{
    	    position: absolute;
	    top: 10px;
	    right: 10px;
	}
		
#Footer
{
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
    color: #333333;
}

#Credits
{
    font-size: 11px;
    color: #999999;
}
    #Credits a
    {
	color: #999999;
    }
    #Credits .Cleft
    {
	width: 360px;
	float: left;
	padding: 20px;
    }
    #Credits .Cright
    {
	text-align: right;
	width: 360px;
	float: right;
	padding: 20px;
    }