/**
* ----------------------------------------------------------------
* Definicje ogolne
*/
html,body {
   background: #222116 url('../img/page_bg.gif');
}

/**
* ----------------------------------------------------------------
* Warstwy podstawowe
*/
#tablebox {
  width: 935px;
}

#header {
  width: 935px;
  height: 503px;
  margin: 0 auto;
}
#headerleft {
  width: 430px;
  height: 495px;  
  margin-top: 8px;
  float: left;
  background: white url('../img/head_bg.jpg') no-repeat;  
}
#headerleft ul {
  position: absolute;
  top: 130px;
  left: 5px;
}
#headerleft ul li {
  float: left;
}
#headerleft li a {
  width: 90px;
  height: 55px;  
  display: block;
}
#headerlogo {
  position: absolute;
  top: 15px;
  left: 15px;
}
#headerimage {
  margin-top: 195px;
}
#headerright {
    float: right;
}
.point {
  position: absolute;
}

/**
* ----------------------------------------------------------------
* Content DIV
*/
#content {
  width: 935px;
  margin: 0 auto;
  background: white url('../img/content_bg.png') top repeat-y;
}

/**
* ----------------------------------------------------------------
* Definicje PAGE - zawartosci tekstowej
*/
#pageright {
  position: absolute;
  top: 0px;
  left: 440px;   
  padding-right: 15px;
  color: white;
}
#pageright a {
  color: white;
}
#pageright li {
  width: 210px;
  display: block;
  float:left;
  padding: 5px;
  padding-left: 15px;
  background: transparent url('../img/arrow_2.gif') 0px 8px no-repeat;
}
#pageright h2 {
  color: yellow;
  text-transform: uppercase;
}

#page {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
  display: block;
  width: 400px;
  margin-left: 0px;
  background: transparent;
}

/* 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 {

}
#pagefiles li p {
   margin-left: 25px;
}
#pagefiles li span {
   font-size: 80%;
}


/* 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-bottom: 10px;
  border-bottom: 1px solid #ededed;
  padding-left: 22px;
  background: transparent url('../img/gwiazdka.png') 0px 0px no-repeat;
}
#pagesubpages h4 {
   padding: 0px;
   margin-top: 20px;
   margin-bottom: -10px !important;
}
#pagesubpages a span {
   color: #444444;
   font-size: 80%;
}
/* 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;
  background: #eff2f4;
}

/**
* ----------------------------------------------------------------
* Wersje jezykowe
*/
#page_language {
  position: absolute;
  top: 10px;
  right: -35px;
}
#page_language li {
   padding: 5px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 80%;
   background: none !important;
}



/**
* ----------------------------------------------------------------
* Definicje FOOTER - stopka
*/
#footer {
  width: 935px;
  margin: 0 auto;
  padding: 0px;
  height: 35px;
  color: #777;
  background: transparent url('../img/footer_bg.png') no-repeat;
}
#goganet {
  position: absolute;
  top: 20px;
  right: 0px;
  float: right;
}

/**
* ----------------------------------------------------------------
* Strona bledu
*/
#cms_error {
  width: 500px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 200px;
  background: white;
  border: 1px solid #444444;
}


/**
* ----------------------------------------------------------------
* Nowosci, aktualnosci
*/
#news ul li {
   padding-bottom: 7px;
   list-style: none;
   /*border-bottom: 1px #ccc solid;*/
   list-style: none !important;
   background: transparent;
   font-size: 90%;
}
#news h2 {
   margin-top: 0px;
   padding: 3px;
   padding-left: 18px;
   margin: 0px;
   background: transparent url('../img/arrow_1.gif') 2px 5px no-repeat;
}
#news h3 {
   margin: 0px;
   padding: 2px;
   overflow: visible;
   height: 15px !important;
   text-indent: 9px !important;
   font-size: 14px !important;
   color: #ffffff !important;
   background: #353334 url('../img/pk.gif') 3px 3px no-repeat;
}


/**
* ----------------------------------------------------------------
* 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 ul {
   margin: 20px;
}
.suggest li {
   display: inline;
   padding: 5px;
   background: #e9fcff;
   border: 1px solid #c5eaef;
}
.paging {
   margin: 10px;
   font-weight: bolder;
}
.current {
   color: #aaaaaa;
}
.paging li {
   width: 26px;
   height: 26px;
   display: block;
   float: left;
   text-align: center;
   font-size: 10px !important;
   background: transparent url('../img/number_bg1.gif') no-repeat;
}
.paging li a {
  width: 27px;
  height: 27px;
  display: block;
  padding-top: 3px;
  color: white;

}
.paging li span {
  display: block;
  width: 27px;
  height: 27px;
  padding-top: 3px;
  color: #cdcdcd;
  background: transparent url('../img/number_bg2.gif') no-repeat;
}

/**
* ----------------------------------------------------------------
* 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;
}


/**
* ----------------------------------------------------------------
* Buttons
*/
.button_delete {
   color: #777;
   padding-left: 25px;
   background: transparent url('../images/tool_delete.png') 0px 0px no-repeat;
}
.button_delete a {
   color: #777;
}
.button_delete span:hover {
   color: #d1014a;
}
