*, body, html
{
	margin: 0;
	padding: 0;
}

body
{
	background-image: url('img/bg_body.jpg');
	background-repeat: repeat-x;
	background-position: 0 2px;
	font-family: "Verdana", sans-serif;
	font-size: 8pt;
	color: #585858;
}

a
{
	text-decoration: none;
}

input
{
	font-family: "Verdana", sans-serif;
	font-size: 8pt;
	color: #585858;

	border: 1px solid #ccc;
	

}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* --- div #main --- */

#main
{
width: 809px;
}



/* --- div #main > div #header --- */

#header
{
	width: 809px;
	height: 306px;
	
}

	#header div
	{
		width: 809px;
		height: 100%;

		background-image: url('img/bg_header_div.jpg');
	}

	/* --- ul #list - NAWIGACJA --- */

	#list
	{
		height: 20px;
		margin-left: 150px;
		margin-top: 21px;
	}

	#list li
	{
		padding: 0;
		margin: 0;
		height: 20px;
		display: block;
		float: left;
		list-style-type: none;  
	}

	#list a
	{
		padding: 0;

		height: 17px;
		display: block;
		float: left;
		background-repeat: no-repeat;
	}
	#list a:hover
	{
		height: 23px;
		display: block;
		float: left;
		background-repeat: no-repeat;
		margin-top: 3px;
	}

	#list a span {display: none;}
		
		.opr
		{
			width: 72px;

			position: relative;
			left: 15px;

			background-image: url('img/opr_hover.gif');
		}

		.war
		{
			width: 68px;

			position: relative;
			left: 37px;	

			background-image: url('img/war_hover.gif');
		}

		.rej
		{
			width: 73px;

			position: relative;
			left: 64px;	

			background-image: url('img/rej_hover.gif');
		}

		.rel
		{
			width: 111px;

			position: relative;
			left: 86px;	

			background-image: url('img/rel_hover.gif');
		}

		.kon
		{
			width: 55px;

			position: relative;
			left: 110px;	

			background-image: url('img/kon_hover.gif');
		}



/* --- div #main > div #content --- */

	#text
	{
		width: 591px;
		min-height: 280px;

		float: left;

		padding-bottom: 40px;

		background-repeat: no-repeat;
		background-color: white;
		background-position: 80px 7px;
	}

	#text p
	{
		text-align: justify;
		font: 1.1em/1.6em Tahoma, Helvetica, sans-serif;
		margin: 6px;
	}

	#text div
	{
		position: relative;
		top: 50px;
		left: 90px;
		width: 500px;
	}
	
	#text a.gal
	{
    	text-decoration: none;
    	color: #585858;
    	border: 0px;
		margin: 2px;
	}
	
    #text a
    {
    	text-decoration: none;
    	color: #585858;
    	border-bottom:dashed 1px;
    }
    
    #text a:hover {
    	color: #EF7C01;
    }

    #text ul, ol {
    	margin: 10px 30px;
    	padding: 0 30px;
    }
    
    #text li
    {
      	font: 1.1em/1.6em Tahoma, Helvetica, sans-serif;
    	margin: 2px;
    }
	
	#player
	{
		width: 220px;
		height: 279px;
		
		position: absolute;
		top: 306px;
		left: 590px;
}

	#player img
	{
		border: 0;
	}	

/* --- div #bigFooter --- */

#bigFooter
{
	width: 100%;

	clear: both;
	
	background-image: url('img/bg_newsletterb.gif');
	background-repeat: repeat-x;
	background-position: 0px 42px;
}

/* --- div #main > div #newsletter --- */

#newsletter
{
	height: 54px;
	width: 809px;
	clear: both;

	background-image: url('img/bg_newsletter.gif');
	background-color: white;
	color: #726E6D;
}

	#newsletter div
	{
		height: 30px;
		padding-top: 12px;
		padding-left: 399px;
	}

	#newsletter strong
	{
		color: #EC7501;

		font-weight: bold;
	}

	#newsletter #submit
	{
		width: 61px;
		height: 30px;

		background-image: url('img/newsletter_submit.gif');
		border: 0;
	}




/* --- div #partnerzy --- */

#partnerzy
{
	width: 809px;
	height: 105px;

	text-align: center;
	color: #B0B0B0;

	background-image: url('img/bg_partnerzy_div.gif');
	background-repeat: no-repeat;
}

#partnerzy img
{
	margin: 16px 10px 0 10px;

	border: 0;
}



/* --- div #footer --- */

#footer
{
	width: 100%;
	
	border-top: 5px solid #ECEAEC;

	background-color: white;
	color: #B0B0B0;
}

	#footer div

	{
		width: 809px;
		height: 20px;
	}

	#footer p
	{
		margin: 6px;
	}

	#footer a
	{
		color: #B0B0B0;
	}