/**
* ----------------------------------------------------------------
* Definicje ogolne
*/
html,body {
  background: #8B8B8B;
}

/**
* ----------------------------------------------------------------
* Warstwy podstawowe
*/
#tablebox {
  width: 895px;
  margin: 0 auto;
}
#header {
  height: 239px;
  background: transparent url('../img/head_bg.jpg') 100% 100% no-repeat;
}
#bar {
  height: 31px;
  background: transparent url('../img/bar_bg.png') 100% 100% no-repeat;
}
#search {
}
.inpsub {
   margin-left: 74px;
}
#searchbt {
  position: absolute;
  top: 3px;
  left: 170px;
  width: 60px;
  height: 24px;
  border: 0px;
  background: transparent;
  display: block;
}
#searchtxt {
  position: absolute;
  top: 6px;
  left: 37px;
  width: 120px;
  height: 13px;
  padding: 2px;
  border: 0px;
  background: #DEDEDF;
}

/**
* ----------------------------------------------------------------
* Content DIV
*/
#content {
  width: 895px;
  background: white url('../img/content_bg.png') 100% 0 repeat-y;
}


/**
* ----------------------------------------------------------------
* Definicje PAGE - zawartosci tekstowej
*/
#page {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 10px;
  margin-left: 245px;
  text-align: justify;
  background: transparent url('../img/page_bg.png') repeat-y;
}

/* Page author */
#pageauthor {
  margin-top: 10px;
  border-top: 2px solid #ddd;
}

/* Page time */
#pagetime {
  margin-top: 10px;
  border-top: 2px solid #ddd;
}

/* Page files */
#pagefiles {
  margin-top: 10px;
  border-top: 2px solid #ddd;
  padding: 5px;
}
#pagefiles li { }

/* Page images*/
#pageimages {
  margin-top: 10px;
  /*border-top: 2px solid #ddd;*/
  padding: 3px;
}
#pageimages li {
  display: block;
  float: left;
  list-style-type: none;
  min-width: 170px;
  padding: 2px;
  text-align: center;
}
#pageimages li div {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 150px;
  line-height: 11px;
  text-align: center;
}

/* Page subpages */
#pagesubpages {
  margin-top: 10px;
  border-top: 2px solid #ddd;
  padding: 5px;
}
#pagesubpages li {
  padding-left: 20px;
  background: transparent url('../img/sidebar_h3.gif') 3px 0 no-repeat;
}

/* Page back */
#pageback {
  font-weight: bold;
  margin-top:20px;
  margin-bottom:20px;
  text-align: right;
}
#pageback a {
  padding: 10px !important;
  margin: 10px !important;
  padding-bottom: 20px;
}

/**
* ----------------------------------------------------------------
* Definicje MENU - sidebar
*/
#sidebar {
  float: left;
  padding-top: 10px;
  width: 220px;
  background: transparent;
}
#sidebar ul {
  margin-left: 0px;
  list-style-type: none;
}
#sidebar li {
   padding-bottom: 0px;
   padding-left: 17px;
}
#sidebar ul ul {
  margin-top: 0;
  margin-bottom: 0px;
}
#sidebar li a {
  display: block;
  font-size: 11px;
  padding-left: 13px;
  text-decoration: none;
  border-bottom: 1px #EEEEEE solid;
}
#sidebar a:hover {
  text-decoration: none;
}
#sidebar h3 {
  width: 220px; /*262*/
  font-size: 11px;
}
#sidebar h4 {
  width: 190px; /*262*/
  font-size: 11px;
  padding-left: 24px;
  background: #F4F1F1 url('../img/sidebar_h4.gif') 20px 5px no-repeat;
}
#sidebar h4 a{

  color: #444444;
}

/**
* ----------------------------------------------------------------
* Definicje FOOTER - stopka
*/
#footer {
  width: 895px;
  height: 51px;
  color: #777;
  background: transparent url('../img/footer_bg.png') 0 0 no-repeat;
}
#copy {
  padding-left: 50px;
  background: white url('../img/content_bg.png') 100% 0 repeat-y;
}

/**
* ----------------------------------------------------------------
* Nowości, aktualności
*/
.news ul li {
   padding-bottom: 7px;
   list-style: disc;
   /*list-style: none;
   border-bottom: 1px #ccc solid;*/
}
.news h1 {
   font-size: 18px;
   font-family: arial, verdana;
}
.news h3 {
   margin-top: 50px;
   padding: 10px;
}
.news h2, h3, h4 {
  margin-left: 0px !important;
}

/**
* ----------------------------------------------------------------
* Definicje FIND - wyszukiwanie
*/
#find ul li {
   list-style: none;
}
#find ul h2 {
   border-bottom: 1px #ccc solid;
}
.results li {
   border-bottom: 1px #ccc solid;
}
.searchbar ul li {
   display: inline;
   padding: 5px;
   background: #e9fcff;
   border: 1px solid #c5eaef;
}
.suggest li {
   display: inline;
   padding: 5px;
   background: #e9fcff;
   border: 1px solid #c5eaef;
}
.paging {
   margin: 10px;
   font-weight: bolder;
}
.current {
   color: #aaaaaa;
}
.paging ul li {
   display: inline;
   padding: 5px;
   background: #e9fcff;
   border: 1px solid #c5eaef;
}

/**
* ----------------------------------------------------------------
* Definicje CONTACT - kontakt
*/
#contact li {
   list-style: none !important;
}
#contact select {
   width: 200px;
   padding: 3px;
}

/**
* ----------------------------------------------------------------
* Definicje PRZYCISKI, elmenty formularza i kontaktowe
*/
.button {
   background: #708FAC;
   border: 1px solid #5C7999;
   padding: 5px;
}
.button span {
   color: white;
   font-family: arial, verdana;
   font-size: 14px !important;
   font-weight: bolder;
}
.error {
   padding: 3px;
   background: #b7016c;
   color: white;
}

