/* CSS Document  lelahelm.css*/
/*css dla menu */
 body{background-color:#D2D2D2;}
 body * {margin: 0; padding: 0; }
/*brak text-decoration powoduje podkreślenie całego menu */
a {text-decoration: none; color:#530011; outline: none;}
a:hover {text-decoration: underline; color:#00cc00;}
.clr {clear: both; overflow: hidden; font-size: 0; line-height: 0; height: 0;}
/* navH */
body #navH {width:1000px; margin: 30px auto 2px 6px; background: #9EA7B6; position: relative; z-index: 3;}
#navH ul {list-style: none;}
#navH ul li {float: left; display: inline; padding-left: 7px; padding-right: 5px; position: relative; font: bold 10px/28px Georgia, serif; text-transform: uppercase;}
#navH ul li.red {background: #00503A url('http://lelahel.pl/images/obrazki_menu/nav_rziel.gif') no-repeat 0 9px;}
#navH ul li.dred {background: #00503A url('http://lelahel.pl/images/obrazki_menu/nav_dziel.gif') no-repeat 0 9px;}
#navH ul li.first {background-image: none;}
#navH ul li.active {background-image: url('http://lelahel.pl/images/obrazki_menu/nav_active.gif'); background-repeat: repeat-x; background-position: 0 2px;}
#navH ul li.active a {color: #000;}
#navH ul li a {color: #fff;}
#navH a.lista {font: bold 10px/28px Georgia, serif; text-transform: uppercase; color: #fff; display: block; text-align: center;}
/*poniżej sublinki, prócz listy czyli wszystkich, */
#navH ul.p1 {width: 125px; position: absolute; left: 0; top: 27px; background: #fff; display: none; border: 1px solid #663333;}
/*poniżej li w sublinkach,przy display:none znika całe p1,mimo że jest block */
#navH ul.p1 li {float: none; display: block; background: none; line-height: 18px;}
#navH ul li a {color: #fff;}
#navH ul.p1 li a {color: #663333;}
#navH ul.p1 li a:hover {color: #530011;}
#navH a.lista {font: bold 10px/28px Georgia, serif; text-transform: uppercase; color: #fff; display: block; text-align: center;}
/*zmniejszenie width powoduje przesunięcie w lewo submenu wszystkie */
.navTxt {width:970px ; margin: 0 auto; height: 1px; position: relative; z-index: 2; zoom: 1; clear: both;}
/* ustawia submenu wszystkie wewnątrz */
.navTxt .contener2 {background: #fff; border: 1px solid #663333; width: 540px; padding: 20px; position: absolute; top: -10px; right: 0; display: none; font-family: Arial, sans-serif; zoom: 1;}
.navTxt .contener2 .DODA {overflow: hidden; zoom: 1;}
.navTxt .contener2 .DODA ul {list-style: none;}
.navTxt .contener2 .Pionowy1, .navTxt .contener2 .Pionowy2, .navTxt .contener2 .Pionowy3 {float: left; width: 150px; display: inline; margin-left: 20px; overflow: hidden;}
.navTxt .contener2 .Pionowy1 {margin: 0; border: 0; position: static;}
.navTxt .contener2 .DODA .WPIS {border-top: 1px solid #dadbdb; padding-top: 5px; margin-top: 5px;}
.navTxt .contener2 .DODA h2 {font-size: 11px; font-family: Georia, serif; text-transform: uppercase; padding-bottom: 3px;}
.navTxt .contener2 .DODA li {font-size: 11px; line-height: 15px; padding-bottom: 2px; padding-left: 8px; background: url('http://lelahel.pl/images/obrazki_menu/nav_dot.gif') no-repeat 0 5px;}
.navTxt .contener2 .DODA li a {color: #663333;}
.navTxt .contener2 .DODA li a:hover {color: #b00126;}
/*koniec css dla menu */
/*css układu graficznego strony */
  
  div#spacer{
  width:1155px;
  height:40px;
  clear:both;
  background-color:#D2D2D2;
  }
  div#wrapper{
  width:1150px;
  height:auto;
  margin-left:8px;
  margin-right:8px;
  background-color:#FFFFFF;
  }
   div#start{
  width:1155px;
  height:120px;
  background-image:url('http://lelahel.pl/images/gory.jpg');
  }
  div#start p{
  text-align:center;
  font-family:sans-serif,courier;
  font-size:20px;
  padding-top:15px;
  text-transform: uppercase;
  letter-spacing:4px;
  color:#FFFFFF;
  }
  div#end{width:1155px;position:relative;bottom:0px;background-color:#00503A;margin-left:8px;color:#FFFFFF;}
 
 div#end a:link{text-decoration: none; color:#FFFFFF;}
 div#end a:visited{text-decoration: none;color:#FFFFFF;}
 div#end a:hover {
	background-color:#979035	;
	text-decoration:underline;
	color:#FFFFFF;
 } 
 div#content{width:1150px;height:auto;}
 div#contentindex{background-color:#FFFFFF; height:auto;}
 div#content_duzy{margin:20px;}
 /*koniec układu graficznego strony */
 /*poniżej css dla tooltip,trochę moje,trochę ze strony http://psacake.com/web/jl.asp */
   a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#00CC00;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#006600;text-decoration:none;}
a.info span{display: none}
a.info:hover span{ /*the span will display just on :hover state Uwaga:zmieniłem położenie*/
    display:block;
    position:absolute;
    top:2em; left:-2em; width:15em;
    border:1px solid #0cf;
    background-color:#FF0000; color:#000;
    text-align: center;
    text-decoration:none;}
    
     a.info1{
    position:relative; 
    z-index:24; background-color:#66CC00;
    color:#000;
    text-decoration:none}

a.info1:hover{z-index:25; background-color:#00CC33;text-decoration:none;}
a.info1 span{display: none}
a.info1:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:1em; width:12em;
    border:2px solid #006600;
    background-color:#66FF00; color:#000;
    text-align: center;
    text-decoration:none;}
    
     a.obraz{
    position:relative; 
    z-index:24; background-color:#666600;
    color:#000;
    text-decoration:none}

a.obraz:hover{z-index:25; background-color:#00CC33;text-decoration:none;}
a.obraz img{display: none}
a.obraz:hover img{ /*użyłem tego co dla span,przy display:block ustawia się odnośnie 'p' w którym jest*/
    display:block;
    position:absolute;
    top:10px; left:10px; width:50px;
    border:2px solid #006600;
    background-color:#66FF00; color:#000;
    text-align: center;
    text-decoration:none;}
    
  a.dwa:hover img {position: absolute; top: 0px; left: 0px; height: 50px; width: 50px;}
  /*koniec dokumentu na 20kwie2009r */
   /* poprawka 2011-06-05 13:30:03 */
   img.obraz {border:none;}
   


