body {
  margin: 0;
  background-color: #011e40;
  font: 12px/14px Verdana;
  height: 100%;
  color: #6f6f6f;
}
table {
	margin: 0px;
	border-collapse:collapse;
	empty-cells: show;
	}
td {
  vertical-align: top;
  }
p {
  text-align: justify;
  margin: 10px 0px;
  }
ul {
  list-style: square;
  margin-left: 30px;
  }
ol {
  margin-left: 30px;
  }
li {
  text-align: justify;
  }
img {
  border: none;
  }
hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  }
a {
  color: #006d96;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }
a:focus, a:active {
  outline: none;
  }
#top {
  margin: 0;
  width: 100%;
  }
#top_left {
  background: transparent url('../img/bg_top_l.jpg') top right repeat-x;
  padding: 0;
  }
#top_left div {
  background: transparent url('../img/bg_top_left.jpg') top right no-repeat;
  height: 430px;
  }
#top_center {
  width: 960px;
  background: #00285b url('../img/bg_top_center.jpg') top left no-repeat;
  padding: 0;
  }
#top_right {
  background: transparent url('../img/bg_top_r.jpg') top left repeat-x;
  padding: 0;
  }
#top_right div {
  background: transparent url('../img/bg_top_right.jpg') top left no-repeat;
  height: 430px;
  }
  
#header {
  position: relative;
  height: 430px;
  }
#logo {
  position: absolute;
  top: 10px;
  left: 30px;
  }
#flash {
  position: absolute;
  width: 676px;
  height: 250px;
  left: 4px;
  top: 60px;
  /*left: 8px;*/
  /*top: 121px;*/
  background: transparent;
  padding: 0;
  margin: 0;
  }
#contact_box {
  position: absolute;
  width: 230px;
  height: 180px;
  right: 20px;
  top: 120px;
  padding: 0;
  margin: 0;
  color: #cfdfe6;
  }
#contact_box h1 {
  font-size: 16px;
  }
#contact_box h2 {
  font-size: 14px;
  }
#contact_box p {
  padding: 0;
  margin: 0;
  color: #cfdee6;
  }
/* ---------------- menu --------------------*/
#menu {
  list-style: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  
  }
#menu li {
  display: block;
  float: left;
  height: 30px;
  background: transparent url('../img/menu_div.gif') bottom left no-repeat;
  }
#menu li.last {
  background: transparent url('../img/menu_div.gif') bottom right;
  width: 1px;
  }
#menu li a {
  color: #fff;
  text-decoration: none;
  padding: 0px 16px;
  font-weight: bold;
  display: block;
  float: left;
  height: 30px;
  }
#menu li a:hover {
  text-decoration: underline;
  }
/* ---------------- top links ---------------*/
#top_links {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 330px;
  padding: 0;
  }
#top_links a {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  }
#top_links a:hover {
  text-decoration: underline;
  }
#top_links a img {
  margin: 0;
  display: block;
  float: left;
  padding: 1px 3px;
  }
#top_links a.img {
  display: block;
  float: left;
  padding: 0;
  margin-left: 15px;
  }
#top_links a.img:hover {
  text-decoration: none;
  }
/* ---------------- translation links -------*/
#translation_links {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 60px;
  }
#bg_en {
  float: left;
  width: 24px;
  height: 34px;
  background: transparent url('../img/bg_en.gif') top left no-repeat;
  }
#bg_pl {
  float: right;
  width: 24px;
  height: 34px;
  background: transparent url('../img/bg_pl.gif') top left no-repeat;
  }
/* --------------- email pod logo -----------*/
#email {
  position: absolute;
  bottom: 110px;
  right: 85px;
  padding: 0;
  }
#email a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  }
#email a:hover {
  text-decoration: underline;
  }
/* --------------- content ----------------- */
#bg_content {
  background: transparent url('../img/bg_content.jpg') top left repeat-x;
  }
#content {
  border-top: 3px solid #00367b;
  width: 960px;
  margin: 0px auto;
  background: #fff;
  }
#content h1 {
  color: #006d96;
  margin: 0;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  font-weight: normal;
  }
#content h2 {
  color: #006d96;
  margin: 0;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  }
#content h3 {
  color: #780058;
  margin: 0;
  padding: 0px;
  font-size: 12px;
  line-height: 18px;
  }
#content h4 {
  color: #9b9b9b;
  margin: 0;
  padding: 0px 0px 10px 0px;
  font-size: 90%;
  font-weight: normal;
  }
#content ol li {
  margin: 0;
  padding: 3px 0px;
  font-size: 12px;
  line-height: 16px;
  }
#content td.normal {
  padding: 0px 25px 25px 25px;
  vertical-align: top;
  }
#content td.normal p {
  line-height: 22px;
  }
#left {
  vertical-align: top;
  /*width: 495px;*/
  width: 57%;
  background: #fff;
  border-bottom: 3px solid #d7d7d7;
  padding: 25px;
  }
#right {
  vertical-align: top;
  /*width: 365px;*/
  width: 43%;
  background: #e9e9e9;
  border-bottom: 3px solid #c0c0c0;
  padding: 25px;
  }
a.zoom {
  display: block;
  float: right;
  color: #fff;
  width: 69px;
  line-height: 19px;
  background: #780058 url('../img/biala_strzalka.gif') center left no-repeat;
  padding-left: 15px;
  text-decoration: none;
  }
a.zoom:hover {
  text-decoration: underline;
  }
a.doc {
  background: transparent url('../img/ik_dok.jpg') center left no-repeat;
  padding: 20px 35px;
  }
.wymogi_technologiczne {
  width: 100%;
  margin: 10px 0px;
  }
.wymogi_technologiczne th {
  border: 1px solid #c0c0c0;
  text-align: center;
  padding: 4px 3px;
  }
.wymogi_technologiczne td {
  border: 1px solid #c0c0c0;
  text-align: center;
  padding: 4px 3px;
  }
/* --------------- footer ----------------- */
#footer {
  width: 960px;
  margin: 0px auto;
  padding: 0px;
  padding-top: 20px;
  height: 152px;
  color: #cbd9eb;
  background: transparent url('../img/bg_footer.jpg') top center no-repeat;
  }
#footer_nav {
  float: left;
  }
#footer_nav a {
  color: #cbd9eb;
  text-decoration: none;
  }
#footer_nav a:hover {
  text-decoration: underline;
  }
#footer_author {
  float: right;
  color: #cbd9eb;
  }
#footer_author a {
  text-decoration: none;
  color: #cbd9eb;
  }
#footer_author a:hover {
  text-decoration: underline;
  }
/*------------------- kontakt -------------------*/
#contact {
  margin: 20px;
  display: block;
  margin-bottom: 0;
  }
#contact td {
  padding: 0px 20px 20px 20px; 
  }
#contact td #gmapa {
  width: 880px;
  height: 400px;
  border: 1px solid #ccc;
  }

.poz_naglowek {
  color: #006d96;
  margin: 0;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  font-weight: normal;
  }


