body {
  /*background: #fff url(../img/body_bg.png) 0 0 repeat-x;*/
  font: 12px Tahoma, Calibri, Verdana, Arial;
  margin: 0;
  padding: 0; }
  
div, a, img {
  margin: 0;
  padding: 0; }

div {
  overflow: hidden; }  

a, a img {
  border: none;
  text-decoration: none;  }
  
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
  font: bold 1.6em Calibri, Tahoma, Verdana, "Trebuchet MS", Georgia, Arial;
  color: #c0c000;
  margin: 0;
  padding: 0;  }

.layout { width: 1000px; min-height: 600px; margin: 0 auto; } 
.layout_small { width: 1000px; margin: 0 auto; }
  
.lewa { text-align: left; }

.prawa { text-align: right; }

.center { text-align: center; }

.f_prawa { float: right; }

.f_lewa { float: left; }

.r_space20 { margin-right: 20px; }

.raquo_orange { color: darkorange; font-weight: bold; }
.raquo_red { color: red; font-weight: bold; }
  
div.corners-top { height: 5px; background: url(../img/corners_left.gif) 0 0 no-repeat; }
div.corners-top div { height: 5px; background: url(../img/corners_right.gif) 100% 0 no-repeat; }
div.corners-bottom { height: 5px; background: url(../img/corners_left.gif) 0 100% no-repeat; }
div.corners-bottom div { height: 5px; background: url(../img/corners_right.gif) 100% 100% no-repeat; }

/* ---------------- Główne Bloki ------------------ */
.main_right {
  width: 680px;
  float: right;
  margin-left: 10px;
  position: relative;  }
  
.main_left {
  width: 680px;
  float: left;
  margin-right: 10px;
  position: relative;  }

.pas_right {
  width: 300px;
  float: right;  }
  
.pas_left {
  width: 300px;
  float: left;  }
/* ------------- Koniec: Główne Bloki ------------------ */

/* ---------------- NAGÓWEK ----------------- */  
h1 {
  font: .8em Calibri, Tahoma, "Trebuchet MS";
  text-indent: -5000px; }
  
#nagowek {
  background: url(../img/menu_bg.png) no-repeat;
  padding: 10px 10px 15px;  }
  
img.logo {
  float: left;
  margin: 5px 20px 15px 10px;  }

#menu {
  float: right;  }

#menu ul {
  font: 1em "Trebuchet MS", Calibri, Tahoma, Verdana, Arial;
  margin: 6px 0;  }
  
#menu li {
  display: block;  
  float: left;
  margin: 0;
  text-align: center;   }

#menu div.tmp,    /*---- Linia do skasowania po aktywacji linków w menu ----*/
#menu a {
  display: block;
  width: 84px; 
  padding: 4px 0;
  overflow: hidden;
  color: #404040;  }
  
#menu a:hover {
  /*border: 1px solid #ff6633;*/  
  color: #f15a24;  }

#menu div.tmp img,    /*---- Linia do skasowania po aktywacji linków w menu ----*/
#menu a img { 
  margin: 0 0 -5px 0;
  border: 0;  }
  
#menu a:hover img {
  margin-left: -84px;  }
  
#strefa {
  clear: both;
  background: url(../img/strefa_bg.png) no-repeat;
  padding: 6px 0;
  font-size: 13px;
  color: white;  }
  
#strefa #right {
  float: right; }

#strefa img {
  margin: 0 .5em -2px 2em; }  

#strefa span {
  margin: 0 25px;  }
  
#strefa a {
  color: white; }

#strefa a:hover {
  color: #c3ff00; } 
  
#strefa span#active a {
  color: #c3ff00;;  }
/* ---------------- Koniec: NAGÓWEK ------------------ */  
             
/* ------------------ NBC: Artykul ------------------------ */
#menu_przydatne { background: #CCEA74 url(../img/menu_przyd_bg.gif); }
#menu_przydatne div.corners-top { margin-bottom: 10px; } 
#menu_przydatne div.corners-bottom { margin-top: 10px; }
#menu_przydatne a {
  display: block; background: #F3FFD2; 
  margin: 0 20px; padding: 7px 15px;
  border-top: 1px solid white; border-bottom: 1px solid #B0CC4A;  
  color: #505050; font: bold 1em Tahoma, Verdana, Calibri, "Trebuchet MS", Georgia, Arial; }
#menu_przydatne a:hover { color: red; background: white; }
#menu_przydatne a span.raquo_red { font: bold 1.1em "Trebuchet MS", Georgia, Calibri, Tahoma, Verdana, Arial; }

#przydatne {
  margin-top: 2.5em;
  font: 1.05em "Trebuchet MS", Georgia, Calibri, Tahoma, Verdana, Arial; }

#przydatne h2, #przydatne h3, #przydatne h4, #przydatne h5 {
  font-size: 1.4em;
  margin: 0 0 .5em;  }

#artykul {
  margin-top: 2.5em;
  font: 1.05em "Trebuchet MS", Georgia, Calibri, Tahoma, Verdana, Arial; }

#artykul #news { margin: 1em 0; padding-bottom: 1.5em; color: #505050; }

#artykul #news table { margin: 1em 0 1em 1em; }  
#artykul #news table td { padding: 10px 5px; border-bottom: 1px dashed #E0E0E0; }
#artykul #news table td a { margin-right: 1em; }
#artykul #news table td img { max-width: 150px; max-height: 80px; }
#artykul #news div + div { margin-top: 1em; }
#artykul #news div img { max-height: 120px; max-width: 150px; margin-right: 1em; margin-bottom: .2em; }
#artykul #news a { color: darkorange; }

.podzial_str { margin: 1em 0; text-align: right; font: 1em Verdana, Tahoma, Calibri, "Trebuchet MS", Georgia, Arial; }
.podzial_str a, .podzial_str strong { margin: .5em; }

/* ------------------ Stopka ------------------------ */
#dodatki { margin-top: 3em; margin-bottom: 0; text-align: left; }
#dodatki a { margin-right: 1em; }
#dodatki a img { opacity: .7; filter: alpha(opacity=70); }
#dodatki a img:hover { opacity: 1; filter: alpha(opacity=100); }
#stopka {
  height: 45px; margin-top: .5em; background: url(../img/stopka_bg.png) left top repeat;
  font: .9em Verdana, Tahoma, Calibri, Arial; color: white; }
#stopka .layout_small { margin-top: 15px; }    
#stopka a { float: left; margin-right: 15px; color: white;  }
#stopka a:hover { text-shadow: 1px 1px 1px #000;  }
#stopka div { text-align: right; }