body {
	background-color: #070497;
	text-align	: center; 
}
img {
	border		: none;
}
#strona {
	margin		: auto;
	padding		: 0px;
	width		: 760px;
	background-color: #070497;
}
#naglowek {
	margin		: auto;
	padding		: 0px;
	width		: 760px;
	height		: 317px;
	background-image: url(images/top.gif);
}
#kolumnaLewa {
	margin		: auto;
	padding		: 0px;
	width		: 220px;
	float		: left;
}
#kolumnaPrawa {
	margin		: auto;
	padding		: 0px;
	width		: 540px;
	height		: auto;
	min-height 	: 557px;
	float		: right;
	text-align	: left; 
	background-image: url(images/tresc.gif);
	background-repeat: no-repeat;
}
#menu {
	position	: relative; top: 70px;
	float		: right;
}
#adres {
	position	: absolute; top: 650px;
}
#tekst {
	font-family	: verdana,arial,'times new roman';
	color		: #C5E5FB;
	font-size	: 11px;
	text-align	: justify;
}
#wciecie {
	text-indent	: 50px;
}
.b {
	font-weight	: bold;
}
ul { 
	list-style-type	: disc;
}
table { 
	width		: 540px;
}
td.pieczatki {				/*tez wykorzystane do bindowania*/
	width		: 135px;
	font-size	: 11px;
	color		: #C5E5FB;
	border-style	: solid;
	border-width	: 1px;
	border-color	: #09437E;
}
td.wydruk {
	width		: 180px;
	font-size	: 11px;
	color		: #C5E5FB;
	border-style	: solid;
	border-width	: 1px;
	border-color	: #09437E;
}
.c{
	text-align	: center;
}
a:link	{
	color		: #c5e5fb;
}
a:hover	{
	color		: red;
}
a:visited{
	color		: #7ec7fa;
}

