/*
    kodowanie: www.zdzislowicz.pl
*/

html, body {
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  background: url(../img/body.png) center top no-repeat;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

#gorhut {
  margin: 0 auto;
  text-align: center;
  width: 1000px;
  border-left: 1px #eeeeee solid;
  border-right: 1px #eeeeee solid;
}

    .top {
      height: 122px;
      overflow: hidden;
    }

        .top img {
          float: left;
          width: 310px;
          height: 122px;
        }

        .top .animacja {
          float: right;
          height: 122px;
          width: 688px;
        }

    .menu {
      clear: both;
      display: block;
      width: 998px;
      margin: 0 auto;
      height: 39px;
      overflow: hidden;
      background: url(../img/menu_bg.gif) repeat-x;
    }

        .menu_l {
          background: url(../img/menu_l.gif) no-repeat;
          width: 7px;
          height: 39px;
          float: left;
        }

        .menu_p {
          background: url(../img/menu_p.gif) no-repeat;
          width: 7px;
          height: 39px;
          float: right;
        }

        .menu ul {
          margin: 0 auto;
          padding: 0;
          list-style: none;
          width: 984px;
          height: 33px;
          float: left;
        }

        .menu li {
          margin: 0;
          padding: 0;
          background: url(../img/menu_sep.gif) left no-repeat;
          display: inline;
          padding: 10px 0 10px 3px;
        }

        .menu a {
          line-height: 39px;
          padding: 11px 23px 11px 25px;
          font-size: 14px;
          color: #ffffff;
          font-family: tahoma;
          font-weight: bold;
          text-decoration: none;
        }

        .menu a:hover, .wybrane {
          background: url(../img/menu_s.gif) no-repeat;
        }

        .menu .no {
          padding: 10px 3px 10px 0;
          margin: 0 3px 0 0;
        }

    .tresc {
      margin: 0 auto;
      overflow: hidden;
      margin-top: 20px;
      color: #333333;
    }

        .tresc .zawartosc {
          margin-left: 30px;
          padding-right: 30px;
          float: left;
          width: 700px;
          background: url(../img/zawartosc.jpg) top right no-repeat;
          text-align: left;
          font-size: 13px;
          font-family: Arial;
          line-height: 22px;
        }

            #promocje_okno_show {
              position: relative;
              margin-bottom: 20px;
            }

            #promocje_okno_hide {
              margin: 0 auto;
              margin-bottom: 20px;
              width: 690px;
              height: 22px;
              background: url(../img/promocje_box_hide_bg.gif) no-repeat;
            }

                .promocje_okno .promocje_box {
                  width: 690px;
                  height: 222px;
                  background: url(../img/promocje_box_bg.png) no-repeat top left;;
                  margin: 0 0 25px 0;
                  overflow: hidden;
                }

                .promocje_opcje {
                  margin: 0 auto;
                  margin-top: 0;
                  overflow: hidden;
                  width: 676px;
                  line-height: 14px;
                }

                span.promocja {
                  float: left;
                  width: 100px;
                  color: #FFFFFF;
                  font-size: 10px;
                  letter-spacing: 3px;
                  line-height: 20px;
                }

                a.promocjaHide {
                  float: right;
                  font-size: 11px;
                  color: #ffffff;
                  cursor: pointer;
                  line-height: 20px;
                }

                .promocjaShow {
                  float: right;
                  font-size: 11px;
                  color: #ffffff;
                  cursor: pointer;
                  line-height: 20px;
                }

                .prev a {
                  position: absolute;
                  background: red;
                  left: -17px;
                  top: 79px;
                  width: 48px;
                  height: 48px;
                  background: url(../img/prev.gif) no-repeat;
                }

                    .prev a:hover {
                      background-position: 0 100%;
                    }

                .next a {
                  position: absolute;
                  background: red;
                  right: -14px;
                  top: 79px;
                  width: 48px;
                  height: 48px;
                  background: url(../img/next.gif) no-repeat;
                }

                    .next a:hover {
                      background-position: 0 100%;
                    }

                .promocje_okno .promocje_box {
                  margin: 0 auto;
                }

                .promocje_box .promocje {
                  margin: 0 auto;
                  margin-top: 15px;
                  width: 600px;
                  height: 170px;
                  display: block;
                  color: #ffffff;
                }

                    .promocje ul {
                      margin: 0;
                      padding: 0;
                    }

                    .promocje li {
                      margin: 0;
                      padding: 0;
                      display: none;
                      list-style: none;
                    }

                    .promocje .promocjaHide, .promocjaPrev, .promocjaNext {
                      cursor: pointer;
                    }

            .zawartosc ul {
              list-style: square;
            }

            .zawartosc li {
              padding-bottom: 4px;
            }

            .zawartosc .nawigacja {
              margin: 0 auto;
              overflow: hidden;
              padding: 0 0 6px 0;
              border-bottom: 1px #cccccc solid;
              width: 680px;
            }

                .nawigacja .adresy {
                  float: left;
                  width: 530px;
                }

                    .adresy h1 {
                      display: inline;
                      margin: 0;
                      padding: 0;
                      color: #0099ff;
                      font-weight: bold;
                      font-size: 20px;
                      font-family: Arial;
                    }

                    .adresy h1 a {
                      color: #000099;
                      font-weight: bold;
                      font-size: 20px;
                      font-family: Arial;
                    }


                .nawigacja .opcje {
                  float: right;
                  width: 150px;
                  color: #777777;
                  font-size: 12px;
                  text-align: right;
                }


                    .opcje a {
                      color: #000000;
                    }


                    .opcje .small {
                      font-size: 13px;
                    }

                    .opcje .big {
                      font-size: 16px;
                    }

                    .opcje .bigger {
                      font-size: 19px;
                    }


                .adresy a {
                  font-size: 15px;
                  color: #666666;
                  font-family: Arial;
                }

            .zawartosc .blok {
              margin: 0 auto;
              margin-top: 10px;
              overflow: hidden;
              padding: 0 0 10px 0;
              margin-bottom: 1px;
              width: 680px;
              clear: both;
            }

                .blok p {
                  padding: 0;
                  margin: 6px 0 10px 0;
                }

                .blok a {
                  color: #0099ff;
                }

        .rozwin {
          border-bottom: 1px #cccccc solid;
          display: block;
          width: 680px;
          overflow: hidden;
          margin-bottom: 1px;
        }

        .rozwinLista {
          background: #ddf1ff;
          padding: 10px;
          border-bottom: 1px #cccccc solid;
          width: 660px;
		  margin:0 0 20px 0;
        }

            .rozwinLista a {
              font-size: 15px;
              font-family: Arial;
              color: #666666;
              cursor: pointer;
				padding:0 0 0 20px;
            }

            .rozwinLista a:hover {
              text-decoration: underline;
				padding:0 0 0 20px;
            }

            .rozwinLista .wybrane {
				color:#333333;
           		font-weight: bold;
            	background:none;
				padding:0 0 0 20px;
				background-image:url(../img/lista_act.gif); background-repeat:no-repeat;
            }

        .tresc .rozwin_blachy {
          background: url(../img/rozwin-blachy.jpg);
          width: 170px;
          height: 122px;
          float: left;
          cursor: pointer;
        }

            .rozwin a:hover {
              background-position: bottom;
            }

        .tresc .rozwin_folie-dachowe {
          background: url(../img/rozwin-folie-dachowe.jpg);
          width: 170px;
          height: 122px;
          float: left;
          cursor: pointer;
        }

        .tresc .rozwin_orynnowanie {
          background: url(../img/rozwin-orynnowanie.jpg);
          width: 170px;
          height: 122px;
          float: left;
          cursor: pointer;
        }

        .tresc .rozwin_dodatki {
          background: url(../img/rozwin-dodatki.jpg);
          width: 170px;
          height: 122px;
          float: left;
          cursor: pointer;
        }

            .rozwin .wybrane {
              background-position: bottom;
            }

        .tresc .dodatki {
          float: right;
          width: 238px;
          padding-bottom: 200px;
        }

            .dodatki .oddzialy {
              padding: 0 0 10px 0;
              margin: 0 16px 20px 16px;
              background: url(../img/dziel.jpg) bottom no-repeat;
              text-align: left;
            }

                .oddzialy h2 {
                  margin: 0;
                  padding: 0;
                  color: #0099ff;
                  font-weight: bold;
                  font-size: 20px;
                  font-family: Arial;
                }

                .oddzialy h3 {
                  margin: 16px 0 0 0;
                  padding: 2px 0 0 10px;
                  background: url(../img/h3_bg.jpg) no-repeat left;
                  color: #333333;
                  font-weight: bold;
                  font-size: 15px;
                  font-family: Arial;
                }

                .oddzialy p {
                  margin: 0;
                  padding: 4px 0 4px 0;
                  line-height: 22px;
                  color: #666666;
                  font-size: 15px;
                  font-family: Arial;
                }

                .oddzialy a {
                  color: #0099ff;
                  display: block;
                  font-size: 15px;
                  font-family: Arial;
                  line-height: 22px;
                }

            .dodatki .banery {
              margin: 0 auto;
              margin-top: 20px;
              padding-bottom: 10px;
              text-align: center;
              background: url(../img/dziel.jpg) bottom no-repeat;
            }

                .banery img {
                  margin: 0 0 10px 0;
                }

        .tresc .fadeEffect {
          margin: 0 8px 0 8px;
          border: 2px #cccccc solid;
        }


