/* WIF-Stylesheet-Definitionen */


/* Normale Links */

 a:link
 {
   text-decoration: underline;
   color: #0055CC;
 }

 a:visited
 {
   text-decoration: underline;
   color: #0044BB;
 }

 a:hover
 {
   color: #4477EE;
   text-decoration: underline;
 }


/* Glossar-Links */

 a.gl:link
 {
   text-decoration: none;
   font-style: none;
   color: #224488;
 }

 a.gl:visited
 {
   text-decoration: none;
   font-style: none;
   color: #224488;
 }

 a.gl:hover
 {
   text-decoration: none;
   font-style: none;
   color: #4466AA;
 }


/* Zusaetze fuer Links in Navileiste unter den Seiten */

 a.navi:link
 {
   text-decoration: none;
   font-style: none;
 }

 a.navi:visited
 {
   text-decoration: none;
   font-style: none;
 }

 a.navi:hover
 {
   text-decoration: none;
   font-style: none;
   color: yellow;
   background: #0055BB;
 }


/* Normaler Text und normale Aufzählungen */

 p,li
 {
   font-family: "Arial", "Helvetica", "Monaco";
   font-size: 12.0pt;
   color: black;
 }

 /* Fußabstand bei Aufzählungen */
 li
 {
   margin-bottom:6.0pt;
 }


/* "Typewriter" (Monospace) Passagen */

 p.Typewriter
 {
   font-family: monospace;
   font-size: 12.0pt;
   line-height: 14.0pt;
   text-decoration: none;
 }


/* Linklisten udn Aufzählung von Linklisten */

 p.Linkliste,li.linkliste
 {
   font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
   font-size: 12.0pt;
   text-decoration: none;
   margin-bottom: 4.0pt;
 }


/* Text mit Rand (fuer Navigationsfooter) */

 p.border
 {
   font-family: "Arial", "Helvetica", "Monaco";
   font-size: 10.0pt;
   text-decoration: none;
   text-align: center;
   color: black;
   width: 100%;
   border: solid black 1pt;
   padding: 1pt;
 }


/* "Ansicht"-Links */

 p.ansicht
 {
   font-family: "Arial", "Helvetica", "Monaco";
   font-size: 8.0pt;
   text-decoration: none;
   text-align: center;
   color: black;
   width: 100%;
 }


/* Hauptueberschriften */

 h1
 {
   font-family: "Arial", "Helvetica", "Monaco";
   font-size: 22.0pt;
   text-align: center;
   text-decoration: underline;
   color: black;
 }


/* Grosse Bereichsueberschriften */

 h2
 {
   font-family: "Arial", "Helvetica", "Monaco";
   font-size: 18.0pt;
   text-decoration: none;
   color: black;
   border: solid black 1pt;
   padding: 2pt;
 }


/* Kleine Bereichsueberschriften */

  h3
  {
    font-family: "Times New Roman", "Times", "New York";
    font-size: 16.0pt;
    text-decoration: none;
    color: black;
  }

