/* mbv.css */
/* Style-Sheet Defenitionen */
/* Copyright by Sascha Bormann */
/* sascha.bormann@01019freenet.de */

/*<title>Titel der Datei</title>
  <link rel=stylesheet type="text/css" href="formate.css">
  <style type="text/css">
  <!--
    ... Extra-Style-Sheet-Angaben ...
  //-->
  </style>
  </head> */


body { margin-top:0px; margin-bottom:10px; }
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }

h1 { font-size:18pt; }

h2 { font-size:16pt; }

h2.sh2 { font-size:16pt; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

h4 { font-size:10pt; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

form { font-size:10pt }

pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }
/* Netscape <> MSIE */
.code { background-color:#FFFFE0; }
/* Farbe sollte gleich sein wie bei td.xmpcode */

td.xplcode { background-color:#EEEEFF; }

.doc { background-color:#EEEEEE; }

.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; }

pre.normal { color:#000000; }

a:link { color:#333333; text-decoration:underline; }
a:visited { color:#333333; text-decoration:underline; }
a:active { color:#333333; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }

