html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% tahoma, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, tr, td {
        margin: 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin: 0em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
        margin: 0;
        padding: 0;
}

.neobtekat:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
   }
   
 a img {
  border: none;
  }
  
.clearfix {
  clear: both;
  } 
   
/*ie7 hack*/
*+html .neobtekat {
  height: 1%;
   }   

  