.domek {
  position: absolute;
  bottom: 10px;
  right: 0;
  margin-bottom: 18px;
}

.podpis {
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: left;
  width: 1000px;
  background: url(../img/podpis_bg.png) no-repeat;
  display: block;
  font-family: Arial;
  position: relative;
}

    .podpis ul {
      margin: 0 0 0 10px;
      padding: 0;
      list-style: none;
      font-size: 12px;
      display: block;
    }

    .podpis li {
      margin: 0;
      padding: 0;
      float: left;
    }

    .podpis a {
      padding: 4px 0 0 4px;
      margin: 10px 6px 10px 6px;
      color: #333333;
    }

    .podpis a:hover, .podpis .wybrane {
      color: #0066ff;
      text-decoration: none;
      background: none;
    }

    .podpis p {
      margin: 0 0 0 28px;
      padding: 0;
      font-size: 12px;
      font-family: Arial;
      color: #999999;
    }

        .podpis .prawa {
          margin-top: 30px;
			font-size:10px;
        }

        .podpis .wykonanie {
          	margin-top: 2px;
			color:#666666;
			font-size:10px;
        }

            .wykonanie a {
              padding: 0;
              margin: 0;
              font-size: 10px;
              font-family: Arial;
              color: #000099;
              font-weight: bold;
            }

