html {
     height: 100%;
}
body {
     font-family: Tahoma, Arial, sans-serif;
     font-size: 11px;
     color: #000;
     background-color: #F3F4F4;
     background-image: url('gfx/bg.gif');
     background-repeat: repeat-x;
     margin-top: 20px;
     padding-bottom: -50px;
}
/* ELEMENTY STRONY */

p {
     margin-bottom: 15px;
     margin-top: 0;
}


img {
     border: 0;
}


a, a:visited {
     text-decoration: underline;
     color: #000;
} 

a:hover {
     text-decoration: none;
}

/* - - - - - - - - - - - - - - - */

#main {
     width: 692px;
     margin: 0 auto;
}

#logo {
     width: 427px;
     float: left;
}

#logo a {
     border: 0;
     text-decoration: none;
}

#menu {
     width: 265px;
     float: right;
     padding-top: 10px;
}

#menu ul {
     width: 265px;
     font-size: 13px;
     font-weight: bold;
     padding: 0;
     margin: 0 0;
     list-style-type: none;
}

#menu li {
     display: block;
     width: 265px;
     margin: 0 0;
     padding: 0;

}

#menu li a {
     color: #fff;
     display: block;
     width: 259px;
     text-indent: 8px;
     margin-bottom: 7px;
     padding: 3px;
     text-decoration: none;
     background-image: url('gfx/menu_bg.gif');
     background-repeat: no-repeat;
}

#menu li a:hover {
     background-image: url('gfx/menu_bg2.gif');
     background-repeat: no-repeat;
     text-indent: 14px;
}


#glowna {
     width: 692px;
     height: 127px;
     background-image: url('gfx/top.gif');
     background-repeat: no-repeat;
}

#glowna h2 {
     font-family: Tahoma, Arial, sans-serif;
     font-size: 11px;
     color: #6D6E6E;
     padding-top: 11px;
     padding-right: 20px;
     text-align: right;
}
#glowna h1 {
     font-family: Tahoma, Arial, sans-serif;
     font-size: 15px;
     margin-bottom: 15px;
     margin-top: 5px;
     padding-bottom: 5px;
     color: #000;
     border-bottom-width: 1px;
     border-bottom-color: #000000;
     border-bottom-style: solid;

}

#tekst {
       padding-left: 20px;
       padding-top: 40px;
     text-align: justify;
     letter-spacing: 0.1em;
     line-height: 1.4em;
     font-size: 12px;
      float: left;
      width: 365px;
}

#tekst01 {
       padding-left: 20px;
       padding-top: 40px;
       padding-right: 20px;
     text-align: justify;
     letter-spacing: 0.1em;
     line-height: 1.4em;
     font-size: 12px;
     float: left;
      width: 624px;
}

#obrazki {
       padding-top: 40px;
       padding-right: 20px;
      margin: 5px;
      float: right;
      width: 259px;
}

#stopka {
     width: 692px;
     height: 127px;
     padding-top: 95px;
     padding-left: 20px;
     background-image: url('gfx/bottom.gif');
     background-repeat: no-repeat;
     clear: both;
}

#stopka p {
     padding: 0;
     margin: 0 0;
}

