body {
  background-color:#fff;
}
body, ul, li, form , h1, h2, h3, h4, h5, h6, p { 
  margin: 0px; 
  padding: 0px;
}
body, td, ul, li, form, input {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #6e2f22;
}
img {
  border: 0px;
}
a {
  color: #00009c; 
  text-decoration: underline;
}
a:hover {
  color: #00009c; 
  text-decoration: none;
}
.b {
  font-size: 10pt;
}

/* kontener */
#cont1 {
  position:absolute; 
  left:50%; 
  margin:10px 0 0 -490px; 
  width:980px; 
  height:670px; 
  background-color:#fff;
}
#cont2a {
  position:relative; 
  height:60px; 
  border-top:1px solid #DBDBDB; 
}
#cont2b {
  position:relative; 
  height:600px; 
  border:1px solid #464646; 
  padding:5px;
}
#cont3 {
  height:600px; 
  background-color:#464646;
}

/* pozostale */
.sgText {
  font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color:#888; 
}
.sgText a, span {
  color:#888; 
  text-decoration:none;
}
.sgText a.clk {
  color:#444; 
}
.sgText a.clk2 {
  color:#fff; 
}
.sgText a:hover {
  color:#8bd14e;
}
.sgText ul {
  list-style:none;
}
.sgText ul li {
  padding-bottom:5px; 
}
.sgCntTitle {
  color:#fff; 
  font-size:12px; 
  font-weight:bold; 
  padding-bottom:15px; 
}
.sgCntContent, .sgCntContent td {
  color:#fff; 
  font-size:11px; 
  text-align:justify; 
}
.sgCntContent a {
  color:#c1c1c1; 
  text-decoration:none;
}
.sgCntContent a:hover {
  color:#c1c1c1; 
  text-decoration:underline;
}

.sgNEWS {
  margin:5px; 
  text-align:left; 
  padding-bottom:5px; 
  border-bottom:1px dashed #c1c1c1;
}
.sgNEWS a {
  color:#c1c1c1; 
  font-size:9px; 
  text-decoration:none;
}
.sgNEWS a:hover {
  color:#c1c1c1; 
  font-size:9px; 
  text-decoration:underline;
}

/* scroll */
.sgScrollRight {
  position:relative; 
  overflow:auto; 
  width:185px; 
  height:440px;
}

/* centrowanie */
.sgCenter1 {
  display: table; 
  height: 100%;
  text-align: center; 
}
.sgCenter2 {
  display: table-cell; 
  vertical-align: middle;
}
* html body .sgCenter1 {
  position: relative;
}
* html body .sgCenter2 {
  position: absolute;
  top: 50%;
  right: 50%;
}
* html body .sgCenterIE {
  position: relative;
  top: -50%;
  right: -50%;
}
.sgBigBox {
  background-color:#4C4C4C; 
  width:410px; 
  height:410px; 
}
.sgSmallBox {
  background-color:#4C4C4C; 
  width:160px; 
  height:160px; 
}
