body {
     background-color: #fff;
     color: #000;
     padding: 0;
     margin: 0 auto 10px auto;;
     text-align: center;
     font-family: Arial, Georgia;

     font-size: 12px;
     }
     
div {
     padding: 0;
     margin: 0;
     background-color: #000;
    }

img {
    border: none;
    margin: 0;
    padding: 0;
    }
    

#top{
     width: 1001px;
     height: 202px;
     text-align: center;
     margin: 0 auto;
     overflow: hidden;
     }
     
#under-top{
           width: 1001px;
           height: 72px;
           text-align: center;
           margin: 0 auto;
           overflow: hidden;
           }
             
#menu{
      width: 1001px;
      height: 16px;
      text-align: center;
      margin: 0 auto;
      overflow: hidden;
      }
             
#menu a{
        height: 15px;
        display: block;
        float: left;
        text-align: left;
        }
             
#menu a#onas {
            background: url(graphics/onas.jpg);
            width: 64px;
            }
	
#menu a#onas:hover {
                    background: url(graphics/onas.jpg) 0 -15px;
                    }
                    
#menu a#inwestycje {
                   background: url(graphics/inwestycje.jpg);
                   width: 108px;
                   }
	
#menu a#inwestycje:hover {
                          background: url(graphics/inwestycje.jpg) 0 -15px;
                         }
                         
#menu a#partnerzy {
                   background: url(graphics/partnerzy.jpg);
                   width: 98px;
                   }
	
#menu a#partnerzy:hover {
                          background: url(graphics/partnerzy.jpg) 0 -15px;
                         }
                         
#menu a#kontakt {
                   background: url(graphics/kontakt.jpg);
                   width: 81px;
                   }
	
#menu a#kontakt:hover {
                          background: url(graphics/kontakt.jpg) 0 -15px;
                         }
                         
#under-menu{
           width: 1001px;
           height: 33px;
           text-align: center;
           margin: 0 auto;
           background-image: url(graphics/under-menu.jpg);
           background-repeat: repeat-x;
           overflow: hidden;
           }
           
#content{
           width: 1001px;
           text-align: center;
           margin: 0 auto;
           background-color: #fff4d9;
           overflow: hidden;
           }
           
#content p{
           font-family: Arial, Georgia;
           font-size: 12px;
           margin: 5px 248px 5px 140px;
           text-align: justify;
           color: #000;
           line-height: 18px;
         }
         
#content a{
           text-decoration: underline;
           color: #7D2501;
         }

#content a:hover{
                 text-decoration: underline;
                 color: #F48100;
                 }
         
#content ul{
          margin: 0;
          padding: 0 70px 0 35px;
          }


#content ul li{
            font-family: Arial, Georgia;
            text-align: justify;
            font-size: 12px;
            margin: 5px 140px 5px 140px;
            padding: 0;
            }
            
 #content h1{
             text-align: left;
             margin: 20px 248px 0 140px;
             font-size: 14px;
             line-height: 18px;
             color: #666666;
             font-family: Calibri, Arial, Georgia;
             }
         
#bottom{
           width: 1001px;
           height: 23px;
           text-align: center;
           margin: 0 auto;
           background-image: url(graphics/bottom.jpg);
           background-repeat: repeat-x;
           overflow: hidden;
           }

#under-bottom{
           width: 1001px;
           height: 179px;
           text-align: center;
           margin: 0 auto;
           overflow: hidden; z
           }
           
#foot{
      margin: 0 auto;
      width: 1001px;
      height: 20px;
      text-align: center;
      padding-top: 4px;
      background: none;
      }


#foot p{
      text-align: center;
      font-size: 10px;
      color: #000;
      margin: 0;
      padding: 0;
      }

#foot a{
      color: #000;
      text-decoration: underline;
      }

#foot a:hover{
              text-decoration: underline;
              color: #F48100;
              }
              
table#formularz {
                 background: none;
                 color: #000000;
                 text-align: left;
                 width: 400px;
                 margin: 5px 248px 5px 140px;
                }

table#formularz td{
                   text-align: left;
                   margin: 0;
                   padding: 0;
                  }
table#formularz td p{
                     margin: 10px 0 0 0;
                     padding: 0;
                     text-align: left;
                     width: 100%;
                     }

input {
       background: #FEFEFE;
       color: #000000;
       padding: 2px;
       font-size: 12px;
       margin: 0;
       }

textarea {
          background: #FEFEFE;
          color: #000000;
          font-size: 12px;
          }


