/*

  korrekturen.de - Font ersetzen

*/
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("korrekturen.de") {
  body, div, p, br, td, blockquote, a, input, textarea, font {
  font-family: Trebuchet MS, Segoe UI, Arial, Helvetica, Lucida Grande, Verdana, Sans-Serif !important;
  font-size: 10pt !important;
}
input[type*="button"],input[type*="submit"] {
  cursor:pointer;
}
}
