/*--------------------------------------------------------
      http://www.karin-hakl.at/
      autor: sabine riepl, holzweg ecommerce solutions, www.holzweg.com
      version: 2006-04-05
      inhalt: hauptmenü
--------------------------------------------------------*/

/* =-=-=-=-=-=-=-[ hauptmenue ]-=-=-=-=-=-=-=- */

#mainbar{
         height: 183px;
         width: 226px;
         border: 0px solid red;
         }

        #mainbar ul{
                 list-style-type: none;
                 /* top right bottom left */
                 padding: 8px 0px 0px 17px;
                 /* top right bottom left */
                 margin: 0px 0px 0px 0px;
                 color: #220B3E;
                 font-size: 14px;
                 font-weight: bold;
                 border: 0px solid blue;

                /* list-style: inside url(../images/navigation/button_pfeil.gif);*/
                 width: 194px;
                 height: 38px;

                 
        }

                /*-- aktiv button --*/
                #mainbar li{
                       margin: 0px 0px 0px 0px;
                       /*- top right bottom left -*/
                       padding-top: 8px;
                       padding-bottom: 0px;
                       padding-left: 25px;
                       padding-right: 0px;
                       height: 38px;
                       width: 170px;
                       font-size: 14px;
                       color: #220B3E;
                      /* border-bottom: 1px solid #E5E5E5;*/
                       text-decoration: none;
                       background-image: url(../images/navigation/HauptNav.gif);
                       background-repeat: no-repeat;
                }
                        #mainbar li a:link{
                                      display: block;
                               margin: 0px;
                               padding: 0px 0px 0px 0px ;
                               width: 170px;
                               font-size: 14px;
                               color: #220B3E;
                               text-decoration: none;
                        }
                        #mainbar li a:visited{
                                      display: block;
                                      font-size: 14px;
                               margin: 0px;
                               width: 170px;
                               color: #220B3E;
                               text-decoration: none;
                        }
                        #mainbar li a:hover{
                                      display: block;
                               margin: 0px;
                               font-size: 14px;
                               width: 170px;
                               color: #220B3E;
                               text-decoration: none;
                        }
                
/* =-=-=-=-=-=-=-[ FUNKTIONALE NAVIGATION OBEN ]-=-=-=-=-=-=-=- */

#funkNav {
      float:left;
      width:100%;
      background:#fff;
      font-size: 11px;
      line-height:normal;
      }
      
    #funkNav ul {
          /*-- top right bottom left --*/
          margin:0;
          padding:0px 0px 0 0px;
          list-style:none;
          border-top: 3px solid #A2A2A2;
      }
            #funkNav li {
              display:inline;
              margin:0;
              padding:0;

              }
            #funkNav a {
              float:left;
              /*-- top right bottom left --*/
              margin:0;
              /*-- top right bottom left --*/
              padding:0 0 0 0px;
              text-decoration: none;
              }
            #funkNav a span {
              float:left;
              display:block;
              /*-- top right bottom left --*/
              padding: 2px 5px 5px 5px;
              color:#666;
              text-align: left;
              border-right: 1px solid #D4D4D4;
              }
            /* Commented Backslash Hack hides rule from IE5-Mac \*/
            #funkNav a span {float:none;}
            /* End IE5-Mac hack */
            #funkNav a:hover span {
              color:#A2A2A2;
              }
            #funkNav a:hover {
              background-position:0% -42px;
              }
            #funkNav a:hover span {
              background-position:100% -42px;
              }

/* =-=-=-=-=-=-=-[ SUBMENUE ]-=-=-=-=-=-=-=- */

#submenue{
          color: #999;
          font-size: 12px;
          /* top right bottom left*/
          margin: 0 0 0 15px;
          border: 0px solid red;
}

        #navlist{
                padding-left: 0;
                margin-left: 0;
                width: 200px;
                }

        #navlist li{
                border: 0px solid red;
                list-style: none;
                margin: 0;
                /*- top right bottom left -*/
                padding: 7px 7px 7px 10px;
                border-bottom: 1px dotted #E8E8E8;


                }

                #navlist li a {
                         text-decoration: none;
                         color: #999;
                         }
                #navlist li:link {
                         text-decoration: none;
                         color: #999;
                         }
                #navlist li a:visited {
                         text-decoration: none;
                         color: #999;
                         }
                #navlist li a:hover{
                         text-decoration: none;
                         color: #ccc;
                         }
.submenue{
          background-repeat: no-repeat;
}


/* =-=-=-=-=-=-=-[ FOOTER, FUSSZEILE]-=-=-=-=-=-=-=- */

#footer {
      float:left;
      width:100%;
      padding-top: 30px;
      padding-left: 15px;
      background:#fff;
      font-size: 11px;
      line-height:normal;
      }

    #footer ul {
          /*-- top right bottom left --*/
          margin:0;
          padding:0px 0px 0px 150px;
          list-style:none;
          border-top: 6px solid #D4D4D4;
      }
            #footer li {
              display:inline;
              margin:0;
              padding:0;

              }
            #footer a {
              float:left;
              /*-- top right bottom left --*/
              margin:0;
              /*-- top right bottom left --*/
              padding:0px 0px 0px 0px;
              text-decoration: none;
              }
            #footer a span {
              float:left;
              display:block;
              /*-- top right bottom left --*/
              padding: 2px 5px 5px 5px;
              color:#666;
              text-align: left;
              border-right: 1px solid #D4D4D4;
              }
            #footer a span b{
                    color:  #cccccc;
                    font-weight: normal;
                    text-decoration: none;
                    border-right: none;
                    font-size: 11px;
            }
            /* Commented Backslash Hack hides rule from IE5-Mac \*/
            #footer a span {float:none;}
            /* End IE5-Mac hack */
            #footer a:hover span {
              color:#A2A2A2;
              }
            #footer a:hover span b{
                    color: #A2A2A2;
                    font-size: 11px;
            }
            #footer a:hover {
              background-position:0% -42px;
              }
            #footer a:hover span {
              background-position:100% -42px;
              }