/*  style strony tytulowej */

#highlight {
  background: #ffffff;
  font-size: 10px;
}

#highlight-bottom {
  clear: both;
}

#highlight div.item {
  float: left;
  margin: 1px;
  width: 254px;
  height: 240px;
  background: #e6eef1;
  border-top: 2px solid red;
  border-bottom: 1px solid #a3a3a3;
}

#highlight h1 a {
  font-weight: bold;
  font-size: 13px;
  color: #003A55;
}

#highlight h1 {
  margin: 5px;
  padding-right: 6px;
  background: url(img/stripe-red.png) repeat-y right top;
}

#highlight h2 {
  margin: 5px;
  font-weight: bold;
  font-size: 10px;
}

#highlight p {
  margin: 5px;
}

/* news panel  */

#news-panel {
  padding: 5px;
}

#news-panel-bottom {
  clear: both;
}

#news {
  float: left;
  width: 400px;
  padding-left: 10px;
  background: url(img/stripe-gray.png) repeat-y left top;
  font-size: 10px;
}

#news-title {
  margin: 8px;
  font-weight: bold;
  font-size: 13px;
}

div.news-item {
  margin-left: 10px;
  margin-bottom: 15px;
}

div.news-item h1 {
  background: url(img/news-icon.png) no-repeat left center;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 14px;
  font-weight: bold;
  font-size: 12px;
}

div.news-item div.date {
  margin: 0px;
  padding: 0px;
}

div.news-item p {
  margin: 0px;
  padding: 0px;
}

#news-highlight {
  float: right;
  width: 250px;
  padding: 10px;
  background: url(img/stripe-gray.png) repeat-y left top;
}

#news-highlight h1 {
  font-weight: bold;
  font-size: 13px;
  margin: 0px 0px 5px 0px
}

#news-highlight h1  a {
  text-decoration: none;
}

#news-highlight h2 {
  font-weight: bold;
  font-size: 10px;
  margin: 0px 0px 5px 0px
}

#news-highlight p {
  font-size: 10px;
}