body {
	text-align: center;
	margin: 0;
	padding: 5px 0px 0px 0px;
	background: #868998;
	font-family: Verdana, sans-serif, Sans;
	font-size: 12px;
}
div.container1 {
	text-align: left;
	width: 770px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #868998;
	border: 0px solid white;
}
div.container2 {
	text-align: left;
	width: 770px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(index/middle.png) repeat-y;
	border: 0px solid white;
}

div.container_helper {
	width: 770px;
	padding: 0px 20px 0px 20px;
}

div.header_top {
	height: 21px;
	background: url(index/top.png) no-repeat top;
	width: 770px;
	/*border: 1px solid red;*/
}
div.header {
	background: url(index/middle.png) repeat-y;
	width: 770px;
	padding: 0px 0px  0px  20px;
}
div.header_logo {
	height: 158px;
	background: url(index/header.png) no-repeat bottom;
	width: 730px;
	padding: 0px 0px  0px  0px;
	/*border: 1px solid white;*/
}
div.header_bottom {
	height: 21px;
	background: url(index/bottom.png) no-repeat;
	/*border: 1px solid red;*/
	width: 770px;
}
/*div.header h1 {
	font: italic 150%/80px Verdana, Arial, sans-serif;
	color: #FFF;
	margin: 0 40px;
}*/
div.container2_top {
	height: 35px;
	background: url(index/top.png) no-repeat top;
	border-bottom: 0px solid white;
	width: 770px;
}
div.top_nav {
	padding: 15px 0px 0px 20px;	
}
div.nav {
	width: 150px;
	float: left;
	margin: 0px 0px 0px 0px;
}
div.menu_tytul {
	font-size: 12px;
	color: white;
	font-weight: bold;
	background-color: #249f50;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
div.menu_tresc {
	margin-bottom: 5px;
	padding-bottom: 0px;
	text-align: left;
	width: 150px;
}
div.menu_banery {
	text-align: center;
}
div.content {
	width: 570px;
	float: left;
	/*background: #ffffff;*/
	text-align: justify;
	margin: 0px 0px 0px 10px;
}
div.tresc_tytul {
	font-size: 12px;
	color: white;
	font-weight: bold;
	background-color: #249f50;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
div.tresc {
vertical-align: top;
padding: 10px 10px 10px 10px;
}
div.footer {
	clear: both;
	height: 45px;
	background: url(index/bottom.png)  no-repeat bottom;
	width: 770px;
	text-align: center;
	font-size: 10px;
}
div.line_bottom {
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align:left;
	background-color: #249f50;
	vertical-align: middle;
	margin: 0px 20px 0px 20px;
	padding: 3px 10px 3px 10px;
}
A:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
	color: white;
	font-weight: bold;
}
A:active {
	text-decoration: none;
	color: red;
	font-weight: bold;
}
HR {
border: 0;
height: 1px;
color: #249f50;
background-color: #249f50;
}