body {
  background-color: #000000;
  margin: 0px;
  padding: 0px;
}
.Main {
  width: 994px;
  overflow: hidden;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #202020;
}

.Gora {
  width: 972px;
  height: 335px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
}

.GorneMenu {
  width: 962px;
  height: 27px;
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  background:  url(../images/GorneMenuTlo.png) no-repeat center top;
  font-size: 14px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #BBBBBB;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-botom: 1px;
  overflow: hidden;
  text-align: center;
}
.GorneMenu a:link {
  color: #ffcc00;
  text-decoration: none;
  height: 25px;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  top: 3px;
}
.GorneMenu a:visited {
  color: #FFFF33;
  text-decoration: none;
  height: 25px;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  top: 3px;
}
.GorneMenu a:hover {
  color: #dddddd;
  text-decoration: none;
  height: 25px;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  top: 4px;
}

.Tresc {
  width: 972px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  line-height: 100%;
}
.Tresc .LeweMenu {
  width: 186px;
  margin-right: 10px;
  float: left;
  clear: left;
}
.Tresc .LeweMenu .Menu {
  width: 186px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #1b1b1b;
  padding-top: 10px;
  padding-bottom: 20px;
}
.Tresc .LeweMenu .Menu a:link {
  display: block;
  color: #bbbbbb;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 4px;
  padding-bottom: 5px;
  text-decoration:  none;
  border-top: solid 1px #1b1b1b;
  border-bottom: solid 1px #1b1b1b;
  line-height: 12px;
}
.Tresc .LeweMenu .Menu a:visited {
  display: block;
  color: #bbbbbb;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 4px;
  padding-bottom: 5px;
  text-decoration:  none;
  border-top: solid 1px #1b1b1b;
  border-bottom: solid 1px #1b1b1b;
  line-height: 12px;
}
.Tresc .LeweMenu .Menu a:hover {
  display: block;
  color: #bbbbbb;
  padding-left: 10px;
  padding-right: 7px;
  padding-top: 4px;
  padding-bottom: 5px;
  text-decoration:  none;
  border-top: solid 1px #444444;
  border-bottom: solid 1px #444444;
  border-left: solid 4px #ffcc00;
  background-color: #2b2b2b;
  color: #ffffff;
  line-height: 12px;
}
.Tresc .LeweMenu .Menu .Submenu {
  width: 176px;
  margin-right: 0px;
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 11px;
}

.Tresc .LeweMenu .Menu .Submenu a:link {
  display: block;
  color: #bbbbbb;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 4px;
  padding-bottom: 5px;
  text-decoration:  none;
  border-top: solid 1px #1b1b1b;
  border-bottom: solid 1px #1b1b1b;
  line-height: 11px;
}
.Tresc .LeweMenu .Menu .Submenu a:visited {
  display: block;
  color: #bbbbbb;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 4px;
  padding-bottom: 5px;
  text-decoration:  none;
  border-top: solid 1px #1b1b1b;
  border-bottom: solid 1px #1b1b1b;
  line-height: 11px;
}
.Tresc .LeweMenu .Menu .Submenu a:hover {
  display: block;
  color: #bbbbbb;
  padding-left: 10px;
  padding-right: 7px;
  padding-top: 4px;
  padding-bottom: 5px;
  text-decoration:  none;
  border-top: solid 1px #444444;
  border-bottom: solid 1px #444444;
  border-left: solid 4px #ffcc00;
  background-color: #2b2b2b;
  color: #ffffff;
  line-height: 11px;
}

.Tresc .LeweMenu .Ikony {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 186px;
  text-align: center;
}
.Tresc .LeweMenu .Ikony img {
  margin-bottom: 10px;
}

.Tresc .Tekst {
  width: 756px;
  float: left;
  ovrflow: hidden;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #dddddd;
  background-color: #1b1b1b;
  padding: 10px
}
.Tresc .Tekst a:link {
  color: #ffcc00;
  text-decoration: none;
  padding-right: 16px;
  margin-right: 3px;
  background: url('../images/link.gif') right 3px no-repeat;
}
.Tresc .Tekst a:visited {
  color: #FFFF33;
  text-decoration: none;
  padding-right: 16px;
  margin-right: 3px;
  background: url('../images/link2.gif') right 3px no-repeat;
}
.Tresc .Tekst a:hover {
  color: #ffffff;
  text-decoration: none;
  padding-right: 16px;
  margin-right: 3px;
  background: url('../images/link1.gif') right 3px no-repeat;
}

.Tresc .Tekst p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 8px;
}

.Tresc .PraweMenu {
  width: 186px;
  float: right;
  clear: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  width: 186px;
  text-align: center;
}
.Tresc .PraweMenu img {
  margin-bottom: 10px;
}
.DolneMenu {
  width: 962px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #BBBBBB;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-botom: 1px;
  overflow: hidden;
  text-align: center;
}
.DolneMenu a:link {
  color: #ffcc00;
  text-decoration: none;
  height: 25px;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-right: 3px;
  padding-left: 3px;
  position: relative;
  top: 2px;
}
.DolneMenu a:visited {
  color: #ffcc00;
  text-decoration: none;
  height: 25px;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-right: 3px;
  padding-left: 3px;
  position: relative;
  top: 2px;
}
.DolneMenu a:hover {
  color: #ffffff;
  text-decoration: none;
  height: 25px;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-right: 3px;
  padding-left: 3px;
  position: relative;
  top: 2px;
}
.aktualnosci_menu {
  margin-bottom: 10px;
}
.nowinka .tytul .data {
  font-size: 9px;
  font-weight: normal;
}
.nowinka .tytul {
  font-weight: bold;
  margin-bottom: 5px;
}
.nowinka {
  margin-bottom: 15px;
}
.nowinka .dalej {
  text-align: right;
}
