/* CSS Style-Sheet fuer den Navigationsbereich */
td   { font-family: sans-serif; font-size: 10pt; vertical-align: middle; }

/* menue title / category header */
.mt  { font-family: sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none;
        vertical-align: middle; background: #99cc00; color: #006000; padding:1px; padding-left:8px;
        border-style:solid; border-width:0px; border-top-width:0px; border-color:#66ff00}
/* active menue item */
.ami { font-family: sans-serif; font-size: 8pt; font-weight: normal; text-decoration: none;
        vertical-align: middle; color: #006000; }
/* link in active menue item */
.ami a    { color: #000000; font-family: sans-serif; font-size: 8pt;
                font-weight: normal; text-decoration: none; } 
/* passive menue item */
.pmi { font-family: sans-serif; font-size: 8pt; font-weight: normal; text-decoration: none;
        vertical-align: middle; color: #888888; }

/* area of nav menue */
.area {background-color:#fFfFfF; padding:2px; border-spacing:0px; border-width:0px;}

