ul.tabs {
  margin: 12px 0 0 0;
  font-size: 12px;
  width: 550px;
  height: 21px;
  background: url('../images/global/wariacjetitle.png');
}

ul.tabs-wide {
  height: 42px;
}

ul.tabs li {
  float: left;
  list-style-type: none;
}

ul.tabs a {
  padding: 3px 10px;
  margin: 0 8px;
  text-decoration: none;
  display: block;
  color: #e9c7c6;
  font-size: 11px;
}

ul.tabs li.current a, ul.tabs a:hover {
  background: url('../images/global/navigateitem.png');
  color: black;
}

ul.tabs li.current {

}

div.about {
  clear: both;
}

.news_topic {
  border-bottom: 1px solid #736F6E;
  padding: 5px;
  font-weight:bold;
}

.news_body {
  padding: 10px;
  color: #ddd;
  font-size: small;
  text-align: justify;
}

/*.news_body p {
  text-align: justify;
}*/

.news_footer {
  border-top: 1px solid #736F6E;
  padding: 5px;
  clear: both;
}
