body { font-family: Comic Sans MS, Arial, Helvetica;
       font-size: 9pt
     }
h1   { font-size: 20pt;
       font-weight: bold;
     }
h2   { font-size: 16pt;
     }
h3   { font-size: 12pt;
     }
h4   { font-size: 10pt;
     }

td   { font-size: 10pt;
/*
       padding-top: 5px;
       padding-bottom: 5px;
       padding-left: 10px;
*/
     }

a    { font-size: 9pt;
       font-family: Comic Sans MS, Arial, Helvetica;
       font-weight: normal;
/*       color:#cc5500;*/
       }
a:hover { background-color: #ddcc44;
          color: #000077
        }
a:active { background-color: #ffffff;
           color: #000077
        }
a:visited { color: #000077
          }

/* JScript-Menue */
/*  css element für den Übergeordneten Menüpunkt */
.menuDiv{font-size:9pt;
         font-weight:normal;
         text-decoration:underline;
         color: #000077
        }
/* css element für den untergeordneten Menüpunkt */
.menuItemLink{ font-size:8pt;font-weight:normal; }
.subMenuHide{ display:none; }
.subMenuShow{ display:inline; }
.ctd { width:5px; height:5px; font-size:1px; }
.ctdl { width:5px; height:5px; font-size:1px; }
a.menuItemLink:link {}  /* Link css element */
a.menuItemLink:active {}
a.menuItemLink:visited {}
a.menuItemLink:hover {}
