/* DIVS */

#menu {
  width: 247px;
  float: right;
  height: auto !important;
  height: 200px; /* IE */
  min-height: 200px;
  display: inline;
}
#main {
  width: 523px; /* 514+6 */
  float: left;
  height: auto !important;
  height: 70px; /* IE */
  min-height: 70px;
  display: inline;
}
#content {
  width: 501px !important;
  width: 517px;
  height: auto !important;
  height: 140px; /* IE */
  min-height: 140px;
  padding: 4px 8px 8px 8px;
  padding-right: 10px;
  margin-left: 5px;
  background: url(../img/content-bg.gif) #ffffff repeat-y;
}
#content-top {
  width: 517px;
  height: 26px;
  padding: 0px 0px 0px 5px;
  margin-top: 7px;
  margin-left: 5px;
  background: url(../img/content-top.gif) #ffffff no-repeat;
  font-size: 11px;
  line-height: 25px;
}
#content-bottom {
  width: 517px;
  height: 16px;
  padding: 0px 10px 0px 0px;
  margin-bottom: 5px;
  margin-left: 5px;
  text-align: right;
  background: url(../img/content-bottom.gif) #ffffff no-repeat;
}
#left-first {
  width: 318px;
  float: left;
  height: auto !important;
  height: 150px; /* IE */
  min-height: 150px;
  display: inline;
  margin-top: 4px;
}
#right-first {
  width: 200px;
  float: right;
  height: auto !important;
  height: 150px; /* IE */
  min-height: 150px;
  display: inline;
  margin-right: 2px;
  margin-top: 4px;
}
#left-second {
  width: 345px;
  float: left;
  height: auto !important;
  height: 100px; /* IE */
  min-height: 100px;
  display: inline;
  margin-top: 4px;
}
#right-second {
  width: 173px;
  float: right;
  height: auto !important;
  height: 100px; /* IE */
  min-height: 100px;
  display: inline;
  margin-right: 2px;
  margin-top: 4px;
}

/* TABLE TOP */

.top-left {
  width: 40%;
  background: url(../img/top-bg-left.gif) #3079C3 repeat-x top;
}
.top-center {
  width: 20%;
  height: 76px;
  background: url(../img/top-bg.gif) #BBE376 repeat-x top;
}
.top-right {
  width: 40%;
  background: url(../img/top-bg.gif) #BBE376 repeat-x top;
}

/* TABLES */

.normal {
  border: 1px solid #9BB077;
  background-color: #E8F2D7;
  line-height: 15px;
}
.szukaj {
  height: 58px;
  background: url(../img/szukaj-bg.gif) no-repeat;
  padding-left: 8px;
}
.newsletter {
  height: 102px;
  background: url(../img/newsletter-bg.gif) no-repeat;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 4px;
  line-height: 15px;
}
.menu-bottom {
  height: 10px;
  background: url(../img/menu-bottom.gif) no-repeat top;
}
.menu {
  padding-left: 2px;
  padding-right: 2px;
  background: url(../img/menu-bg.gif) #89C226 repeat-y;
}
.menu-txt {
  width: 200px !important;
  width: 243px;
  height: 18px;
  padding-left: 43px;
  background: url(../img/menu-bg2.gif) #ffffff repeat-x bottom;
  font-weight: bold;
  line-height: 15px;
}
.menu-txt:hover {
  background: url(../img/menu-bg2-h.gif) #ffffff repeat-x bottom;
  color: #BBE376;
}
.foot-left {
  width: 253px;
  height: 22px;
  margin-left: 3px;
  background: url(../img/foot-project.gif) #ffffff no-repeat;
  color: white;
  font-size: 9px;
  line-height: 15px;
}
.foot-right {
  width: 512px !important;
  width: 519px;
  height: 22px;
  padding-left: 7px;
  background: url(../img/foot-menu.gif) #ffffff no-repeat left;
  font-size: 9px;
  line-height: 15px;
}
/* LINK 2 TEXTS */
.linksL {
  width: 72px;
  vertical-align: top;
}
.linksR {
  width: 185px;
}
/* LINK 2 DOCUMENTS */
.linksDL {
  width: 12px;
}
.linksDR {
  width: 255px;
}
/* END LINKS */

/* P HEADLINE */

.headline-blue a {
  display: block;
  padding-left: 4px;
  padding-right: 2px;
  padding-top: 1px;
  padding-bottom: 2px;
  line-height: 14px;
}
.headline-blue a:link, .headline-blue a:visited {
  color: #000000;
}
.headline-blue a:hover {
  color: #ffffff;
  background-color: #307AC4; /* #307AC4 */
  background-image: url(../img/background-blue.gif);
}

/* */

.headline-gray a {
  display: block;
  padding-left: 4px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 14px;
}
.headline-gray a:link, .headline-green a:visited {
  color: #000000;
}
.headline-gray a:hover {
  color: #000000;
  background-color: #f0f0f0;
}

/* */

.headline-main a {
  display: block;
  padding-left: 4px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 15px;
}
.headline-main a:visited, .headline-main a:link {
  color: #000000;
}
.headline-main a:hover {
  color: #454545;
}

/* linkto */

.LinkTo {
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
}
.LinkTo a {
  padding: 4px;
  border: 1px solid #84B72B;
  font-weight: bold;
  text-align: center;
  background-color: #BBD098;
}
.LinkTo a:hover{
  border: 1px solid #71A21D;
  background-color: #8AC327;
  color: #E3EFCE;
}

/* menuactive */

.menuactive a {
   padding-left: 50px;
   padding-top: 2px;
   padding-bottom: 2px !important;
   padding-bottom: 4px;
   padding-right: 2px;
   width: 191px !important;
   width: 243px;
   height: 15px;
   display: block;
   font-weight:bold;
   background: url(../img/menu-bg2.gif) #89C226 repeat-x bottom;
}
.menuactive a:link {
   color: #000000;
   text-decoration: none;
   font-weight:bold;
}
.menuactive a:visited {
   color: #000000;
   text-decoration: none;
   font-weight:bold;
}
.menuactive a:hover {
   background: url(../img/menu-bg2-h.gif) #709E20 repeat-x bottom;
   color: #BBE376;
   font-weight:bold;
}
