/* Zentrale Formate für mmv-fw.de */

a:link    {text-decoration:none; }
a:visited {text-decoration:none; }
a:focus   {text-decoration:underline; }
a:hover   {text-decoration:underline; }
a:active  {text-decoration:underline; }

/* Folgende Zeile so früher so aus:

li>a {color:#ffffff;}

Damals war es auch nicht noetig, eine Klasse namens liste einzufuehren.
Das wurde wegen des > aber vom IE6 noch nicht verstanden. */

a.liste {color:#ffffff;}

/* Folgende Zeile so früher so aus:

li#betont>a {color:#fb714d;
             font-weight:bold;}

Das wurde wegen des > aber vom IE6 noch nicht verstanden.
Deshalb habe ich es weggelassen, was bei einer ID allerdings kein Problem ist. */


li#betont a {color:#fb714d;
             font-weight:bold;}

td#inhalt a:link    {color:#000000; text-decoration:underline;}
td#inhalt a:visited {color:#000000; text-decoration:underline;}
td#inhalt a:focus   {color:#0000ff;}
td#inhalt a:hover   {color:#0000ff;}
td#inhalt a:active  {color:#0000ff;}


body {color:#000000;
      font-family:arial,helvetica,sans-serif;
      margin:0px;}


h1  {color:#eb613d;
     font-family:times;
     font-size:30pt;
     font-variant:small-caps;
     margin:0%;
     text-align:center;}

h1.untertitel {color:#2300dc;
               font-size:14pt;}

h2 {font-size:14pt;
    color:#ffffff;}

td#inhalt>h2 {color:#000000; }

h3 {font-size:14pt;
    font-weight:normal;
    color:#000000;}

p  {font-size:12pt;
    text-align:justify;}


td#inhalt {padding:3%;
           position:relative; 
           vertical-align:top;}


ul {color:#ffffff;
    font-size:14pt;
    list-style-type:none;
    margin:0pt;
    padding:3pt;}

table#inhalt {font-size:12pt; }
