/* mpmvf.css                               */
/* 21.06.2003                              */
/* Daniel Mueller-Pathle                   */
/* dont_send_spam_to_this_address@empie.de */
/* 47°27,62'N   010°16,50'E                */

/** Der Inhalt der Seiten **/
body { margin-left:12px; background-color:#FFFFFF; color:#000000;
       font-size:14px;
       font-family:"Times New Roman";
     }

/** Ueberschriften **/
h1   { font-size:26px; color:#000055; font-weight:bold;   font-family:"Garamond","Helvetica"; }
h2   { font-size:20px; color:#005500; font-weight:normal; font-family:"Verdana","Arial"; }
h3   { font-size:16px; color:#005555; font-weight:normal; text-decoration:underline; font-family:"Verdana","Arial";  }


/** Das Menue **/
div.menue { position:absolute; top:10px; left:10px; height:80px; width:200px; border:2px dotted #0000aa; padding:3px; }
p.menue   { margin:0px; line-height:15px; }
h3.menue  { margin:0px; }


/** Links **/
a         { color:#aa0000; font-family:"Courier New","Monospaced";  }
a:link    { color:#aa0000; font-family:"Courier New","Monospaced";  }
a:visited { color:#aa0000; font-family:"Courier New","Monospaced";  }
a:hover   { color:#aa0000; font-family:"Courier New","Monospaced";  }
a:active  { color:#aa0000; font-family:"Courier New","Monospaced";  }


hr { width:85%; height:1px; text-align:center; color:#000000; }

/** Tabellen allgemein **/
table { border-width:0px; }
td    { font-size:14px; font-family:"Times New Roman"; }


/** Code - praeformatiert **/
pre.code  { font-size:11px; color:#000000; white-space:pre; border: 1px solid #000000; padding: 3px;
            font-family:"Courier New","Monospaced"; 
          }
pre.code span.keyword { color:#0000aa; font-weight:bold; }
pre.code span.comment { color:#555555; }


/** unsichtbarer Link **/
div.invisible           { color:#FFFFFF; position:absolute; right:100px; top:250px; }
div.invisible a         { color:#FFFFFF; }
div.invisible a:link    { color:#FFFFFF; }
div.invisible a:visited { color:#FFFFFF; }
div.invisible a:hover   { color:#FFFFFF; }
div.invisible a:active  { color:#FFFFFF; }

/** diverse Formatierungen fuer Zeilen **/
p.mp      { color:#000000; font-size:10px; margin-left:6pt; }

span.u    { text-decoration:underline; }
span.i    { font-style:italic; }


/* Ende der Datei                          */
