html {
  background: #e0ebf3 url(../i/bg_all.jpg) repeat-y 50% 390px;
} 

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 12px/160% Arial, Helvetica, sans-serif;
  background: transparent url(../i/bg_top.jpg) no-repeat 50% 0;
  color: #4A4A4A;
  cursor: default;
}

/* Wyszukiwarka START
====================================================*/

#head img {
    vertical-align: middle;
}

#search {
	/*
  position: absolute;
  top: 10px;
  left: 460px;
  */
  display: block;
  width: 150px;
  height: 40px;
  background: url(../i/search_bg.jpg) no-repeat top left;
}

#mmwrapper
{
	float: left;
  width: 150px;
  height: 880px;
  overflow: hidden;
  background: #fff;
}

#search fieldset
{
	padding-top: 10px;
	padding-left: 5px;
}

#search input {
	border: 0;
	vertical-align: middle;
}

#search input.pole {
	border: 1px solid #d47c28;
	width: 110px;
}

/* Wyszukiwarka KONIEC
====================================================*/

ul, li, img, p, form, fieldset, h1, h2, h3 {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style-type: none;
}

/* Main elements
====================================================*/

#wrapper {
  width: 770px;
  margin: 0 auto;
  background: #fff;
  text-align: left;
}

#head {
  position: relative;
  height: 130px;
  border-bottom: 5px solid #E7E6E4;
  background: /*#4979A1*/ #12456b url(../i/bg_logo_ho.jpg) no-repeat 0 0;
  margin-bottom: 15px;
}

#logowanie
{
	position: absolute;
	left: 475px;
	top: 20px;
}

#logowanie input
{
	width: 100px;
	border: 1px solid #ccc;
	margin-left: 5px;
	padding: 2px;
}

#logowanie .submit
{
	width: 26px;
	background: #f8f8f8 !important;
	color: #959595 !important;
	font-weight: bold;
	font-family: Tahoma !important;
	font-size: 11px !important;
	text-align: center;
}

#head ul {
  position: absolute;
  top: 100px;
  right: 20px;
}

#head li {
  display: inline;
  padding-left: 10px;
}

#head img {
    vertical-align: middle;
}

#content {
  background: #fff url(../i/bg-content.jpg) no-repeat 150px 102px;
}

#main-menu {
  float: left;
  width: 150px;
  height: 700px;
  overflow: hidden;
  background: #fff;
}

#main-menu ul {
  padding-left: 10px;
}

#main-content {
  float: right;
  width: 610px;
  margin: 0 0 0 10px;
}

#media {
  background: #DFE0E2 url(../i/bg-labview.jpg) no-repeat 100% 0;
  width: 610px;
  height: 100px;
  margin: 0 0 3px 0;
  text-align: left;
}

#media img {
  height: 100px;
  display: block;
}

#main-wrap {
  margin-top: 10px;
  font: 11px/150% Tahoma, sans-serif;
}

#main-wrap h3 {
  font-size: 11px;
  font-weight: bold;
  margin: 7px 0;
}

#text {
  float: left;
  width: 420px;
  background: #f9f9f9 url(../i/bg_endingbar.jpg) no-repeat 0 100%;
  padding: 0 0 15px 30px;
}

#text h1,
#text h2 {
  width: 410px;
  background-color: #12456b;
  height: auto;
  color: #fff;
  font-size: 13px;
  padding: 6px 0 7px 40px;
  margin-left: -30px;
}

#text h3 {
  padding-right: 30px;
}

.bgh1 {
  background: #4d83a8 url(../i/bg-header1.jpg) no-repeat 0 0;
}

.bgh2 {
  background: #6bae00 url(../i/bg-header2.jpg) no-repeat 0 0;
}

.bgh3 {
  background: #6bae00 url(../i/bg-header3.jpg) no-repeat 0 0;
  padding-bottom: 0;
}

#text h2.bgh4 {
  background: #C5C5C5 url(../i/bg-header4.jpg) no-repeat 0 0;
  color: #4A4A4A;
  font-size: 12px;
}

#text h2.bgh5 {
  background: #C5C5C5 url(../i/bg-header4.jpg) no-repeat 0 0;
  color: #4A4A4A;
  font-size: 11px;
  font-weight: normal;
  
}

#text p {
  padding: 7px 30px 7px 0;
  text-align: justify;
}

#text ul {
  list-style: disc inside;
  padding: 0 30px 0 10px;
}

#text ul ul {
  margin-left: 0.75em;
}

#text ul ul ul {
  margin-left: 0.75em;
}

#text img {
  margin: 10px 0 10px -30px;
}

#text img.nspace {
  margin-top: 0;
}

#text table {
  margin: 15px auto;
}

#text table th {
  color: #fff;
  font-weight: bold;
  background: #1E527B;
  padding: 5px;
}

#text table td {
  background: #EFEFEF;
  padding: 5px;
}

#text address {
  font-style: normal;
}

div.goup {
  width: 400px;
  text-align: right;
}

#extra {
  float: right;
  width: 150px;
}

.minmargin {
  margin-left: -30px;
}

#extra h1 {
  width: 110px;
  background-color: #12456b;
  height: auto;
  color: #fff;
  font-size: 12px;
  padding: 7px 0 7px 40px;
}

#extra p {
  padding-right: 10px;
}

#mapa_small {
  margin: 10px 0;
}

#footer {
  clear: both;
  height: 70px;
  display: block;
  margin-top: 15px;
}


/* Links
====================================================*/

a,
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #6CB000;
}

a:hover,
a:focus {
  color: #676767;
}

#main-menu a {
  color: #0F4B77;
  text-decoration: none;
  font-weight: bold;
}

#main-menu a:hover,
#main-menu a:focus {
  color: dimgray;
  text-decoration: underline;
}

#extra a {
  display: block;
  color: #fff;
  font-size: 11px;
}

#extra a.bge1 {
  height: 19px;
  padding: 1px 0 0 30px;
  margin: 10px 0;
  background: #6CB001 url(../i/ico-read_more.png) no-repeat 0 0;
}

#extra a.bge2,
#extra a.bge2:visited {
  /*background: transparent url(../i/line.gif) no-repeat 0 100%;*/
  color: #4A4A4A;
  padding: 5px 0;
  height: auto;
}

#extra a.bge2:hover,
#extra a.bge2:focus {
  color: #6cb000;
}

div.goup a {
  background: transparent url(../i/arrow_up.png) no-repeat 0 50%;
  padding-left: 12px;
  font-size: 11px;
}

/* Other
====================================================*/

.clear {
  clear: both;
  line-height: 0px;
}

.pokaz {color:#6CB000; font-weight:bold; cursor:pointer}
.ukryj:hover, .pokaz:hover{color:#676767;}
.ukryj{display:none}
.pokaz_div{display:none}

