@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif, Arial;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #687444;
	font-size: 14px;
	line-height: 18px;
	background-image: url(../images/tlo.jpg);
}
ul, ol, dl {
	padding: 0px;
	margin: 0px;
}
.container .prawa .tekst ul li {
	margin-left: 15px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a:link {

}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.logo {
	float: left;
	height: 140px;
	width: 150px;
	display: block;
}
.menu {
	height: 45px;
	width: 940px;
	clear: both;
	float: right;
}
.menu ul li {
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8b8b8b;
	line-height: 33px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	text-align: center;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 33px;
}
.menu ul li a {
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	line-height: 33px;
	height: 33px;
	display: block;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: All 0.50s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
.menu ul li a:hover {

background: rgb(142,175,47); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlYWYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MjYyMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(142,175,47,1) 0%, rgba(82,98,35,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,175,47,1)), color-stop(100%,rgba(82,98,35,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(142,175,47,1) 0%,rgba(82,98,35,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(142,175,47,1) 0%,rgba(82,98,35,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(142,175,47,1) 0%,rgba(82,98,35,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(142,175,47,1) 0%,rgba(82,98,35,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eaf2f', endColorstr='#526223',GradientType=0 ); /* IE6-8 */
	color: #FFF;
	-webkit-transition: All 0.50s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
}
.slide {
	clear: both;
	height: 259px;
	margin-bottom: 20px;
}



#menu ul.sub-menu {
	display: none;
	z-index: 90;
	height: 0px;
	width: auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color 1000ms linear;
	-moz-transition: background-color 1000ms linear;
	-o-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
	margin-top: 0px;
	background-color: #193d00;
}
.sub-menu-li {
	text-align: left !important;
	line-height: 30px !important;
	clear: left !important;
	float: left;
	padding-bottom: 0px !important;
	height: 30px !important;
	width: 150px;
	padding-left: 2px !important;
	font-size: 14px !important;
	color: #FFFFFF !important;
	margin-top: 5px !important;
	margin-left:10px !important;
	margin-bottom:5px !important;
	border-bottom-width: 1px;
	border-right-style: none !important;
	border-bottom-style: solid;
	border-bottom-color: #4c6838;
	border-right-width: 0px;
	margin-right: 10px !important;
	padding-top: 2px !important;
	padding-right: 0px !important;
}
#menu li:hover ul.sub-menu {
	display: block;
	position: absolute;
	height: auto;
	opacity: 1;
	margin-left: 0px;

		-webkit-transition: background-color 1000ms linear;
	-moz-transition: background-color 1000ms linear;
	-o-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}
.sub-menu-a {
	font-size: 15px !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	line-height: 30px !important;
	display: block !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	text-align: left !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}
.sub-menu-a:hover {
	color: #b1e518 !important;
	background-color: transparent;
	background-image: none;
	background: none !important;
}
#submenu .active {
	color: #FFF;
}
.lewa {
	float: left;
	width: 260px;
	margin-top: 20px;
	margin-left: 0px;
}
.blok1 {
	background-image: url(../images/gfx_07.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: left;
	float: left;
	height: 153px;
	width: 250px;
	margin-top: 20px;
}
.blok2 {
	background-image: url(../images/gfx_14.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: left;
	float: left;
	height: 192px;
	width: 250px;
	margin-top: 20px;
}

.aktualnosci {
	background-image: url(../images/gfx_03.jpg);
	background-repeat: no-repeat;
	height: 209px;
	width: 231px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
}

.prawa {
	width: 690px;
	margin-top: 20px;
	float: right;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	max-width: none;
	z-index: 1;
	width: 690px;
	height: 259px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#000;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 1;
	overflow: hidden;
	display: none;
	-moz-opacity: 1;
	filter:alpha(opacity=10);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 16px;
	font-weight: 600;
background-color: rgba(255, 255, 255, 0.7);
         
        color: rgba(255, 255, 255, 0.7);
-webkit-border-radius: 0px 0px 8px 8px;
        border-radius: 0px 0px 8px 8px;
}
.nivo-caption p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	z-index: 10;
	position: relative;
	bottom: 30px;

}
.nivo-controlNav a {
	cursor:pointer;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	display:block;
-webkit-border-radius: 8px;
    
    border-radius: 8px;
	margin-right:5px;
	border:0;
	float: right;
	font-size: 0px;
	color: #919191;
	background-color: #919191;
	margin-left: 5px;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
-webkit-border-radius: 8px;
    
    border-radius: 8px;
	text-indent:-9999px;
	background-color: #7a8f3c;
	margin-right: 5px;
	margin-left: 5px;
	border: 0px solid #FFF;
}

Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.slider-wrapper {
	float: left;
	width: 589px;
	height: 272px;
	overflow: hidden;
}
.data {
	font-size: 14px;
	font-weight: bold;
	color: #535d32;
}
.aktu {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #909977;
}
.aktualnosci a {
	font-weight: bold;
	color: #535d32;
	text-decoration: none;
	text-align: center;
	display: block;
}
.tekst {
	clear: both;
	float: left;
	color: #FFF;
}
.moduly {
	clear: both;
	width: 690px;
	margin-top: 20px;
}
.modul1 {
	background-image: url(../images/gfx_12.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 110px;
	width: 251px;
	float: left;
	margin-top: 10px;
}
.modul2 {
	background-image: url(../images/gfx_17.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 110px;
	width: 251px;
	float: left;
	clear: left;
	margin-top: 10px;
}
.modul3 {
	background-image: url(../images/gfx_20.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 110px;
	width: 251px;
	float: left;
	clear: left;
	margin-top: 10px;
}
.modul4 {
	background-image: url(../images/gfx_09.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 390px;
	width: 433px;
	float: right;
	clear: right;
	margin-top: 0px;
}
.banner {
	background-image: url(../images/gfx_23.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 170px;
	width: 963px;
	clear: both;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 20px;
	background-position: bottom;
}
.stopka {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 20px;
	padding-top: 20px;
	height: 120px;
}
.menu2 {
	float: left;
	height: auto;
	width: 350px;
}
.menu2 ul li {
	list-style-type: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.menu2 ul li a {
	display: block;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	white-space: nowrap;
}
.partnerzy {
	float: right;
	height: 100px;
	width: 600px;
	font-size: 12px;
	color: #FFF;
}
.partner {
	background-color: #FFF;
	text-align: center;
	height: 90px;
	line-height: 90px;
	-webkit-border-radius: 5px;
        border-radius: 5px;
}
.partner img {
	margin-top: 15px;
}
