html, body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #eaded0 url("images/page_bg.png") repeat-x;
	font: 10px verdana, arial, sans-serif;
}

.container {
	width: 910px;
	height: auto ! important;
	height: 744px;
	min-height: 744px;
	margin: auto;
	position: relative;
}

.top_bg {
	clear: right;
	float: right;
	width: 908px;
	height: 29px;
	background: url("images/top_bg.png") no-repeat;
	margin-top: -10px;
}

.middle_bg {
	width: 905px;
	height: auto ! important;
	height: 220px;
	min-height: 220px;
	background: url("images/middle_bg.png") repeat-y;
	clear: both;
	float: right;
}

.logo_bg {
	width: 182px;
	height: 213px;
	background: url("images/logo_bg.png") no-repeat;
	position: absolute; top: 50px; left: 17px;
}

.logo_box {
	width: 160px;
	height: 192px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
}

.main_picture {
	width: 702px;
	height: 195px;
	background: url("images/main_picture.png") no-repeat;
	float: right;
	margin-top: 25px;
}

.content_middle {
	clear: both;
	width: 905px;
	height: auto ! important;
	height: 400px;
	min-height: 400px;
	background: url("images/content_middle.png") repeat-y;
	float: right;
	position: relative;
}

.o_nas_bg {
	width: 182px;
	height: 55px;
	background: url("images/o_nas_bg.png") no-repeat;
	position: absolute; top: -10px; left: 12px;
}

.title_bg {
	width: 587px;
	height: 62px;
	background: url("images/title_bg.png") no-repeat;
	position: absolute; top: 0px; right: 70px;
}

.title h2 {
	width: 540px;
	height: 20px;
	position: absolute; top: 14px; right: 80px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	overflow: hidden;
}

.content_box {
	width: 600px;
	height: auto;
  float: right;
  margin-right: 51px;
  text-align: justify;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}

.article_body {
	float: right;
	margin-top: 76px;
	width: 600px;
	height: auto ! important;
	height: 300px;
	min-height: 300px;
	display: inline;
	padding-bottom: 5px;
	text-align: justify;
}

.footer {
	clear: both;
	position: relative;
}

.footer_right {
	float: right;
	width: 22px;
	height: 77px;
	background: url("images/footer_right.png") no-repeat;
}

.footer_middle {
	float: right;
	width: 861px;
	height: 76px;
	background: url("images/footer_middle.png") repeat-x;
}

.footer_left {
	float: right;
	width: 22px;
	height: 76px;
	background: url("images/footer_left.png") no-repeat;
}

.footer_expand {
  width: 905px;
  height: 30px;
  background: url("images/footer_expand.png") repeat-y;
  float: right;
}

.footer_baner {
  width: 600px;
  height: 60px;
  position: absolute; top: 10px; left: 157px;
  border: grey solid 1px;
  overflow: hidden;
}

.footer_box {
	width: 500px;
	height: 20px;
	position: absolute; top: 77px; left: 200px;
	line-height: 20px;
}

.footer_box a {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}

table, tr, td
{
	font-size: 11px;
}

.menu_poziome img {
  margin-top: -16px;
}

img {
  border: none;
}