body {
	margin: 0px;
	padding: 16px;
	background: #b3b3b3;
	font: 15px tahoma, verdana, arial, geneva, sans-serif;
	color: #000;
	}

a {
	color: #00e;
	text-decoration: underline;	
	}
a:hover {
	color: #00b;
	text-decoration: underline;
	}

img {
	border: 0;
	}

h1, h2, h3, h4, h5, h6, p, form {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: normal;
	}

ul {
	list-style-image: url("punkt-angielski.gif");
	}

li {
	padding-left: 5px;
	}

table, tr, td {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	vertical-align: middle;
	}

.naglowek {
	position: relative;
	margin: 0 auto;
	width: 832px;
	height: 223px;
	background: url('naglowek.jpg');
	z-index:5;
	}

.podnaglowkiem {
	position: relative;
	margin: 0 auto;
	width: 772px;
	padding: 3px 30px;
	background: url('srodek.jpg') repeat-y;
	color: #777;
	font-size: 12px;
	z-index:5;
	}

.srodek {
	position: relative;
	margin: 0 auto;
	width: 740px;
	padding: 10px 46px;
	background: url('srodek.jpg') repeat-y;
	z-index:5;
	}

.stopka {
	position: relative;
	margin: 0 auto;
	width: 772px;
	height: 80px;
	padding: 26px 30px 0 30px;
	background: url('stopka.jpg');
	z-index: 5;
	}

.naglowek h1 {
	position: absolute;
	left: 256px;
	top: 70px;
	color: #fff;
	font-weight: bold;
	font-size: 45px;
	z-index: 7;
	}

.naglowek h2 {
	position: absolute;
	left: 450px;
	top: 180px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	z-index: 7;
	}


