

/* breadcrumb (path) */
ul.breadcrumb {
  height: 30px;
  margin: 0;
  list-style-image: none;
  list-style-type: none;
}
ul.breadcrumb li {
  float: left;
  height: 20px;
  margin: 0;
  padding: 0;
  background: transparent none;
}
ul.breadcrumb li a {
  display: block;
  height: 100%;
  line-height: 1em;
  font-size: 11px;
  color: #fff;
  padding: 7px 16px 0 8px;
  background: transparent url('../images/navigation/path-right.gif') no-repeat right top;
}

/* main */
div.navigation ul {
  margin: 2px 0 8px 0;
  list-style-image: none;
  list-style-type: none;
}
div.navigation ul li {
  margin: 0;
  padding: 0;
  background: transparent none;
}
div.navigation ul a {
  color: #58585a;
  display: block;
  line-height: 20px;
  font-size: 12px;
  background: url('../images/menu/bullet.gif') 0 7px no-repeat;
  padding: 0 0 0 12px;
}
div.navigation ul li ul, div.navigation ul li.active ul li ul {
  display: none;
}
div.navigation ul li.active ul, div.navigation ul li.active ul li.active ul {
  display: block;
}
div.navigation ul li ul li a {
  background: url('../images/menu/bullet.gif') 12px 7px no-repeat;
  padding: 0 0 0 24px;
}
div.navigation ul li ul li ul li a {
  background: url('../images/menu/bullet.gif') 24px 7px no-repeat;
  padding: 0 0 0 36px;
}
div.navigation ul a:hover,
div.navigation ul a:active,
div.navigation ul li.active a {
  color: #0b4876;
}
div.navigation ul li.active ul a {
  color: #58585a;
}
div.navigation ul li ul li.active a, div.navigation ul li ul li ul li.active a {
  color: #0b4876;
}

div.navigation a.next {
  color: #fff;
  width: 216px;
  padding: 0 24px 0 0;
  font-size: 1.1em;
  text-align: right;
  height: 24px;
  line-height: 24px;
  display: block;
  margin: 0 0 1px 0;
  background: transparent url('../images/navigation/main-next.gif') no-repeat;
}
div.navigation a.prev {
  color: #fff;
  width: 216px;
  padding: 0 0 0 24px;
  font-size: 1.1em;
  text-align: left;
  height: 24px;
  line-height: 24px;
  display: block;
  margin: 0 0 1px 0;
  background: transparent url('../images/navigation/main-prev.gif') no-repeat;
}

/* glossary */
ul.alphabet {
  margin: 8px 0 0 0;
  list-style-type: none;
}
ul.alphabet li {
  background: transparent none;
  display: inline;
}
ul.alphabet li a.letter {
  float: left;
  background: transparent url('../images/glossar/bg-letter.gif') no-repeat 0 -23px;
  width: 23px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  height: 23px;
  margin: 0 0 0 2px;
}
ul.alphabet li a.active {
  background: transparent url('../images/glossar/bg-letter.gif') no-repeat 0 0;
}

/* Pager */
div.Pager a {
  text-decoration: underline;
}
div.Pager table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin: auto;
}
div.Pager a.page {
  text-decoration: none;
  background: #fff url(../images/glossar/bg-letter.gif) no-repeat 0 -23px;
  width: 23px;
  display: block;
  color: #fff;
  height: 23px;
  line-height: 23px;
}
div.Pager a.page:hover,
div.Pager a.page:active,
div.Pager a.page.active {
  background: #fff url(../images/glossar/bg-letter.gif) no-repeat 0 0;
}

