.uzupelnienie
{
	clear: both;
}

body
{
	margin: 15px;
	padding: 0;
	background: #DDD;
	color: #000;
	font-size: 80%;
	font-family: "arial";
}

#naglowekPojemnik
{
	width: 100%;
	height: 250px;
	color: #fff;
}

#naglowekGora
{
	margin: 0 auto;
	width: 900px;
	height: 50px;
	background: #111;
	font-weight: bold;
}

#naglowekGoraLewy
{
	float: left;
	width: 100px;
	height: 32px;
	font-size: 85%;
	padding: 18px 0 0 25px;
	color: #666;
}

#naglowekGoraPrawy
{
	float: left;
	width: 750px;
	height: 32px;
	padding: 16px 25px 0 0;
	text-align: right;
	font-size: 120%;
	color: #777;
}

#naglowekDol
{
	margin: 0 auto;
	width: 900px;
	background: #000;
}

#naglowekDolLewy
{
	float: left;
	width: 260px;
	background: #000;
}

#naglowekDolPrawy
{
	float: left;
	width: 610px;
	height: 193px;
	background: #fff;
	padding: 15px 15px 15px 15px;
	color: navy;
}



#trescPojemnik
{
	width: 100%;
}

#tresc
{
	margin: 0 auto;
	width: 900px;
	background: #FFF;
}

#trescMenu
{
	float: left;
	width: 250px;
	padding: 5px 5px 5px 5px;
	font-size: 110%;
	font-weight: bold;
	background: white;
	border-top: solid 1px;
}

#trescMenu a
{
	display: block;
	padding: 5px 5px 5px 5px;
	#text-decoration: none;
	color: #333;
}

#trescMenu a:hover
{
	padding: 0 0 0 -20px;
	background: #FC0;
	font-weight: bold;
	color: #FFF;
}



#trescGlowne
{
	float: left;
	width: 600px;
	padding: 15px 10px 10px 10px;
	line-height: 160%;
	background: white;
	border-top: solid 1px; 
}

#stopkaPojemnik
{
	width: 100%;
}

#stopka
{
	margin: 0 auto;
	width: 900px;
	color: #ddd;
	font-size: 85%;
	background: #888;
	border-top: solid 1px black; 
}

#stopkaLewy
{
	float: left;
	width: 425px;
	padding: 15px 0 15px 25px;

}

#stopkaPrawy
{
	float: left;
	width: 425px;
	padding: 15px 25px 15px 0;
	text-align: right;
}