html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Tahoma;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: white url('../gfx/bgnd-s.png') repeat-x left 112px;
	font-size: 11px;
	color: #3d3d3d;
	text-align: center;
}

body.index {
	background: white url('../gfx/bgnd.png') repeat-x left 112px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #00a650;
}

a:hover {
	text-decoration: underline;
	color: #83d1a7;
}

em {
	font-weight: bold;
	color: #00a650;
	font-style: normal;
}

td {
	padding: 2px 0;
	text-align: left;
}

th {
	text-align: left;
	padding-right: 5px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#top {
	position: relative;
	width: 940px;
	height: 160px;
	margin: 0 20px;
	top: 0;
	z-index: 10000;
	background: url('../gfx/top.jpg') no-repeat left -2px;
}

#logo {
	display: block;
	float: left;
	height: 110px;
}

#top-links {
	float: right;
	background: url('../gfx/top-line.png') left top no-repeat;
	z-index: 1000;
	margin-right: 20px;
}

#top-links a {
	font-size: 10px;
	font-weight: normal;
	color: #529c73;	
	display: block;
	width: 81px;
	float: left;
	margin: 13px 0 20px 14px;
	padding-left: 15px;
	padding-bottom: 1px;
}

#top-links a:hover {
	color: #529c73;
}

#top-links #map {
	background: url('../gfx/top-map.png') left top no-repeat;
}

#top-links #home {
	background: url('../gfx/top-home.png') left top no-repeat;
	border-right: 1px solid #a3bbaf;
	width: 80px;
}

#top-links #partner {
	margin: 0;
	padding: 1px;
	float: none;
	width: auto;
	clear: both;
	background: white url('../gfx/top-login-hover.png') no-repeat center center;
	border: 1px solid #67a582;
}

#menu {
	height: 50px;
	background: url('../gfx/menu_tlo.jpg') no-repeat;
	clear: both;
}

#menu li {
	display: block;
	float: left;
	position: relative;
	height: 50px;
}

#menu li a {
	display: block;
	text-align: center;
	border-left: 1px solid #b8caa9;
	margin-top: 20px;
	padding: 0 22px;
}

#menu li.icon a {
	border-left: 0 none;
}

#menu li a img {
	padding-bottom: 2px;
}

#menu li a:hover img {
	border-bottom: 2px solid #73ac8b;
}

#menu li.icon a:hover img {
	border-bottom: 0 none;
}

#menu .submenu {
	display: block;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 50px;
	width: 300px;
	background: transparent;
}

#menu .last .submenu {
	width: 200px;
}

#menu .submenu ul {
	background: #d5d5d5;
	border-top: 2px solid #e8e7e6;
	position: absolute;
	padding: 18px 18px 4px 18px;
}

#menu .submenu li {
	float: none;
	display: block;
	z-index: 1000;
	position: relative;
	background: url('../gfx/arrow.png') no-repeat left 5px;
	height: auto;
	width: auto;
	color: #327928;
	padding: 0 0 0 12px;
	margin: 0 0 15px 0;
	border: 0 none;
}

#menu .submenu a {
	font-size: 11px;
	font-weight: normal;
	color: #327928;
	border: 0 none;
	text-align: left;
	padding: 0;
	margin: 0;
	display: inline;
}

#banner {
	height: 190px;
	position: relative;
	z-index: 1;
}

.index #banner {
	height: 370px;
}

#banner-1 {
	position: absolute;
	right: 20px;
	bottom: 68px;
	background: url('../gfx/banner-zewn-hover.jpg') no-repeat;
}

#banner-2 {
	position: absolute;
	right: 20px;
	bottom: 9px;
	background: url('../gfx/banner-wewn-hover.jpg') no-repeat;
}

#content {
	margin: 30px 20px 0 0;
}

h2 {
}

p {
	margin-top: 11px;
}

#welcome {
	float: left;
	width: 325px;
	margin-right: 20px;
	padding-top: 1px;
	line-height: 18px;
}

#news {
	float: left;
	width: 251px;
	height: 175px;
	border-right: 1px solid #f2f2ef;
	background: green url('../gfx/news-bgnd.jpg') no-repeat left top;
	margin-right: 19px;
	color: #c4efdc;
	padding: 19px 20px 20px 19px;
	font-size: 11px;
	line-height: 14px;
}

#news p a {
	color: #c4efdc;
	font-weight: normal;
	text-decoration: none;
}

#news img {
	float: right;
	margin: 1px 0 19px 19px;
}

#news h2 {
	padding-bottom: 4px;
}

#news h2 img {
	float: none;
	margin: 0;
}