.dodatkiTekst {
  clear: both;
  float: right;
  display: block;
  width: 100%;
  text-align: right;
  margin: 20px 10px 60px 0;
}


    .dodatkiTekst a.dogory {
      color: #666666;
      background: url(../img/dogory.gif) no-repeat right;
      text-decoration: none;
      font-size: 12px;
      font-family: arial;
      border-top: 1px #dddddd solid;
      padding: 0 12px 0 6px;
      line-height: 22px;
      margin: 30px 0 0 0;
    }

    .dodatkiTekst a:hover.dogory {
      text-decoration: underline;
    }


.formularz {
  margin: 0 auto;
  background: #ebebeb;
  clear: both;
  display: block;
  width: 100%;
  padding: 20px 0 10px 0;
}

    .formularz td {
      vertical-align: top;
    }

    .formularz fieldset {
      border: 0;
      margin: 0;
      padding: 0;
    }

    .ok {
      color: #777777;
      font-size: 13px;
      display: none;
      background: url(../img/komunikat_ok.jpg) left no-repeat;
      padding: 0 0 0 20px;
      margin-top: 5px;
      margin-left: 10px;
      font-family: Arial;
      vertical-align: top;
    }

    .not_ok {
      color: #777777;
      font-size: 13px;
      display: block;
      background: url(../img/komunikat_blad.jpg) left no-repeat;
      padding: 0 0 0 20px;
      margin-left: 2px;
      font-family: Arial;
    }

    .formularz label {
      display: inline-block;
      width: 250px;
      text-align: right;
      font-size: 13px;
      font-family: Arial;
      clear: both;
      line-height: 26px;
      padding: 0 10px 0 0;
      vertical-align: top;
    }

    .formularz .field {
      width: 380px;
      display: inline-block;
      padding: 10px 0 10px 0;
      border-bottom: 1px #ffffff solid;
    }

    .formularz .fieldSubmit {
      display: inline-block;
      padding: 10px 0 10px 0;
      border-bottom: 0;
    }

    .formularz .inputText {
      padding: 4px;
      margin: 0 0 5px 0;
      width: 340px;
      border: 1px #cccccc solid;
      background: #ffffff;
      font-size: 13px;
      font-family: tahoma;
    }

    .formularz .textarea {
      padding: 4px;
      margin: 0 0 5px 0;
      width: 340px;
      border: 1px #cccccc solid;
      background: #ffffff;
      font-size: 13px;
      font-family: tahoma;
    }

    .formularz .select {
      width: 310px;
      border: 1px #cccccc solid;
      background: #ffffff;
      padding: 4px;
      font-size: 13px;
      font-family: tahoma;
    }

    .formularz .formularz_blad {
      display: block;
      clear: both;
      font-size: 11px;
      color: #999999;
      margin: 2px 0 4px 165px;
    }

    .formularz .wyslijWiadomosc {
      background: url(../img/wyslij_wiadomosc.gif) no-repeat;
      width: 160px;
      height: 28px;
      border: 0;
      cursor: pointer;
    }


.gwiazdka {
  font-weight: bold;
  color: red;
  font-size: 15px;
  font-family: Arial;
}

.light {
  margin: 0 auto;
  text-align: center;
}

.mapaStrony {
  font-weight: normal
}

    .mapaStrony {
      font-weight: normal;
    }


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 90px;
	float: right;
	padding-bottom: 0.7em;
}


.table1 td{ border-bottom:1px solid #CCCCCC;}
.componentheading { margin:20px 0 0 0; padding:0 0 0 15px; 
					background-image:url(../img/nagl-tresc1.jpg); background-repeat:no-repeat; 
					color:#000066;
					}

span.naglowek1{	padding:0 0 0 15px; margin:0 0 0 50px; 
				background-image:url(../img/naglowek1.jpg); background-repeat:no-repeat; 
				color:#000066;
				}
.galeria { padding: 10px 0 10px 0; clear:both;}
.galeria-zdj{ float:left; padding:20px 8px 20px 8px; text-align:center;}
.galeria-img { border: solid 1px #999999; background-color:#FFFFFF; padding:1px 1px 1px 1px;}
