
/* Navigation, (Linke Spalte) */
#subnav {
           width: 23%;
           float: left;
           padding: 6em 0 0 1.5em;
           border-right: 1px dotted #aaaaaa;
           height: 52em;
        }


#menue dl {
            list-style-type: none;
            margin: 0;
            padding: 0;
            margin-left: -2em;
            padding-top: 8em;
          }


#menue dd {
            text-align: center;
            width: 10em;
            background-color: #ffffff;
            margin-bottom: 0.6em;
            font-size: 1.2em;
          }


#nonedd {
          list-style: none;
          background-color: #ffffff;
          border-style: none;
          font-size: 0.8em;
        }


#menue dd a,#menue dd a:link
         {
            display:block;
            padding:5px;
            text-decoration:none;
            color: #000000;
            min-width:15%;
            border: 1px dotted #336600;
            background-color: #ffffe0;
        }

#menue dd a:visited
              {
                color:#000000;
              }

#menue dd a:hover,#menue dd a:active,#menue dd a:focus
             {
                color: #000000;
                background-color: #ffff90;
                text-decoration: underline;
             }






#home
      {
        text-align: center;
        width: 12.4em;
        background-color: #ffff90;
        font-weight: bold;
        text-decoration: none;
      }

#home a,#home a:link
        {
            display:block;
            padding:5px;
            text-decoration:none;
            color: #000000;
            min-width:15%;
            background-color: #ffff90;
            text-decoration: underline;
            font-weight: bold;
        }

#home a:visited
        {
            color:#000000;
            text-decoration: underline;
            background-color: #ffff90;
            font-weight: bold;
        }

#home a:hover,#home a:active,#home a:hover
        {
            color: #000000;
            background-color: #ffff90;
            text-decoration: overline;
            font-weight: bold;
        }






#menue .menuehome
      {
        text-align: center;
        background-color: #ffff90;
        color: #000000;
        font-weight: bold;
      }

#menue .menuehome a,#menue .menuehome a:link
        {
            color: #000000;
            background-color: #ffff90;
            text-decoration: underline;
            font-weight: bold;
        }

#menue .menuehome a:visited
        {
            color:#000000;
            text-decoration: underline;
            background-color: #ffff90;
            font-weight: bold;
        }

#menue .menuehome a:hover,#menue .menuehome a:active,#menue .menuehome a:hover
        {
            color: #000000;
            background-color: #ffff90;
            text-decoration: none;
            font-weight: bold;
        }