#news a.button {
	display: block;
	width: 56px;
	height: 21px;
	background: url('../gfx/news-btn.png') no-repeat;
	font-weight: normal;
	font-size: 11px;
	text-transform: lowercase;
	padding: 2px 0 0 15px;
	margin-top: 13px;
	color: #00a550;
}

#rzetelna {
	padding-top: 20px;
	text-align: center;
	clear: both;
}

#where {
	float: left;
	width: 263px;
	height: 172px;
	padding: 19px 21px 21px 19px;
	border: 1px solid #f2f2ee;
	background: url('../gfx/where-bgnd.jpg') no-repeat 21px 1px;
	font-size: 11px;
	line-height: 14px;
}

#where a {
	color: #3d3d3d;
	font-weight: normal;
}

#where a:hover {
	color: #a0a0a0;
}

#where p {
	padding-right: 110px;
	margin-top: 11px;
}

#where .images {
	margin-top: 5px;
}

#where .images img {
	padding-right: 2px;
}

#footer {
	clear: both;
	margin: 0 20px 60px 0;
	background: url('../gfx/footer-bgnd.png') left 20px no-repeat;
	padding-top: 42px;
	color: #a0a0a0;
	font-size: 10px;
}

#footer p {
	line-height: 1;
}

#footer ul {
	float: left;
}

#footer li {
	float: left;
	text-transform: lowercase;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #a0a0a0;
}

#footer li.last {
	border-right: 0 none;
	padding-right: 0;
	margin-right: 0;
}

#footer li a {
	color: #a0a0a0;	
	font-weight: normal;
}

#footer li a:hover {
	color: #c0c0c0;
}

#footer p {
	padding-top: 13px;
	clear: both;
}

#footer #copyright {
	float: right;
	clear: none;
	margin: 0;
	padding: 0;
}

#subpage, #subpage2 {
	width: 615px;
	float: left;
	padding: 0 20px 40px 0;
	border-right: 1px solid #f2f2ef;
	line-height: 17px;
}

#subpage2 {
	float: none;
	width: auto;
	border: 0 none;
	padding-right: 0;
}

#subpage h2 {
	font-weight: bold;
	color: #00a650;
	margin: 10px 10px 0 0;
	clear: both;
	text-transform: uppercase;
	font-size: 12px;
}

#subpage2 h2 {
	font-weight: bold;
	color: #00a650;
	margin: 10px 10px 10px 0;
	clear: both;
	text-transform: uppercase;
	font-size: 12px;
}

#subpage ul li, #subpage2 ul li {
	padding-left: 15px;
	background: url('../gfx/arrow.png') 5px 7px no-repeat;
}

img.lightbox {
	float: right;
	border: 10px solid #f2f2f2;
	padding: 10px;
}

#sidebar {
	width: 305px;
	float: left;
	padding-left: 19px;
	position: relative;
	top: -30px;
}

#submenu {
	margin-bottom: 20px;
}

#submenu ul {
	width: 265px;
	padding: 7px 20px 20px 20px;
	background: #faf8ef;
	border-top: 2px solid #eeebdb;
}

#submenu li {
	background: url('../gfx/arrow.png') no-repeat left 17px;
	color: #327928;
	padding: 12px 0 14px 14px;
	margin: 0;
	border-bottom: 1px solid #f0eee1;
}

#submenu a {
	font-size: 11px;
	font-weight: normal;
	color: #327928;
	border: 0 none;
	text-align: left;
	padding: 0;
	margin: 0;
}

#submenu .active a {
	text-decoration: underline;
}

#sidebar #news {
	width: 245px;
	padding: 20px;
}

#sidebar #news img {
	position: relative;
	right: -20px;
}

#sidebar #news h2 img {
	position: static;
}

#sidebar #where {
	height: 96px;
	position: relative;
	margin-bottom: 10px;
	background-image: url('../gfx/where-bgnd-s.jpg');
}

#sidebar #where .images {
	float: right;
	position: absolute;
	top: 45px;
	right: 20px;
}

#sidebar #where #d4 {
	display: none;
}

a.gallery {
	float: left;
	margin: 15px 15px 0 0;
	padding: 10px 20px 10px 20px;
	border: 5px solid #f2f2f2;
	text-align: center;
}

a.gallery img {
	display: block;
	margin-bottom: 10px;
}

a.gallery2 {
	float: left;
	padding: 20px;
	border: 5px solid #f2f2f2;
	margin: 10px 20px 10px 0;
}

a.gallery2 img {
	display: block;
	margin-bottom: 10px;
}

div.gallery3 {
	float: left;
	margin: 15px 15px 0 0;
	padding: 10px 15px 10px 15px;
	border: 5px solid #f2f2f2;
	text-align: center;
	font-weight: bold;
	color: #00a650;
}

