@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #efc813;
	color: #333;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
#main {
	width:950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#main #fla {
	float: left;
	width: 950px;
	position: relative;
}
#main #fla #slogan {
	position: absolute;
	z-index: 999;
	left: 30px;
	width: 230px;
	top: 40px;
}

#main #top {
	float: left;
	width: 950px;
	background-color: #070000;
}
#main #logo {
	float: left;
	margin-bottom: 11px;
}
#main #boxy {
	float: left;
	width: 950px;
}
#main .box  {
	float: left;
	height: 180px;
	width: 303px;
	position: relative;
}
#main .box .wiecej  {
	background-color: #000;
	padding: 10px 20px;
	color: #fff;
	position: absolute;
	left: 20px;
	top: 130px;
}
#main .box p  {
	color: #5a5147;
	font-size: 15px;
	padding: 20px;
}


#main #boxy .box.first {
	float: left;
	background-image: url(images/agrogama_10.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#main #boxy .box.second {
	float: left;
	margin-left: 20px;
	background-image: url(images/agrogama_12.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#main #boxy .box.third {
	float: right;
	background-image: url(images/agrogama_14.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#main .box.fourth {
	float: right;
	background-image: url(images/agrogama-fourth_03.png);
	background-repeat: no-repeat;
	background-position: center center;
}




#main #top #menu-gorne {
	float: left;
}
#main #top #menu-gorne ul {
	float: left;
	margin: 10px;
	padding: 0px;
}
#main #top #menu-gorne ul li {
	display: inline;
}
#main #top #menu-gorne ul li a {
	float: left;
	padding: 10px 17px;
	text-decoration: none;
	margin-right: 3px;
	color: #fff;
}
#main #content {
	float: left;
	width: 608px;
	background-color: #fff;
	padding: 0px 10px;
	margin-top: 20px;
}
#main aside #kontakt {
	float: left;
	width: 263px;
	margin-top: 20px;
	padding: 0px 20px;
}
#main aside #kontakt #pani {
	float: left;
	margin-right: 20px;
}
#main aside #kontakt #numer {
	font-size: 24px;
	margin-top: 22px;
	float: left;
}
#main aside #kontakt #daneF {
	float: left;
}




#main aside {
	float: right;
	width: 303px;
}

#main #content .box {
	float: left;
	width: 260px;
	padding: 20px;
}
#main #im {
	float: right;
	color: #363530;
}
#main #im a {
	color: #363530;
	text-decoration: none;
}


#main #stopka {
	float: left;
	width: 910px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: #000;
	padding: 20px;
}
#main #stopka p {
	float: left;
	color: #fff;
}
#main #stopka #menu-dolne {
	float: right;
}
#main #stopka #menu-dolne ul {
	float: left;
}
#main #stopka #menu-dolne ul li {
	display: inline;
}
#main #stopka #menu-dolne ul li a {
	float: left;
	padding: 0px 10px;
	text-decoration: none;
	color: #fff;
}

#dane {
	float: left;
	width: 302px;
}
#form {
	float: right;
	width: 300px;
	position: relative;
	height: 510px;
}
#form p {
	margin-bottom: 10px;
}



fieldset {
	border: 0;
	padding: 0;
}
fieldset label {
	padding: 3px;
	width: 110px;
	float: left;
}
fieldset input.txt {
	background: #d1dde6;
	width: 280px;
	padding: 5px 5px;
	border: 1px solid #8c949a;
	border-radius: 4px;
	opacity: 0.5
}
fieldset textarea {
	width: 280px;
	height: 200px;
	border: 1px solid #8c949a;
	border-radius: 4px;
	resize: none;
	background: #d1dde6;
	opacity: 0.5;
	padding: 5px;
}
fieldset input.submit {
	width: 292px;
	padding: 3px 2px;
	border-radius: 4px;
	border: 1px solid #8c949a;
	background-image: linear-gradient(bottom, #A3B0BF 3%, #4B5EAB 55%);
	background-image: -o-linear-gradient(bottom, #A3B0BF 3%, #4B5EAB 55%);
	background-image: -moz-linear-gradient(bottom, #A3B0BF 3%, #4B5EAB 55%);
	background-image: -webkit-linear-gradient(bottom, #A3B0BF 3%, #4B5EAB 55%);
	background-image: -ms-linear-gradient(bottom, #A3B0BF 3%, #4B5EAB 55%);
	color: #fff;
	opacity: 1;
	cursor: pointer
}


section#jubileusz {
    float: left;
    width: 950px;
    overflow:hidden;
    border-radius: 15px;
    text-align: center;
}
section#jubileusz img {
	max-width: 30%;
}