/* -------------------------------------------------------------- 
  
   Standardeinstellungen
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

html,body {height: 100%;}
body { background: #fff; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; }

/* Removes Firefox imposed outline */
a { outline: none; text-decoration: none; color: #000000;}
a:hover { text-decoration:underline;}

/* Clearing floats without extra markup  */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.hide {display:none;}

.clear_wrapper { clear: both;
    height: 0px;
    overflow: hidden;
    display: block;
}
