body {
  font-family: Tahoma;
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #191919;
}

div#main {
  width: 960px;
  margin: auto;
  padding: 0;
  background: transparent url(./imgs/bg_main.jpg);
}

div#top {
  width: 880px;
  height: 208px;
  margin: auto;
  background: transparent url(./imgs/bg_top.jpg) no-repeat;
  background-position: 0 28px;
}

div#middle {
  width: 920px;
  margin: auto;
  padding: 0 0 0 40px;
  background: transparent url(./imgs/bg_middle.jpg);
}

div#bottom {
  width: 960px;
  height: 20px;
  background: transparent url(./imgs/bg_bottom.jpg) no-repeat;
  text-align: center;
  padding-top: 12px;
}

div#middle div#left {
  width: 227px;
  margin-right: 10px;
  float: left;
}

div#middle div#right {
  width: 635px;
  float: right;
  padding-left: 10px;
}

div#middle div#clear {
  clear: both;
  height: 1px;
}

div#middle div#left h2 {
  text-indent: -9999px;
  margin: 25px 0 13px -10px;
  padding: 0;
}

div#middle div#left h2#nav {
  height: 37px;
  background: transparent url(./imgs/nawigacja.jpg) no-repeat;
}

div#middle div#left h2#search {
  height: 31px;
  background: transparent url(./imgs/szukaj.jpg) no-repeat;
}

div#middle div#left h2#stats {
  height: 32px;
  background: transparent url(./imgs/stat.jpg) no-repeat;
}

a, a:visited, a:hover {
  color: #FEE400;
  text-decoration: none;
}

div.cien {
  background: #0D0D0D;
  margin: 3px 10px 10px 2px;
}

div.nad {
  background: #9a9a9a;  
  position: relative;
  left: -2px;
  top: -3px;
}

.l_top {
  width: 225px;
  height: 25px;
}

.l_middle {
  width: 225px;
  height: 38px;
}

.l_bottom {
  width: 225px;
  height: 130px;
}

.r_top {
  width: 95px;
  height: 19px;
  float: left;

}

div#r_menu a,div#r_menu a:visited {
  display: block;
  width: 95px;
  height: 19px;
  background: #9a9a9a;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

div#r_menu a:hover {
  border: 0;
  color: #212121;
}

div#left a,div#left a:visited {
  display: block;
  width: 200px;
  height: 21px;
  padding: 4px 0 0 25px;
  background: #9a9a9a;
  text-decoration: none;
  color: #212121;
  font-weight: bold;
  font-size: 13px;
}

div#left a:hover {
  border: 0;
  background: #ffec35;
}

div#right div#content {
  width: 585px;
  margin-top: 40px;
  margin-right: 50px;
}

div#content li {
  line-height: 16px;
  list-style-type: square;
}

.stat {
  color: #212121;
  font-weight: bold;
  font-size: 13px;
  margin-left: 25px;
  padding-top: 10px;
}