div.gallery3 img {
	display: block;
	margin-bottom: 10px;
}

div.color {
	float: left;
	border: 1px solid #f2f2f2;
	margin: 10px 20px 10px 0;
}

#partner_content {
	height: 300px;
}

form {
	margin-top: 20px;
}

form fieldset {
	margin-bottom: 60px;
}

#subpage form ul li {
	clear: both;
	background: none;
}

form span, #contact-form div {
	border: 4px solid #f7f7f7;
	margin-bottom: 10px;
	float: left;
}

input, textarea {
	border: 1px solid #c5c5c5;
	font-size: 11px;
	padding: 2px;
}

#file_description {
	width: 300px;
}

label {
	width: 100px;
	float: left;
	padding-top: 7px;
}

table.files {
	width: 100%;
}

.files th {
	padding: 10px 10px;
	border: 1px solid #327929;
	border-bottom: 1px solid #fbf8ef;
	background: #327929;
	color: #feffff;
}

.files td {
	padding: 15px 10px;
	border: 1px solid #fbf8ef;
}

.files .even td {
	background: #fbf8ef;
}

.files td.button {
	width: 56px;
}

.files .button a, a.logout, button {
	display: block;
	width: 41px;
	height: 21px;
	background: url('../gfx/news-btn.png') no-repeat;
	font-weight: normal;
	font-size: 11px;
	text-transform: lowercase;
	padding: 4px 0 0 15px;
	color: #00a550;
}

.files .button a, a.logout {
	padding-top: 1px;
}

a.logout {
	margin-top: 20px;
}

button {
	padding-top: 3px;
	border: 0 none;
	width: 56px;
	text-align: left;
	cursor: pointer;
}

button:hover {
	text-decoration: underline;
}

button span {
	display: block;
	height: 21px;
	line-height: 12px;
	border: 0 none;
	padding: 0;
	margin: 0;
}

button::-moz-focus-inner {
  padding: 0;
  margin: 0;
  border: 0 none;
}

#contact-form ol li {
	clear: both;
}

#contact-form label span {
	float: none;
	display: inline;
	border: 0 none;
	margin: 0;
}

#contact-form label {
	padding-top: 0;
	width: auto;
	float: none;
	display: block;
}

#contact-form .req {
	color: red;
}

#contact-form input {
	width: 200px;
}

#contact-form fieldset {
	margin-bottom: 10px;
}

#contact-form button {
	margin: 20px 5px 0 0;
	float: left;
}


#contact-form .error .req {
	font-weight: bold;
}

#contact-form .error input, #contact-form .error textarea {
	border: 1px solid red;
}
#punkty a {
	color: #3d3d3d;	
	font-weight: normal;
	text-decoration: none;
}

#punkty a:hover {
	color: #00a650;
	font-weight: normal;
	text-decoration: underline;
}

#subpage h2.no-tt {
	text-transform: none;
	clear: none;
}

h3 {
	margin-top: 15px;
	font-size: 13px;
}

.technologie li {
	margin-top: 10px;
	font-size: 12px;
}

a.side {
	margin-top: 0;
}

div#tabs{
	margin: 20px 0 0 0;
	background: #faf8ef;
	
}	

div.tab {
	padding: 15px;
	clear: both;
}
	
div#tab-bar {
}
	
div#tab-bar div.mt-tab {
	float: left;
	text-align: center;
	cursor: pointer;
	width: 20%;
	color: #c4efdc;
	line-height: 37px;
	font-weight: bold;
	border-top: 2px solid #007400;
	border-bottom: 4px solid #007400;
	background: #008100 !important;
}
	
div#tab-bar div.mt-tab-active {
	color: #00a650;
	border-top: 2px solid #eeebdb;
	border-bottom: 4px solid #eeebdb;
	background: #faf8ef !important;
}

div.button {
	margin-top: 15px;
	line-height: 37px;
	border-top: 2px solid #007400;
	border-bottom: 4px solid #007400;
	background: #008100 !important;
	padding: 0 20px;
}

div.button a {
	color: #c4efdc;
	background: url('../gfx/arrow2.png') no-repeat left 5px;
	padding-left: 15px;
}

#language {
	position: absolute;
	right: 256px;
	top: 11px;
	margin: 0;
	width: 25px;
	height: 79px;
}

#language li {
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
} 

#language a {
	display: block;
	border: 1px solid #00a44f;
}

#language img {
	display: block;
}

ul.buttons {
	background: url('../gfx/btn-bgnd.png') repeat-y left top;
	padding: 10px 0 15px 0;
	margin-bottom: 20px;
}

ul.buttons a, ul.buttons img {
	display: block;
}
#popup {
	display: none;
}

