body
{
	margin:			0;
	padding:		0;
	background:		#fff;
	font-size:		12px;
	font-family:	Arial;
}
img{border:none;}
ul{list-style:none;}
a {color:white;text-decoration:none;}
a:hover{color:white;}
/*--- NAGŁÓWEK ---*/

.header, .header div
{
	height:					126px;
	background:				#010937;
}
.header div
{
	width:					945px;
	margin:					0 auto;
	display:				block;
	padding-top:			48px;
}
/*--- MENU ---*/
.menu
{
	padding:0;margin:0;
	float:					right;
	width:					445px;
	height:					27px;
	margin:					11px 0 0 0;
	text-align:				center;
}
.menu li
{
	float:					left;
	width:					89px;
}
.menu img
{
	float:					left;
	position:				relative;
	top:					18px;
	right:					7px;
}
.menu a
{
	display:				block;
	width:					74px;
	position:				relative;
	top:					6px;
	padding:				6px 0 6px 0;
	background-image:		url('img/bg_menu.gif');
	background-position:	left;
	background-repeat:		no-repeat;
}
.menu a:hover
{
	background-position:	right;
	background-repeat:		no-repeat;
}
/*--- ŚRODEK ---*/
.middle
{
	width:			100%;
	height:			432px;
	background:		url('img/bg_middle.jpg') repeat-x;
}
.middle div
{
	display:		block;
	width:			945px;/*938px;*/
	height:			432px;
	margin:			0 auto;
	color:			#fff;

	background:		url('img/img.jpg') no-repeat;
}
.middle ul
{
	margin:			0;parring:0;
	float:			left;
	z-index:		6;
	position:		relative;
}
.middle ul h1
{
	font-size:		36px;
	color:			#ff0000;
	font-weight:	normal;
	margin:			53px 0 0 0;
}
.middle ul h2
{
	font-size:		12px;
	margin:			20px 0;
}
.middle ul b
{
	margin:			10px 0px;
	display:		block;
	font-weight:	normal;
}
.middle img
{
	float:			right;
	position:		relative;
	bottom:			330px;
	left:			55px;
}
/*--- TEKST ---*/
.main
{
	min-height:		300px;
	background:		url('img/bg_text.gif') repeat-x;
}
.text a
{
	color:			#000;
	font-weight:	bold;
}
.text a:hover
{
	color:			#ff0000;
	text-decoration:underline;
}
.text
{
	width:			945px;
	margin: 		0 auto;
}
.text h1,.text h2,.text h3
{
padding: 			15px 0 0 0;
margin:				0;
font-size:			36px; 
color:				#ff0000;
font-weight:		normal;
}
.text h2
{
font-size:			18px; 
}
.text h3
{font-size:			16px; 
}
.text p
{
	width:			920px;
	padding:		0 10px 0 0px;
	line-height:	30px;
}
.text table
{
margin: 			10px;
border-left:		1px solid black;
border-top: 		1px solid black;
text-align:			center;
}
.text th, .text td
{
	padding: 				10px;
	border-right:			1px solid black;
	border-bottom:			1px solid black;

}
/*--- STOPKA ---*/
.footer
{
	margin-top:		20px;
	height:			45px;
	background:		url('img/bg_footer.gif') repeat-x;
}
.footer span
{
	display:		block;
	width:			200px;
	margin:			0 auto;
	padding-top:	15px;
	font-weight:	bold;
}
.footer span a:hover{text-decoration:underline;}
