/* formate_m.css */

  * { border: 0px; border-style: none; }

  div.liste { list-style-position:outside;
              margin-top:0px; margin-left:0px;
            }

  div.hr { color:#999900; height:1Px;
  margin-right:0; text-align:right; border:0px; }


  body { font-family:Trebuchet MS, Arial,sans-serif; color:#808080; font-size:0.35cm;
  background-color:#f0f0f0;
  background:linear-gradient(to left, #fafafa, lightgrey)
  /* background:linear-gradient(to right, #fafafa, lightgrey) */
  }

/*border-style: none; border: 0px;
  a { font-family:Trebuchet MS, Arial,sans-serif; color:#808080; font-size:13px; }
*/

  a:link    { text-decoration:none;      color:#999900; }
  a:visited { text-decoration:none;      color:#999900; }
  a:hover   { text-decoration:underline; color:#006699; }
/*
  a:link    { text-decoration:none;      color:green; }
  a:hover   { text-decoration:underline; color:red; }
  a:visited { text-decoration:none;      color:darkgrey; }
  a:active  { text-decoration:italic;    color:#d20404; }
  a:focus   { text-decoration:italic;    color:#d20404; }
*/
  li.treeMenu_opened ul {
    display: block;
  }
  li.treeMenu_closed ul {
    display: none;
  }

/* li { list-style-image:url(/images/arrowrt_006699.gif); } */
/* ul#menu  { list-style-image:url(/images/arrowrt_006699.gif); } Standardpfeil blau */
/* a:hover#group { color:#990; } */
  ul.umenu { margin-left: -20px; } /* margin-bottom:10px / wg. zu grosser ul-Standardeinrückung: margin-left */
  li.link { list-style-image:url(/images/arrowrt_669999.gif); } /* */
  li.head { list-style-image:url(/images/arrowrt_999900.gif); }
  a.group { color:#990; cursor: url(images/cursors/SyncPoint.cur), pointer; }
  ul.none { list-style-type:none; } /* für das Kleingedruckte unter dem Menu */
