body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#58585a;
	text-align: center;
}
img {
	border:none;
}
#logo {
	margin-right: auto;
	margin-left: auto;
	background:url(gfx/top.gif) no-repeat center;
	height:224px;
}
#opakowanie {
	margin-top:25px;
	text-align: left;
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	background:url(gfx/tlo.gif) repeat-y;
	padding:0 0 0;
}
#zawartosc {
	width: 560px;
	float: left;
	margin: 0 0 10px 20px;
	text-align:justify;
	font-size: 80%;
	font-weight: 600;
	color:#12416f;
	
}
#zawartosc p {
	color:#58585a;
}
#zawartosc a {
	color:#58585a;
}
#zawartosc a:hover {
	color: #FFFFFF;
}
#tekst {

}
#nawigacja {
	width:200px;
	position: relative;
}
#nav1 a {
	background:url(gfx/pink-btns.gif) no-repeat;
	width:47px;
	padding:146px 0 0 0;
	position:relative;
	top:-20px;
}
#nav2 a {
	background:url(gfx/green-btns.gif) no-repeat;
	width:47px;
	padding:100px 0 0 0;
	position:relative;
	top:-20px;
	border:none;
}
#nav3 a {
	background:url(gfx/blue-btns.gif) no-repeat;
	width:47px;
	padding:116px 0 0 0;
	position:relative;
	top:-20px;
}
#nav1 {left: 25px; border:none; }
#nav2 {left: 83px; }
#nav3 {left: 141px; }
#menu li {
	list-style-type:none;
	position: absolute;
}


#menu li, #menu a { display: block;  }

#nav1 a:hover {
	background: url(gfx/pink-btns.gif) 0px -153px no-repeat;
}
#nav2 a:hover {
	background: url(gfx/green-btns.gif) 0px -105px no-repeat;
}
#nav3 a:hover {
	background: url(gfx/blue-btns.gif) 0px -124px no-repeat;
}

#stopka {
	clear: both;
	padding: 55px 0 28px 150px;
	font-size: 10px;
	color: #585858;
	background:url(gfx/footer.gif) no-repeat;
	margin-top:2px;
}
#stopka a {
	color: #585858;
	font-size: 10px;
	text-decoration:none;
}
#stopka a:hover {
	text-decoration: underline;
}
#stopka span {
	margin-left:20px;
	font-size: 10px;
}
h1 {
	color:#58585a;
	border-bottom:1px solid #58585a;
}