/* CSS Document */
   html, body {
      text-align: center;
      margin:  0px; padding: 0px;
      border: 0px solid #f0f0f0;
      background-color: #000000; 
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 8pt; color: white;
      color: #848283;
   }

   p:first-letter { color: rgb(221,37,27); }

   div {
      margin:  0px; padding: 0px;
      width: auto; 
      border: 0px solid; }
   .block { display: block; }
   .float { float: left; }
   h1, h2, h3, h4, h5 {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold; background-color: inherit;
      margin: 0px; border: 0px solid; 
      padding: 0px; padding-top: 0px; padding-bottom: 0px; }
   h1 { font-size: 24px; text-align: center; }
   h2 { font-size: 20px; font-weight: normal; }
   h3 { font-size: 16px; }
   h4 { font-size: 14px; }
   h5 { font-size: 12px; }

   img {
      border: 0px solid;  }
   .imagetext { display: none; }

   .bodymain {
      background-color: transparent;
      text-align: left; width: 760px; position: relative;
      padding: 0px; margin: 5px auto;
      border: 0px solid #f0edc0;
      height: 100%;
      }

   #header {
       background-color: #000000;
       clear: both;
       float: none;
   }
   #header div, #header img{ float: left; background-color: #000000; }
   .headerRow1 { height: 93px; }
   .headerCol1 { width: 23px; }
   .headerCol5 { width: 10px; }
   #headerRow2, #headerRow2 * { height: 24px; }
   #headerRow2 { width: 100%; }
   #header_1_4 { 
      width: 30px;
      height: 93px; 
      background-image: url('../imgs/04_naglowek_link.jpg');
      background-position: 0px;
      overflow: hidden;
   }
   #header_1_4:hover { background-position: right; }
   #pasekHome {
      width: 125px;
      background-image: url('../imgs/pasek_link_glowna_03_ra.jpg');
      overflow: hidden;
   }
   #pasekCV {
      width: 44px;
      background-image: url('../imgs/pasek_link_cv_04_ra.jpg');
      overflow: hidden;
   }
   #pasekFotografia {
      width: 103px;
      background-image: url('../imgs/pasek_link_fotografia_05_ra.jpg');
      overflow: hidden;
   }
   #pasekGrafika {
      width: 81px;
      background-image: url('../imgs/pasek_link_grafika_06_ra.jpg');
      overflow: hidden;
   }
   #pasekLinki {
      width: 67px;
      background-image: url('../imgs/pasek_linki_07_ra.jpg');
      overflow: hidden;
   }
   #headerRow2 a:hover { background-position: right; }

   #content { 
      background-color: #000000; 
      border: 0px black solid;
      left: 0px;
    }
   
   #dogory { position: relative; left: 700px;}


.thumbs {
   float: left;
}

   #jslog { 
      position: absolute; 
      top: 5px; 
      left: 5px; 
      display: none; 
      background: white;
      color: black;
      font-family: monospace;
      white-space: pre;
   }

 .linktext{
    color: rgb(92,92,92);
    font-size: 9px;
 }

  #header_1_4 *.linktext{ 
  }

@media screen {
 .linktext {
  display: none; /**/
 }
}


