body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
}
body {
	background-color: #c9cda0;
	margin-top: 0px;
}
.image_main {
	background-image: url(image_main.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: none;
	float: none;
	height: 378px;
	width: 1000px;
}
.logo_area {
	float: left;
	height: 158px;
	width: 300px;
}
.wraper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.menu_box {
	position: relative;
	top: 280px;
	left: 310px;
	width: auto;
}
.content_area {
	height: auto;
	width: 1000px;
	background-color: #e9f4d0;
	
	padding-top: 30px;
	padding-bottom: 30px;
}
#kol1 {
	float: left;
	width: 400px;
	height: auto;
}
#kol1 {
	float: left;
	width: 700px;
}
#kol2 {
	float: right;
	width: 300px;
}
a:link {
	color: #42583b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #42583b;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.P1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #42583b;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	word-spacing: normal;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#footer {
	width: 1000px;
	min-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #42583b;
	background-color: #e9f4d0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #42583b;
}
.footer_text {
	font-family: Verdana, Geneva, sans-serif;
	color: #42583b;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#apDiv1 {
	position:absolute;
	width:324px;
	height:482px;
	z-index:1;
	left: 613px;
	top: 439px;
}
#apDiv2 {
	position:absolute;
	width:391px;
	height:42px;
	z-index:1;
	left: 62px;
	top: 689px;
}
.separator {
	height: auto;
	width: 1000px;
	background-color: #e9f4d0;
	min-height: 1150px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.style5 {
				color: #5B7A51;
				margin-left: 80px;
}
.style6 {
				margin-left: 80px;
}
.style7 {
				font-family: Verdana, Geneva, sans-serif;
				font-size: 16px;
				color: #42583b;
				letter-spacing: normal;
				text-align: left;
				text-indent: 0px;
				word-spacing: normal;
				display: block;
				margin-right: auto;
				margin-left: 0px;
				width: 600px;
}
.style10 {
				vertical-align: middle;
}
.style12 {
				border: 3px solid #C9CDA0;
				background-color: #E9F4D0;
}
.style13 {
				text-align: center;
				border: 3px solid #C9CDA0;
				background-color: #E9F4D0;
}
.style16 {
				color: #5B7A51;
}
.style17 {
				border-width: 0px;
}
.style18 {
				color: #42583B;
}
.style19 {
				text-align: left;
				border: 3px solid #C9CDA0;
				background-color: #E9F4D0;
}
.style20 {
				text-align: center;
}
.style3 {
				color: #42583B;
}
.style21 {
				font-weight: normal;
}

/* Poprawki dla dopasowania wysokości strony */
html, body {
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
}


/* Clearfix dla .wraper – rozwiązuje problem z niewidoczną wysokością */
.wraper::after {
    content: "";
    display: table;
    clear: both;
}