/**********************************
	STRONA GŁÓWNA - ZAKŁADKI, TREŚĆ
**********************************/

#strona-glowna {
	width: 591px;
	margin: 0 auto;
}

#strona-glowna #zakladki {
	height: 57px;
	margin: 0;
	padding: 0 0 0 15px;
	font-family: verdana;
	background: url('../_img/zakladki-dol.png') no-repeat bottom left;
}

#strona-glowna #zakladki li {
	display: inline;
	float: left;
	width: 139px;
	height: 40px;
	margin: 0 1px 0 0;
}

#strona-glowna #zakladki li a {
	display: block;
	width: 139px;
	height: 23px;
	background: url('../_img/zakladki.png') no-repeat bottom center;
	text-align: center;
	padding-top: 12px;
	margin: 5px 0 0 0;
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
}

#strona-glowna #zakladki li a:hover,
#strona-glowna #zakladki li.aktywna a {
	background: url('../_img/zakladki.png') no-repeat top center;
	height: 25px;
	padding-top: 15px;
	color: #773c00;
	margin: 0;
}

#SG-Kontener .sgboks  {
	margin: 0;
	padding: 0 0 10px 0;
	background: url('../_img/art-dol.jpg') no-repeat bottom left;
	width: 591px;
	float: left;
}

#SG-Kontener .sgboks div {
	margin: 0 0 4px 0;
	padding: 5px 15px 10px;
	background: #EDEDED url('../_img/boks-tlo-gora.gif') repeat-x top;
	float: left;
	width: 561px;
}

#SG-Kontener .sgboks div p {
	margin: 0;
	padding: 10px 0;
}

#SG-Kontener .sgboks h3,
#SG-Kontener .sgboks h4 {
	border-bottom: 1px solid #959595;
	padding: 0;
	margin: 0;
	background: url('../_img/gnat.png') no-repeat bottom right;
	font-size: 1.2em;
	
}

#SG-Kontener .sgboks h3 a,
#SG-Kontener .sgboks h4 a {
	background: url('../_img/punktator-duzy.png') no-repeat center left;
	display: block;
	padding: 15px 0px 15px 20px;
	margin: 0 133px 5px 0;
	color: #3b3b3b;
	text-decoration: none;
}


