body {
	font: 1em Arial, Helvetica, sans-serif; 
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background-image:url(../g/body.jpg);
	background-color: #36743d;
	background-repeat: repeat-x;
}
#div_header {
	width: 506px;
	height: 141px;
	float:left;
	margin: 0px;
	padding: 0px;
	background-image:url(../g/header.jpg);
	background-repeat: no-repeat;
}
#div_wraper {
	width: 100%;
	height: 765px;
	margin: 0px;
	float: left;
	clear: both;
	padding: 0px;
	background-image:url(../g/wraper.jpg);
	background-repeat: no-repeat;
}
#div_content {
	width: 526px;
	height: 280px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px 10px 10px 20px;
	background: none;
	text-align: justify;
	overflow-x: hidden;
	overflow-y: auto;
}
#div_content2 {
	width: 516px;
	height: 201px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	background: none;
	text-align: justify;
}
#div_footer {
	width: 506px;
	height: 32px;
	margin: 10px 0px 0px 0px;
	float: left;
	clear: both;
	padding: 0px;
	vertical-align: middle;
	background: none;
}	
span.span_tekst {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #0c0c0c; 
	font-size: 0.8em;
}
span.span_title {
	color:#000;
	font-size: 1.1em;
	font-weight: bold;
}
p {
	font: 0.8em Tahoma, Geneva, sans-serif;
	letter-spacing: 0.02em;
	color: #000;
	padding: 0px 10px 0px 0px;
}
p.kontakt {
	font: 0.9em Tahoma, Geneva, sans-serif;
	letter-spacing: 0.06em;
	color: #000;
	font-weight: bold;
}
h1 {
	width: 250px;
	font: 1.1em "Times New Roman", Times, serif;
	letter-spacing: 0.08em;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 25px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
h2 {
	font: 1em "Times New Roman", Times, serif;
	letter-spacing: 0.06em;
	color: #023b08;
	text-decoration: underline;
	font-weight: bold;
}
ul {
	font: 0.8em Tahoma, Geneva, sans-serif;
	letter-spacing: 0.02em;
	color: #000;
	padding: 0px 0px 0px 20px;
}
table.cennik {
	border:none;
	width:100%;
	color:#000;
	font: 0.8em Tahoma, Geneva, sans-serif;
	letter-spacing: 0.02em;
}
/***********************************************************/
#div_top_menu {
	width: 546px;
	height: 35px;
	clear: both;
	float:left;
	margin: 0px 0px 10px 20px;
	padding-top: 4px;
	background: none;
}
ul.menu {
	list-style: none;
	clear: both;
	margin: 0px auto;
    padding: 0px;
	vertical-align: middle;
}
ul.menu li.menu {
	height: 17px;
	font-size: 0.9em;
	vertical-align: middle;
	display: block;
	margin: 5px 0px 0px 5px;
	float: left;
    padding: 3px 0px 0px 0px;
    position: relative;
}
ul.menu li:hover ul, ul.menu li.over ul {
	display: block;
}
ul.menu li.menu a {
	width: 50px;
	clear: both;
	border-right: 1px solid #000;
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: none;
}
ul.menu li.menu a:hover {
	color: #fff;
	border-right: 1px solid #fff;
}
/***********************************************************/