html {  
  width: 100%;
  height: 100%;
  margin: 0px; 
  padding: 0px; 
  font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial;;
  line-height: 24px;
  font-size: 13px;
  color: white;  
}

body {
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

img {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.center {
  text-align: center;
}

.clearer {

  clear: both;
  font-size: 1px !important;
  line-height: 1px !important;

}

div#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: white url(../gfx/footer.gif) no-repeat center bottom;
}

a {
  font-weight: normal;
  color: #005eff;
  text-decoration: underline;
}

a:hover {
  color: #fff;
}





/* ******************************************************************************* TOP */

div#top_background {
  width: 100%;
  height: 120px;
  background: url(../gfx/top_background.gif) repeat-x;
  margin: 0px 0px 0px 0px;
}

div#top_container {
  width: 100%;
  height: 120px;
  background:  url(../gfx/top.gif) no-repeat center top;
} 

div#top {
  width: 990px;
  margin: 0px auto 0px auto;
  background: url(../gfx/top_right.gif) no-repeat right top;

}

/* ******************************************************************************* MENU */

div#menu_container {
  width: 100%;
  height: 50px;
  margin: 11px 0px 0px 0px;
  background: #17293f;
}

div#menu {
  width: 990px;
  height: 50px;
  margin: 0px auto 0px auto;
  text-align: center;
  background: url(../gfx/menu_background.gif) repeat-x;
}

div#menu a {
  display: block;
  float: left;
  height: 50px;
  margin: 0px;
  padding: 0px;
  background-position: top;
  background-repeat: no-repeat;
}

div#menu a.active {
  background-position: bottom !important;
}

div#menu a:hover {
  background-position: bottom !important;
}





/* ******************************************************************************* MAIN */

div#main_container {
  width: 100%;
  background:  url(../gfx/menu_main_background.gif) no-repeat center top;
  padding: 14px 0px 0px 0px;
}

div#main_background {
  width: 990px;
  margin: 0px auto 0px auto;
  background: #282828 url(../gfx/main_background.gif) no-repeat left top;
}

div#main {
  font-size: 13px;
  font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial;
  color: #fff;
  line-height: 24px;
  padding-bottom: 20px !important;
}

div#main.home_page {
  padding: 0px 34px 0px 34px;
  margin: 0px 0px 0px 0px;
}

div.home_page_box p {
  margin: 0px;
  padding: 0px;

}

div#main_background div.sub {
  padding: 32px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
}

div#main div#tuv {
   width: 767px; 
   height: 92px; 
   background: url(../gfx/tlo_tuv.gif) no-repeat top left; 
   padding: 18px 135px 0px 20px;
   font-size: 13px;
   line-height: 24px;
   font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial;
   color: #000;
}

div#main div#tuv p {
  margin: 0px;
  padding: 0px;
}

div.header {
  background: #303030 url(../gfx/header_aktualnosci.gif) no-repeat right top;
  font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial;
  font-size: 14px;
  line-height: 34px;
  color: #005eff;
  font-weight: bold;
  padding: 0px 11px 0px 11px;
  margin: 17px 0px 22px 0px;
}

h2 {
  font-size: 13px;
  font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}

span.news_date {
  color: #414141;
  display: block;
}

div#breadcrumbs {
    font-size: 11px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    padding: 0px 10px 30px 19px;    
    margin: 0px 0px 0px 0px;
    background: #282828 url(../gfx/main_background_bottom.gif) no-repeat left bottom; 
    color: #414141;
}

div#breadcrumbs a {
    color: #949494;
    text-decoration: none;
}

div#breadcrumbs a:hover {
    color: white;
}

/* ******************************************************************************* LEWA */

div#lewa {
  width: 266px;
  display: block;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

a.submenu, a.submenu_active {
  width: 240px;
  padding: 0px 8px 0px 8px;
  display: block;
  line-height: 26px;
  margin: 0px;
  color: #fff;
  text-decoration: none;
}

div.submenu_dot {
  position: relative;
  left: -10px;
  padding: 0px 0px 0px 10px;
  background: url(../gfx/submenu_dot2.gif) no-repeat 0px center;
}

