/* styl strony statycznej */
#colRight .staticPage {
  margin: 11px;
  font: 11px Arial;
  color: #4C4C4C;
  overflow: hidden;
}

#colRight .staticPage h1{
  font: 14px Arial;
  color: #156FAC;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3px;
  border-bottom: 1px solid #CCDFEE;
}

#colRight .staticPage h2{
  font: 11px Arial;
  color: #156FAC;
  font-weight: bold;
  padding: 5px 0px 5px;
  margin: 10px 0px 0px 0px;
}

#colRight .staticPage .text {
  background: url(/pagegfx/bar_bg2.png) repeat-x top;
  width: 0 auto;
  margin: 0px 0px 1px 0px;
  padding: 1px 10px 5px 10px;
}

#colRight p {
  font: 11px Arial;
  color: #4C4C4C;
  line-height: 150%;
}

#colRight .staticPage .hline {
  background-color: #CCDFEE;
  width: 0 auto;
  height: 1px;
  overflow: hidden;
  margin: 8px 0px 5px 0px;
}

#colRight .staticPage li {
    margin-left: 25px;
    list-style: square;
    line-height: 150%;
}

#colRight .staticPage .red {
  margin: 11px;
  font: 11px Arial;
  color: #CC0000;
}

#colRight .staticPage .border {
    border: 1px solid #CCDFEE;
    padding: 1px;
}

#colRight strong {
  font-weight: bold;
}

#colRight a{
 color: #156FAC;
}
ul {
  margin: 3px 0px 0px 10px;
  padding: 0;

}




