/** STYLE RESET **/
body, img, p, div, ul, li, table, tbody, tr, th, td, fieldset, textarea, h1, h2, h3, h4, h5, h6, select, input, form, span, dl, dt, dd, a {
  background-image: none;
  background-color: transparent;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
}




/** Allg. Klassen **/
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; height: 0px; width: 0px; line-height: 0px; font-size: 0px;}
.hidden {visibility: hidden;}
.display-none {display: none;}
