@charset "utf-8";
/* CSS Document */

  .email>ins:before {content: "@"; text-decoration: none}
  .email del {text-decoration: none}
  .email>del {display: none}
  *:first-child+html .email>del {display:inline}  /* Workaround fuer IE 7 */

.email {
/* Styledefinitionen für eMail-Link */
}