@charset "utf-8";
* {
	margin: 0;
}
html {
	height : 100%;
}
body {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: White;
	height : 100%;
	background-color: #7a9967;
}
.logo_outer{
  width:100%;
  background-color: #b6e599;
}
h1 {
  text-align: left;
	margin: 0 auto;
	width: 900px;
	padding-top: 25px;
	padding-bottom: 0px;
	font-size:28px;
	font-weight:bolder;
	background-color: #b6e599;
}
h2 {
  text-align: left;
  width:880px;
  margin: 0 auto;
  padding-left:20px;
	font-size:11px;
	font-style:oblique;
	font-weight:normal;
	padding-bottom:20px;
}
.srodek {
  margin: 0 auto;
	width: 900px;
	padding-top: 0;
	padding-bottom: 5px;
	background-color: #e9fcd5;
}
.menu_outer {
	border-top: 1px solid #86ab70;
	border-bottom: 1px solid #86ab70;
	padding: 0 0 0 0;
	width: 100%;
	margin-bottom: 5px;
	background-color: #b6e599;
}
.menu{
  border-left: 1px solid #86ab70;
  border-right: 1px solid #86ab70;
	width: 900px;
	text-align: center;
	background-color: #b6e599;
	height: 30px;
	padding: 0 0 0 0;
	margin: 0 auto;
	font-size: 14px;
}
.tresc {
  background-color: #e9fcd5;
  margin: 0 auto;
	width: 880px;
	text-align: left;
	padding: 10px 10px 10px 10px;
}
h3 {
	float:left;
	font-size:16px;
	font-weight:bolder;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	line-height: 20px;
	text-align: left;
}
.tresc a {
	color: Black;
	text-decoration:underline;
}
.stopka {
	padding: 10px 0 0 0;
	width: 100%;
	font-size:10px;
	text-align:center;
	height : 35px;
	position: relative;
	margin: 0 auto;
	vertical-align: bottom;
	line-height: 12px;
	background-color: #b6e599;
	border-top: 1px solid #86ab70;
}
.stopka a {
	color: Black;
	text-decoration:underline;
}
hr {
	width: 90%;
	color: White;
	border: solid 1px Black;
	margin-left: Auto;
	margin-right: Auto;
}
.menu ul {
	padding: 0 0 0 0;
	display: block;
	float: left;
	list-style-type: none;
	line-height: 28px;
}
.menu li {
	display: block;
	list-style-type: none;
	float: left;
	border-right: 1px solid #86ab70;
}
.menu a{
	display: block;
	color: Black;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
  height: 30px;
}
.menu a:hover{
	color: Black;
	text-decoration:underline;
  background-color: #a5d488;
}
.content {
  background-color: #e9fcd5;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -46px;
}
.push {
  background-color: #e9fcd5;
	height: 46px;
	clear:both;
}

