/* Start of CMSMS style sheet 'WW_fixedIntraPageMenu' */
/** FIXED MENU PRODUCTS **/
  #fixedIntraPageMenu {
    position:fixed !important;
    position: absolute;
    top: 15em; left: 2em;
    width: 145px;
    z-index:45;
    background-color: white;
  }
  html>body #fixedIntraPageMenu {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  #fixedIntraPageMenu img {
    height: 6.8em; float: right;
  }
 #Navigation {
    font-size: 14px;
    margin: 0em;padding:0.5em;
    font-weight:bold;
  }

  #Navigation li {
    font-weight:bold;
    list-style: none;
    margin: 0; padding:0em;
  }
  ul#Navigation a {
    text-decoration:none;
    display: block;
    padding: 0.2em;   
  }
  ul#Navigation a:link {
    color: black; background-color: white;
  }
  ul#Navigation a:visited {
    color: black; background-color: white;
  }
  ul#Navigation a:hover {
    color: black; background-color:  #eee;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

/** SUBMENU **/

 .Subnavigation {
margin: 0px; padding: 0em 0.5em;

  }

  .Subnavigation li {
    list-style: none;
    margin: 0;
    font-weight:bold;
    

  }
  ul.Subnavigation a {
    text-decoration:none;
    display: block;
    padding: 0.2em;
 width:100%;
  }
  ul.Subnavigation a:link {
    color: black;
  }
  ul.Subnavigation a:visited {
    color: #666;
  }
  ul.Subnavigation a:hover {
    color: black;
  }
  ul.Subnavigation a:active {
    color: white;
  }

/** CONTENT OF SUBMENU **/
 .Subcontent{
margin: 0px; padding-left: 0.5em;

  }

  .Subcontent li {
    list-style: none;
    margin: 0; 
   
  }
  ul.Subcontent a {
    text-decoration:none;
    display: block;
    padding: 0.2em;
font-weight:normal;
 width:100%;
  }
  ul.Subcontent a:link {
    color: black;
  }
  ul.Subcontent a:visited {
    color: #666;
  }
  ul.Subcontent a:hover {
    color: black;
  }
  ul.Subcontent a:active {
    color: white;
  }

/* End of 'fixed_menu' */
/* End of 'WW_fixedIntraPageMenu' */