a.submenu_active {
  background: #2452a3 url(../gfx/submenu.gif) right center no-repeat;
}

a.submenu:hover {
  background: #636363 url(../gfx/submenu_des.gif) right center no-repeat;
}


a.subsubmenu, a.subsubmenu_active {
  width: 224px;
  padding: 0px 8px 0px 18px;
  display: block;
  line-height: 26px;
  margin: 0px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  color: #005eff;
  background: url(../gfx/submenu_dot.gif) no-repeat 8px 12px;
}

a.subsubmenu:hover, a.subsubmenu_active {
  background: #1f1f1f url(../gfx/submenu_dot.gif) no-repeat 8px 12px;
  color: white;
}

.gallery img {
  border: 5px solid #2d2d2f;
}

.gallery a {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0px 7px 7px 0px !important;
}

.gallery {
  font-size: 12px;
}
/* ******************************************************************************* PRAWA */


div#prawa {
  display: block;
  float: left;
  width: 700px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;  
}

div#prawa img.obrazek_tytulowy {
  margin: 0px;
  padding: 0px;
  position: relative;
  left: -9px;
  border: 0px !important;
}

h1, h3 {
  display: block;
  line-height: 34px;
  color: white;
  font-size: 14px;
  margin: 0px 0px 20px 0px;
  padding: 0px 9px 0px 9px;
  background: #ccc;
  font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial;
  font-weight: bold;
  background: #303030 url(../gfx/header_h1.gif) no-repeat right top;
}

div#prawa img {
  border: 5px solid #3b3b3b;
}

h3 {
  color: #005eff;
}

div#prawa p {
  padding: 0px 9px 0px 9px;
  margin: 0px;
}

table {
  margin-left: 9px;
  margin-right: 9px;

}

table, td, td tbody {

}

ul {
  padding: 0px 9px 0px 25px;
  margin: 0px;
}

ul li {
  list-style: square;
  padding: 0px 9px 0px 9px;
  margin: 0px;
}

ol {
  padding: 0px 9px 0px 30px;
  margin: 0px;
}


ol li {
  padding: 0px 9px 0px 9px;
  margin: 0px;
}


/* FORMULARZE *****************************************************************************************/

.blue {
  color: #005eff;
}

form#contact_form div {
  width: 660px;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0px 0px 0px 10px;
}

form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

form p {
  display: inline;
}

form#contact_form label {
  width: 230px;
  float: left;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

input {
  width: 380px;
  border: 1px solid #555;
  height: 20px;
  background: #333;
  color: white;
  padding: 5px 5px 0px 5px;
  font-family: Arial, Tahoma;
  font-size: 12px;

}

textarea {
  width: 380px;
  height: 190px;
  border: 1px solid #555;
  background: #333;
  color: white;
  padding: 5px 5px 0px 5px;
  font-family: Arial, Tahoma;
  font-size: 12px;
  overflow: auto;

}


input.submit {
  height: auto;
  width: 100px;
  margin: 0px 10px 0px 0px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  color: #005eff;  
  cursor: pointer;
}


#contact_form_result {
  position: absolute;
  top: 270px;
  width: 760px;
  height: 310px;
  background: #3a3a3a;
  z-index: 100;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
  display: none;
  text-align: center;
  font-size: 17px;     
  color: white;   
}

/* ******************************************************************************* FOOTER */

div#footer_background {
  position: absolute;
  z-index: -1;

  
  width: 100%;
  height: 100%;
  background: magenta;
  
}

div#footer_container {
  height: 24px;
  padding: 7px 0px 7px 0px;
 /* background: white url(../gfx/footer2.gif) no-repeat center top; */
}

div#footer {
  width: 978px;
  margin: 0px auto 0px auto;
  padding:  0px 0px 0px 8px;
  height: 24px;
  color: #c2c2c2;
  font-size: 11px;
  line-height: 24px;
}

div#footer a {
  color: #c2c2c2;
  text-decoration: none;
}

div#footer a:hover {
  color: black;
}
