/*
************************************************************
Styles:     flix//reset
Copyright:  (c)  Interaktiv Manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/
/* Styles normalisieren
*********************************************************** */
* {
   padding:0;
   margin:0
}

/* gegen Springen der Seite im Browser */
html {
   height:100%;
   padding:0
}

h1,h2,h3,h4,h5,h6 {
   font-size:14px;
   font-weight:400
}

ol,ul {
   list-style:none
}

address,caption,cite,code,dfn,em,strong,th,var {
   font-style:normal;
   font-weight:400
}

table {
   border-collapse:collapse
}

fieldset,img {
   border:0
}

caption,th {
   text-align:left
}

.clear {
   clear:both
}