/* CSS zur Textformatierung und Tabellengestalltung. */

body {background-image:url("backg/sohle01.jpg");
      background-color:white;
      font-family:12pt,arial;}

/*  Tabelle */
table {width:530;
       border-collapse:collapse;
       border:0 solid black;}

tr:hover{background-color:#f5f5f5}

/*  Links */
a:link {color:red;}

a:visited {color:red;}

a:hover {color:black;}

a:active {color:red;}

/*  Absätze */
p    {font-family:Arial;
      font-size:10.0pt;}

p.fe {font-family:Arial;
      font-size:10.0pt;
      font-weight:bold;}

p.un {font-family:Arial;
      font-size:8.0pt;
      font-weight:bold;
      color: red;}