/* CALA STRONA */

body
{
	background:	#b49064;
	margin:		0px 0px 0px 0px;
}

div
{
	font-family:	Verdana, Helvetica, Arial, sans-serif;
	font-size:	9pt;
}

p
{
	font-family:	Verdana, Helvetica, Arial, sans-serif;
	font-size:	9pt;
}

a
{
	color:		#593306;
	font-weight:	bold;
	text-decoration:	none;
	letter-spacing:	1px;
}

a:hover
{
	text-decoration:	underline;
}

div#pojemnik
{
	margin-left:	auto;
	margin-right:	auto;
	width:		996px;
	height:		733px;
	border:		0px;
	border-spacing:	0px;
	position:	relative;
}

div#lewo
{
	position:	absolute;
	left:		0px;
	top:		0px;
	width:		400px;
	height:		651px;
	vertical-align:	top;
	background-image:	url("gfx/left.jpg");
	padding:	0px;
	float:		left;
}

div#srodek
{
	position:	absolute;
	left:		400px;
	top:		0px;
	width:		440px;
	height:		445px;
	vertical-align:	top;
	background:	#ffffff;
	background-image:	url("gfx/top.jpg");
	background-repeat:	no-repeat;
	padding-top: 	206px;
	padding-left:	0px;
	padding-right:	0px;
	padding-bottom:	0px;
	float:		left;
}

div#prawo
{
	position:	absolute;
	top:		0px;
	left:		840px;
	width:		156px;
	height:		651px;
	background-image:	url("gfx/right.jpg");
	padding:	0px;
}

div#dol
{
	position:	absolute;
	left:		0px;
	top:		651px;
	width:		996px;
	height:		82px;
	background-image:	url("gfx/bottom.jpg");
	padding:	0px;
}


/* TRESC */

div#tresc
{
	width:		420px;
	height:		440px;
	overflow:	auto;
	padding-right:	10px;
}

div#tresc p.data
{
	text-align:	right;
	font-size:	9pt;
	font-weight:	normal;
	font-style:	italic;
	color:		#000000;
	border-bottom:	1px dashed #b49064;
}

div#tresc p#numery_stron
{
	text-align:	right;
}

div#tresc p#numery_stron a.nr_strony
{
	font-size:	9pt;
	font-weight:	bold;
	font-style:	none;
	color:		#7a411b;
}

div#tresc p#numery_stron a.nr_strony:hover
{
	text-decoration:underline;
}

div#tresc p#numery_stron #nr_aktualnej_strony
{
	font-size:	9pt;
	font-weight:	normal;
	font-style:	none;
	color:		#000000;
}

/* MENU */

div#menu
{
	position:	absolute;
	left:		170px;
	top:		290px;
	width:		180px;
	height:		120px;
	overflow:	no;
}

div#menu ul
{
	position:	relative;
	list-style-type:	none;
	padding:	0px;
}

div#menu a
{
	font-family:	Verdana, Helvetica, Arial, sans-serif;
	font-size:	9pt;
	font-weight:	normal;
	text-decoration:	none;
	color:		#b49064;
	line-height:	150%;
}

div#menu a:hover
{
	color:		#ffffff;
}


