html {  
  height: 100%;
  width: 100%;
  margin: 0px; 
  padding: 0px; 
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial;
  line-height: 25px;
  font-size: 13px;  
/*  background: #fff; */
  background: #333333 url(../gfx/top_tlo.gif) repeat-x;
  color: white;
}

#bip_link {
  display: block;
  position: absolute;
  width: 100px;
  height: 50px;

  margin: 70px 0px 0px 860px;
}

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;
  height: 0px;
  overflow: hidden;

}

p {
  margin: 0px;
  padding: 0px;
}

/* TOP ***************************************************************************** */

div#top {
  width: 965px;
  height: 171px;
  margin: 0px auto 9px auto;
  background: url(../gfx/top3.jpg) no-repeat;
}

a.menu_top {
  display: block;
  float: left;
  width: 139px;
  height: 32px;
  padding-top: 82px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Arial";
  color: #0054ff;
  margin-left: 1px;
}

a.menu_top:hover {
  width: 139px;
  height: 39px;
  color: red;
}

/* MAIN ***************************************************************************** */

div#container {
  width: 965px;
  margin: 0px auto 10px auto;
}

.srodek_box {
  width: 640px;
  margin: 0px 10px 10px 0px;
}

.date {
  float: right;
  color: #4f4f4f;
  font-size: 10px;

}

div#container a {
  color: #027dc2;
  text-decoration: none;
}

div#container a:hover {
  color: red;
}

.srodek_naglowek {
  height: 38px; 
  background-repeat: no-repeat !important;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 38px;
  padding: 0px 0px 0px 10px;  
}

.srodek_stopka {
  height: 8px; 
  background-repeat: no-repeat !important;
}

.srodek_srodek {
  padding: 10px 10px 10px 10px;
  background-repeat: repeat-x !important; 
  min-height: 249px; 
  height: auto !important; 
  height: 249px;
  color: black;
}

a.dot_link, a.dot_link_white, a.dot_link_header {
  text-transform: uppercase;
  text-decoration: none;
  color: black !important;
  background: url(../gfx/dots.gif) no-repeat 0px 7px;
  padding: 0px 0px 0px 13px;
}



a.dot_link:hover, a.active {
  color: #027dc2  !important;
  background: url(../gfx/dots_hover.gif) no-repeat 0px 7px;
}

a.dot_link_white:hover {
  color: white  !important;
  background: url(../gfx/dots_hover.gif) no-repeat 0px 7px;  
} 

a.dot_link_header {
  line-height: 40px;
  color: #027dc2 !important;
  background: url(../gfx/dots_hover.gif) no-repeat 0px 7px;
}

a.dot_link_header:hover {
  color: black  !important;
  background: url(../gfx/dots.gif) no-repeat 0px 7px;
}

.news_header {
  color: #027dc2 !important;
  background: url(../gfx/dots_hover.gif) no-repeat 0px 7px;
  padding: 0px 0px 0px 13px;
}

a.w_naglowku {
  color: white !important;
}

a.w_naglowku:hover {
  color: black !important;
}

a.w_naglowku_czarny {
  color: black !important;
}

a.w_naglowku_czarny:hover {
  color: #027dc2 !important;
}

/* MAŁE BOXY ***************************************************************************** */

.prawa_box {
  float: right; 
  width: 315px;
  margin: 0px 0px 10px 0px;  
}

.male_boxy {
  float: left; 
  width: 315px;
}

a.galbox {
  color: white !important;
}

a.galbox:hover {
  color: #222 !important;
}


/* FOOTER ***************************************************************************** */

div#stopka {
  width: 965px;
  margin: 0px auto 10px auto;
}

div#footer {
  width: 945px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 10px 0px;
  color: #000;
  line-height: 25px;
  font-size: 10px;
}

div#footer a {
  color: #000;
  text-decoration: none;
}

div#footer a span {
  font-size: 11px;
}

div#footer a:hover {
  color: white;
}


div#footer_right {
  float: right;
  color: #141414;
}

div#footer_right a {
  color: #141414 !important;
}

div#footer_right a:hover {
  color: #fff !important;
}

div#footer_bottom {
  line-height: 20px;
  color: #141414;

}

div#footer_bottom a {
  color: #141414 !important;
}

div#footer_bottom a:hover {
  color: #fff !important;
}



