/*
************************************************************
Styles:     flix//reset
Autor:      Thomas Tiedtke
Copyright:  (c) 2014 Interaktiv Manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/

/* Styles normalisieren
*********************************************************** */


* {
   padding:0px;
   margin:0px;
}
/* gegen Springen der Seite im Browser */
html {
   height: 100%;
   padding: 0 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
   font-size:14px;
   font-weight: normal;
}
ol, ul {
   list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
   font-style:normal;
   font-weight:normal;
}
table {
   border-collapse: collapse;
}
fieldset, img {
   border:0;
}
caption, th {
   text-align: left;
}

.clear{
   clear:both;
}
