/*
* This file belongs to it-fitness
* author: Christoph Franz - WE DO / franz@we-do.eu
* reset CSS
*/

* { margin: 0; padding: 0; }
a img { border: 0; }
img { vertical-align: middle; }
li, ol{	list-style:none;}

.container:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.container { display: inline-block; }
/* start commented backslash hack \*/
* html .container { height: 1%; }
.container { display: block; }
/* close commented backslash hack */


html{
	font-size:62.5%;
}

body{
	font: normal 1em Verdana, Sans-Serif;
	color:#87888a;
	background: #ffffff;
}

/*html5*/
header, section, footer, aside, nav, article, figure {  
    display: block;  
    
} 

.stopFloat {
  display: block;
  clear: both;
  float: none;
  height: 0em;
  font-size: 0em;
  line-height: 0em;
  overflow: hidden;
}

.unsichtbar{
  position: absolute !important;
  top: -10000px !important;
  left: -10000px !important;
  height: 1px !important;
  width: 1px !important;
}








