* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #76a602;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.clear {
	clear: both;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#top {
	width: 1000px;
	height: 216px;
	position: relative;
}

.lang_switch {
	position: absolute;
	top: 170px;
	width: 34px;
	overflow: hidden;
}

.lang_switch a {
	display: block;
	text-indent: -500em;
	overflow: hidden;
	width: 34px;
	height: 42px;
}

#lang_pl {
	left: 128px;
}

#lang_en {
	left: 163px;
}

#lang_ukr {
	left: 198px;
}

#top h1 {
	width: 467px;
	height: 216px;
	background: url('grafika/logo.jpg') no-repeat;
	text-indent: -500em;
	overflow: hidden;
	float: left;
}

#top h1.en {
	background: url('grafika/logo.en.jpg') no-repeat !important;
}

#top h1.ukr {
	background: url('grafika/logo.ukr.jpg') no-repeat !important;
}

#menu {
	width: 528px;
	height: 121px;
	background: url('grafika/top.png') no-repeat;
	float: right;
	padding: 95px 0 0 5px;
}

#menu li {
	display: block;
	list-style: none;
	width: 79px;
	height: 41px;
	float: left;
	margin-right: 4px;
}

#menu li.big {
	width: 119px !important;
}

#menu li a {
	width: 79px;
	height: 27px;
	display: block;
	text-align: center;
	padding-top: 14px;
}

#menu li a:hover {
	background: url('grafika/button.small.on.gif') no-repeat;
}

#menu li.big a {
	width: 119px !important;
}

#menu li.big a:hover {
	background: url('grafika/button.big.on.gif') no-repeat;
}

#content_top {
	width: 1000px;
	height: 51px;
	background: url('grafika/content.top.png') no-repeat;
}

#content_top h2 {
	padding: 33px 0 0 250px;
	width: 68px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #1f6b34;
}

#logo_bhf {
	float: left;
	position: relative;
	display: inline;
	margin-bottom: 143px;
}

#logo_bhf img {
	border: 0 none;
}

#logo_bhf a {
	position: absolute;
	top: 123px;
	left: 70px;
	width: 105px;
	height: 135px;
	display: block;
	text-indent: -500em;
	overflow: hidden;
}

#logo_bhf p {
	position: absolute;
	width: 247px;
	left: 0;
	top: 100px;
	text-align: center;
}

#main {
	background: url('grafika/content.bg.png') repeat-y;
	background-position: 248px 0;
}

#content {
	width: 1000px;
	background: url('grafika/bottom.png') no-repeat;
	background-position: bottom right;
}

#text {
	float: left;
	width: 530px;
	font-size: 12px;
	line-height: 19px;
	padding: 2px 0 70px 76px;
}

#footer {
	width: 998px;
	background: #7ead09;
	height: 16px;
	margin: 0 0 0 2px;
	padding: 2px 0 0 0 ;
	font-size: 10px;
	color: #c1dd7f;
	text-align: center;
}

#cennik {
	width: 98%;
	margin: 0 auto;
}

#cennik th {
	background: #78a803;
}

#cennik td {
	background: #86b801;
	text-align: center;
	font-size: 11px;
}

#cennik td a {
	text-decoration: underline;
}

#cennik td a:hover {
	color: #dfc;
	text-decoration: none;
}

#kw {
	color: #c1dd7f;
	font-size: 11px;
}

#kw em {
	font-weight: bold;
}

#kw li {
	float: left;
	margin: 5px;
	list-style: none;
}