BODY {
  background-color: white;
  background-image: url(./imgs/bg1.jpg);
  background-repeat: repeat-x;
  margin: 0px;
  font-family: Georgia;
  font-size: 14px;
  color: black;
}

IMG {
  border: 0px;
}

DIV.main {
  width: 950px;
  margin: auto;
}

DIV.top {
  width: 950px;
  height: 270px;
}

DIV.left {
  width: 395px;
  min-height: 299px;
  float: left;
  background-color: transparent;
  background-image: url(./imgs/index_02.jpg);
  background-repeat: repeat-x;
}

DIV.right {
  width: 555px;
  float: right;
}

DIV.tresc {
  background-image: url(./imgs/index_04.jpg);
  background-repeat: repeat-y;
  background-color: white;
  min-height: 305px;
  width: 506px;
  padding: 10px 10px 1px 10px;
}

DIV.stopka {
  width: 950px;
  height: 46px;
  background-image: url(./imgs/index_06.jpg);
  font-size: 11px;

}

DIV.blur {
  color: #19126F;
  font-size: 13px;
  font-family: Verdana;
  font-weight: bold;
  text-transform: uppercase;
  width: 230px;
  padding: 5px 0px 5px 20px;
  margin: 10px 0px 5px 100px;
}

DIV.focus {
  cursor: pointer;
  color: #19126F;
  font-size: 13px;
  font-family: Verdana;
  font-weight: bold;
  text-transform: uppercase;
  width: 230px;
  padding: 5px 0px 5px 20px;
  margin: 10px 0px 5px 100px;
  background-color: #FFFFFF;
}

DIV.dane {
  width: 220px;
  font-family: Verdana;
  color: #19126F;
  font-size: 11px;
  padding: 5px 0px 5px 30px;
  margin: 10px 0px 5px 100px;
  line-height: 17px;
}

DIV.brak {
  text-align: center;
  color: #DD0000;
  font-family: Verdana;
  font-weight: bold;
}

A {
  color: #19126F;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A:visited {
  color: #19126F;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: none;
}

fieldset {
  border: 1px solid #B3AC74;
  margin-bottom: 10px;
  line-height: 25px;
  padding: 10px;
}

legend {
  font-size: 10px;
  font-weight: bold;
}