/*	------------------------ importy ---------------------- */
@import url("inc.top.css");
@import url("inc.menu.css");
@import url("inc.menu-prawe.css");
@import url("inc.bottom.css");
@import url("inc.szukaj.css");
@import url("inc.wartozob.css");
@import url("inc.menu-lewe.css");
/*	------------------------    *    ---------------------- */
* {
	font-family: Verdana;
	font-size: 12px;
	color: #5C4F26;
	line-height: 20px;
}
a {
	color: #6F6738;
	text-decoration: underline;
}
a:hover {
	background: #E2E6AC;
	text-decoration: none;
}
/*	------------------- kontener ------------------ */
#container {
	background: url(../../images/lay/container-l.jpg) repeat-x left top;
	width: 100%;
	float: left;
}
#container div.container {
	width: 842px;
	margin: 0px auto;
}
#container div.contlo {
	background: #2C2B19 url(../../images/lay/container-tlo.jpg) repeat-x left top;
	float: left;
}
/*	------------------- ustawienie ------------------ */
#left {
	float: left;
	width: 248px;
}
#right {
	float: left;
	width: 566px;
	margin-left: 28px;
}
/*	------------------- tresc ------------------ */
#tresc {
	background: url(../../images/lay/podstr-tlo-center.jpg) repeat-y left top;
	width: 566px;
	float: left;
}
#tresc div.tlo-top {
	background: url(../../images/lay/podstr-tlo-top.jpg) no-repeat left top;
	width: 566px;
	float: left;
}
#tresc div.tlo-bot {
	background: url(../../images/lay/podstr-tlo-bottom.jpg) no-repeat left bottom;
	width: 100%;
	float: left;
}
#tresc div.padding {
	padding: 30px 30px 40px 30px;	
}
#tresc h1 {
	color: #59483f;
	font: bold 24px Georgia;
	margin-bottom: 16px;
}

