/* formate_m1.css = Links mit imgages */

  * { 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: 13px;
//font-size:0.35cm;
  background-color:#f0f0f0;
//background:linear-gradient(to left, #f0f0f0, lightgrey)
  /* background:linear-gradient(to right, #fafafa, lightgrey) */
  }
  img { width: 100%; height: auto; }

/*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;
  }

1px 1px 1px
2px 2px 2px
3px 3px 3px
4px 4px 4px
5px 5px 5px
*/

#menu {
//width: 120%;
width: 200px; //must be

//border-style: solid solid none solid;
//border-style: none;
//border-color: #94AA74;
//border-size: 1px;
//border-width: 1px;
//border-top-right-radius: 5px;
//border-bottom-right-radius: 5px;
  text-shadow: 3px 3px 3px #999;

//margin: 10px;
margin-left: -20; //must be
/margin-top: -5;
//margin-left: -10%;
  opacity: 1.0;
//z-index: 9;
}

//#menu .head a:hover{ background: url(images/menu4.gif); }

#menu li a {
  //height: 32px;
  //voice-family: "\"}\"";
  //voice-family: inherit;
height: 24px;
//height: 100%;
  text-decoration: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

#menu li a:link, #menu li a:visited {
  color: #880; //#5E7830;
  display: block;
  background: url(images/menu1.gif);
  padding: 8px 0 0 10px;
margin-bottom: 1;
}

#menu li a:hover {
  color: #5E7A33; //#5E7A33; //#26370A;
  background: url(images/menu2.gif); //0 -32px;
  padding: 8px 0 0 10px;
}

#menu .umenu li a:hover {
  background: url(images/menu2k.gif); //hier kommt das verkürzte gif rein
}

#menu #umenu2 li a:hover {
  background: url(images/menu2kk.gif); //hier kommt das doppelt verkürzte gif rein
}

#group li a:focus {
  color: #5E7A33;
//background: url(images/menu2r.gif); //geht nich
  padding: 8px 0 0 10px;
}

#menu li a:active {
  color: #5E7A33; //#5E7A33; //#26370A;
  background: url(images/menu3.gif); // 0 -64px;
  padding: 8px 0 0 10px;
}

#menu .umenu li a:active {
  background: url(images/menu3k.gif); //hier kommt das verkürzte dunkle gif rein
}

#menu #umenu2 li a:active {
  background: url(images/menu3k.gif); //hier kommt das doppelt verkürzte dunkle gif rein
}

#menu ul {
//background-color: yellow;

//background:linear-gradient(to right, #B8BFA6, #fafafa);
  list-style: none;
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

li.group {
  color: #F55050;
}

.umenu li {
  margin-left: 10;
  //color: #006699;
}

#menu a.group {
  cursor: url(images/cursors/SyncPoint.cur), pointer;
//background: url(images/menu4.gif); //hier kommt das doppelt verkürzte gif rein
}

/*
  ul.umenu { margin-left: 20px; }
  li.link { list-style-image:url(/images/arrowrt_669999.gif); }
  li.head { list-style-image:url(/images/arrowrt_999900.gif); }
  ul.none { list-style-type:none; }
*/
