              * {
                    text-decoration: none;
                    border: 0;
                    padding: 0;
                    margin: 0;
                    outline: none;
                }
            
            
                  html {
                      overflow-y: scroll;
                  }
   
                a {
                    color: #111;
                }
                
                html {
                  height: 100%;
                }
            
                body {
                    font-family: Helvetica;
                    color: #111;
                    font-size: 12px;
                    line-height: 20px;
                    text-align: center;
                        height: 100%;
                    background: #33adfa url("../images/white.png") top center;
                }
                
                #container {
                  width: 1000px;
                  text-align: left;
                  margin: 0px auto;
                }
                
                #leftpart {
                   margin-top: 40px;
                  width: 320px;
                  float: left;
                  margin-right: 40px;
                  display: inline;
                       
                }
                
             #rightpart {
                   margin-top: 40px;
                  width: 640px;
              height: 100%;
                  float: left;
                  display: inline;
                }
                
                h1#logo {
                  width: 320px;
                  height: 60px;
                  background: url("../images/alboalbologo.gif") no-repeat;
                }
                
                h1#logo a {
                  width: 320px;
                  height: 60px;
                  display: block;                  
                }
                
                h1#logo a span {
                  margin-left: -1500px;
                }
                
                ul#menu {
                  margin-top: 43px;
                  list-style: none;
                  margin-left: 33px;
                  width: 167px;
                  height: 80px;
                  background: url("../images/paski.gif") no-repeat 0px -5px;
                }
                
                ul#menu li {
                  height: 20px;
                  width: 167px;
                }
                
                ul#menu li a {
                  background: #fff;
                  padding-left: 37px;
                  height: 20px;
                  width: 130px;
                  display: block;
                  font-size: 16px;
                }
                
                ul#menu li a.active {
                  background: none;
                }
                
                ul#menu li a:hover {
                  background: none;
                }
                
                
                
                h2 {
                  font-size: 28px;
                  font-style: italic;
                  font-weight: normal;
                  line-height: 32px;
                  line-height: 32px;
                  width: 460px;
                  height: 200px;
                  margin-left: 180px;
                  margin-top: 100px;
                }
                
                p {
                  font-size: 15px;
                  width: 440px;
                }
                
               
                
                h3 {
                  font-size: 20px;
                  font-weight: normal;
                  padding-right: 15px;
                  display: block;
                  width: 190px;
                  height: 40px;
                  background: url("../images/arright.gif") no-repeat right 7px;
                  margin-bottom: 20px;
                }
                
                #wrapper {
                  width: 100%;
                  min-height: 100%;
                  background-repeat: no-repeat;
                  background-position: bottom;
                }
                
                #clear {
                  width: 100%;
                  height: 20px;
                  clear: both;
                }
                
                #wojtek {
                  background: url("../images/wojtek.gif") -600px no-repeat;
                  
                }
                
                #space {
                  width: 190px;
                  height: 20px;
                  clear: both;
                }
                
                #agata {
                  background: url("../images/agata.gif") -600px no-repeat;
                }
                
                  #wojtek, #agata {
                        cursor: pointer;
                  }

                
                h3 span {
                  font-size: 15px;
                  font-weight: normal;
                }
                
                p.ludzie {
                  width: 280px;
                  font-size: 12px;
                }
                
                p.ludzie a {
                  color: #111;
                  text-decoration: underline;
                }
                
                p.ludzie a:hover {
                  text-decoration: none;
                }
                
                #kontakt {
                  width: 520px;
                }
                
                #kontakt .col {
                  width: 260px;
                  float: left;
                }
                
                label {
                  font-size: 12px;
                  width: 260px;
                }
                
                input {
                  width: 258px;
                  background: #ee2953;
                  border: 1px solid #111;
                  padding-top: 5px;
                  height: 18px;
                  margin-bottom: 15px;
                  font-family: Helvetica, sans-serif;
                  font-size: 12px;
                }
                
                textarea {
                  width: 258px;
                  background: #ee2953;
                  border: 1px solid #111;
                  height: 100px;
                  margin-bottom: 15px;
                  font-family: Helvetica, sans-serif;
                  font-size: 12px;
                }
                
                
                #kontakt .col p {
                  width: 240px;
                  font-size: 14px;
                  margin-bottom: 20px;
                }
                
                #kontakt .col p#dane {
                  font-size: 11px;
                }
                
                #kontaktcol {
                  background-repeat: no-repeat;
                
                }
      
                #submitForm {
                  font-size: 14px;
                  font-weight: bold;
                  text-transform: uppercase;
                }
                
                #dolacz {
                  display: none;
                }
              
