* { margin: 0; padding: 0; }

body {
   position: relative;
   text-align: center;
   width: 770px;
   margin: 5px auto;
   background: #9FB0FF;
   font-size: 13px;
   font-weight: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
#zawartosc {
   height: auto !important;
   height: 400px; /* IE */
   min-height: 400px;
   border: 1px solid #000000;
   padding: 5px;
   text-align: left;
   background: #ffffff;
}
#logo {
   background: url(img/1.png) left center no-repeat;
   width: 100%;
   height: 207px;
}
ul#menu {
   background: #4B69FF;
   list-style: none;
   float: right;
   width: 240px;
   padding: 2px;
}
#menu li { margin: 0 auto; }
#menu li a {
   display: block;
   width: 200px;
   padding: 2px 20px;
   text-decoration: none;
   border-bottom: 1px solid #000;
   letter-spacing: 2px;
   word-spacing: 2px;
   text-align: center;
   font-weight: normal;
   font-family: 'Courier New', monospace;
}
#menu li a:hover {
   background: #ffffff;
   border-bottom: 1px solid #000000;
}

#tresc { width: 100%; }
#tresc p { text-align: justify; padding-top: 5px; }
#stopka {
   width: 750px;
   height: 20px;
   margin-top: 10px;
   background: #ffffff;
   border: 1px solid #000000;
   font-size: 12px;
   padding: 4px 20px 0 0;
   text-align: right;
}

a { color: #000000; text-decoration: underline; font-weight: bold;}
a:hover { text-decoration: none; }

        h1
        {
        font-size:16px;
        }

