/* CSS Document */
   #intro {
      margin-top: 15px;
   }
   #intro div { background-color: #000000;  }
   img {
      float: left;
      vertical-align: top;
   }
   #kontakt { 
      width: 58px; 
      height: 153px; 
      background-image: url('../imgs/glowna_r3_k3_link.jpg');
      position: relative;
      z-index: 5;
   }
   #cv {
      width: 63px;
      height: 18px;
      background-image: url('../imgs/glowna_r5_k2_link_cv.jpg');
   }
   #cv:hover, #cv:focus { background-position: right; }
   #fotografia {
      width: 133px;
      height: 18px;
      background-image: url('../imgs/glowna_r5_k3_link_foto.jpg');
   }
   #fotografia:hover, #fotografia:focus{ background-position: right; }
   #grafika {
      width: 108px;
      height: 18px;
      background-image: url('../imgs/glowna_r5_k4_link_graf.jpg');
   }
   #grafika:hover, #grafika:focus { background-position: right; }
   #linki {
      width: 93px;
      height: 18px;
      background-image: url('../imgs/glowna_r5_k5_link_link.jpg');
   }
   #linki:hover, #linki:focus { background-position: right; }
   
   #row4 {
      position: absolute;
      z-index: 4;
      top: 417px;
      left: 97px;
   }
   
  #hrefToTxtBox{
    background-color: transparent !important; /**/
    background-image: url('../imgs/kod_kreskowy.jpg');
    display: block;
    position: absolute;
    left: 580px;
    top: 285px;
    width: 100px;
    height: 15px;
    cursor: help;
  }

  .bodymain {
    height: 500px;
  }

  #TxtBox { 
    background-color: transparent !important; 
    position: absolute;
    z-index: 5;
    padding: 70px 70px;
    left: 90px;
    top: 80px;
    width: 343px;
    height: 221px;
    text-align: justify;
    line-height: 1.5em;
    letter-spacing: 0.1ex;
  }
  
  #TxtBox[id] {
    background-image: url('../imgs/tloPodText.png');
  }


  a span { display: none; }

@media screen {
  #TxtBox { 
    visibility: hidden;
  }
}

@media print, handheld, braille {
  img { display: none; }
  .imagetext { display: block; } 
  #TxtBox { 
    clear: both;
    visibility: visible !important; 
    background-image: none;
    padding: 0pt;
    width: 10cm;
  }
  body { color: black; font-size: 12pt; }

}


