   /* 
    *
    * Adapted from air-sea.css style by Jacek Piskozub <piskozub@iopan.gda.pl>
    */
    


   BODY {
     color: #000;
     background: #eee;
   /*  background-position: 100% 100%; */
     margin-left: 5%;
     margin-right: 4.5em;
     font-family: sans-serif, "Arial", "Helvetica";
     line-height: 1.4;
     font-size: medium;
   }

   TD, TH { /* ns workaround */
     font-family: "Arial", "Helvetica", sans-serif;
     line-height: 1.35;
   }

   h1 { color: #025c7f; font-weight: bold; font-size:2em;  }
   /* h1:first-line { color: #025c7f } */
   h2 {
     color: black;
     text-shadow: 1px 1px black;
     text-align: right;
     font-variant: small-caps;
     font-weight: bold;
     margin-top: 0;
     margin-right: 1.5em;
     font-size: 125% /*200%*/;
   }

   A:link { color: #000; /* border: none -- breaks NS 4.x */ }

   A:visited, A:active { color: #000; /* border: none -- breaks NS 4.x */ }

   A:link IMG, A:visited IMG { border-style: none }

   A IMG { color: white } /* The only way to hide the border in NS 4.x */

   /* Should be a:visited:hover, a:link:hover but Opera Linux
      doesn't support that yet */
   a:hover {
     background: #CF9;
   }


   .hide {
     display: none;
     color: white;
   }


   /* Why o why does this break Netscape 4.x?
   IMG {
     border: none
   }
   */

   P.map-also { font-style: italic; margin-left: 15%; text-align: right }

   UL, UL LI { /*margin-left: 0;*/ list-style: disc; margin-bottom:0.8em; }

   P + P { text-indent: 1.5em; margin-top: 0 }

   P { margin-top: 1em; margin-bottom: 0 }

   UL, OL { margin-top: 0.5em }

   PRE { margin: 1em 0 1em 1.5em; color: #603 }


   hr {color:#000}



   div.back {
     clear: both;
     page-break-before: always;
     margin: 3em -0.75em 3em 1em;
     padding: 1.2em;
   }
   /* I'd like to use
      background: transparent url(semi4x4.png)
      but semi-transparent backgrounds seem to slow down the various
      browsers a lot... */
   div.back {background: #567}
   div.section div.back {background: #777}

   /* border-radius is not a CSS property, but a proposal for CSS3.
    * Mozilla has implemented it in an experimental fashion, which is used
    * here to show the expected effect in the future.
    */
   div.back, div.section {
   /*  border-radius: 4em 2em; */
     -moz-border-radius: 4em;
   }
   div.section {
     background: white;
     margin: -3em 0 0 -3em;
     padding: 1.5em;
     border: thin solid #999;
     text-align: justify;
   }


   div.section a:link, div.section a:visited {
     color: black;
     font-style: italic;
     text-decoration: underline;
   }
   div.people a:link, div.people a:visited {
     color: black;
     font-style: normal; 
     text-decoration: underline;
   }
   
   div.podpis {
     font-size: 75%;
   }

   img.home {
     border: medium none ;
   }