html { overflow-x: hidden; }
body { background-image: url(images/tlo.jpg);
       background-repeat: no-repeat;
       background-attachment: scroll;
       background-position: top;
       background-color: black;
       margin: 0 auto;
       margin-top: 40px;
       padding: 0;
}

#header { margin: 0 auto;
          width: 1060px;
          height: 441px;
          overflow: hidden;
}

#container { margin: 0 auto;
             width: 1060px;
}

body>#container { background: transparent url(images/tekst_wypelnienie.png); }

* html #container { background-color: transparent;
                    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tekst_wypelnienie.png', sizingMethod='scale');
}

div.tekst { color: white;
            text-align: justify;
            font-family: arial;
            font-size: 9pt;
            margin-left: 0px;
            margin-right: 0px;
}


div.tekst1 { color: white;
            text-align: justify;
            font-family: arial;
            font-size: 9pt;
            margin-left: 140px;
            margin-right: 100px;
}


img.zdjecia { border-width: 1px;
              border-style: solid;
              border-color: #888787;
              margin-right: 10px;
              margin-left: 70px;
}

img.galeria1 {
        border-width: 1px;
        border-style: solid;
        border-color: #888787;
        margin-right: 10px;
        margin-left: 5px;
        margin-top: 15px;
  }

img.folder {
        border-width: 1px;
        border-style: solid;
        border-color: #888787;
        margin-right: 10px;
        margin-left: 35px;
        margin-top: 15px;
  }

input.pola {
        border-right: black 1px solid;
        border-top: black 1px solid;
        border-bottom: black 1px solid;
        border-left: black 1px solid;
        font-size: 10pt;
        background-color: white;
        cursor: hand;
        color: black;
        font-family: tahoma,sans-serif;
        height: 11pt;
}

input.przycisk {
        border-right: black 1px solid;
        border-top: black 1px solid;
        border-bottom: black 1px solid;
        border-left: black 1px solid;
        font-size: 9pt;
        background-color: white;
        cursor: hand;
        color: black;
        font-family: arial;
        height: 18pt;
}

textarea {
        border: black 1px solid;
        font-size: 9pt;
        font-family: arial;
        color: black;
        scrollbar-arrow-color: white;
        scrollbar-base-color: white;
        scrollbar-dark-shadow-color:white;
        scrollbar-face-color: white;
        scrollbar-shadow-color: black;
        scrollbar-track-color: white;
        background-color: white;
}

#footer { margin: 0 auto;
          width: 1060px;
          height: 245px;
          clear: both;
}


#projekt { color: white;
           text-align: center;
           font-family: arial;
           font-size: 9pt;
           margin-bottom: 20px;
 }

a { text-decoration: none;
    color: white;
}
