

/* ------------------- Navigationen LEFTmenu ---------------------- */
/* --------------------------------------------------------------------- */

OL, UL, DIV {
  font-family: verdana;
  font-size: 12px;
  line-height: 21px;
}


.menu1 {
  background-image: url(http://knr.gl/fileadmin/template/main/images/bg_menu1.jpg);
  background-repeat: repeat-x;

  width: 200px;
/*   height: 420px; pgra. bg-image */

  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 21px;
  text-align: left;
}

/* ********************
menu1_ALT1 {
  width: 200px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 1px;
  line-height: 21px;
  text-align: right;
}
***************  */


/* ----------------ul: Unique List med level1 og level2 ------------------- */

ul.menu1-level1-no {
  background: transparent;
  list-style-type: none;
  margin: 0;
  margin-left: 0;
  padding-left: 5;
}

ul.menu1-level1-no a {
  text-decoration: none;
  list-style-type: none;
}

ul.menu1-level2-no {
  background: #eee;
  list-style-type: none;
  text-align: left;
  margin-left: 3px;
  margin-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-left: 3px solid #D0D4D8;
  border-bottom: dotted #aaa;
}

ul.menu1-level2-no a { text-decoration: none; }
ul.menu1-level2-no a:hover { text-decoration: underline; }


/* ----------------li: List Items level1 ------------------- */


li.menu1-level1-no {
  border-bottom: 1px solid #E2E3DF; /* MSIE */
}

li.menu1-level1-no:hover {
  border-bottom: 1px solid #fff /* MSIE */
}

li.menu1-level1-no a {
  display: block;
  font-size: 12px;
/*  text-transform: uppercase;*/
}

li.menu1-level1-no a:hover {
  color: black;
  background: #eeeeef; /* Onmouseover cellefarve */
}

li.menu1-level1-act {
  height: 24px;
  color: black;
  background: #D0D4D8;
  border-top: 1px solid white; /*#f0f5f7; ? */
  border-bottom: 1px solid #999999;
  padding-right: 2px;
  text-align: right;
  text-transform: uppercase;
}

li.menu1-level1-act span {
  color: black;
  font-size: 10px;
  padding-left: 0px;
}




/* ------------------- List Items level2 ------------------- */

li.menu1-level2-no a {
  display: block;
  text-transform: none;
  font-size: 10px;
  background: #efefef;
  border: 1px solid white;

}

li.menu1-level2-no a:hover {
  display: block;
  background: white;
  text-decoration: none;
  font-size: 10px;
  color: #666666;
}

li.menu1-level2-act a {
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #e7e7e0;
  color: black;
}

li.menu1-level2-act a:hover {
  font-weight: bold;
  text-decoration: none;
}
