body { font-size: 62.5%; background-color: #fff; color: #000;}
* {  margin: 0;  padding: 0;  font-size: 1em;  font-weight: normal;  font-family : Arial, Helvetica, Geneva, sans-serif;  }

a { color: #666;}
a:hover { text-decoration: none;}
strong, strong a { font-weight: bold; }
img { border: none;}

p.abgeschwaecht { color: #666 !important;}

/* ===== Traditional Clearing =====*/
.klaerchen { clear: both; line-height: 0px; font-size: 1px; height: 0px; }

/* =========== modern clearing ========== */
/* =========== http://www.positioniseverything.net/easyclearing.html ============== */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* ================== adjustment of a RedDot-bug in the texteditor ==============================*/
dt { display: inline; height: 0; width: 0;}

/* ========== */
 p.textlink a, p.textlink2 a, p.textlink3 a {   color: #039; font-size: 1em; line-height: 14px; display: block; text-decoration: none;} 
 p.textlink a:hover, p.textlink2 a:hover, p.textlink3 a:hover {   text-decoration: underline !important;}
