/**
 * Nicht verwechseln mit td.navigation!
 * Hier haben wir insbesondere ein anderes
 * Hintergrundbild und andere abstände.
 */
div.navigation {
  text-align:              center;
  margin:                  auto;
  padding-top:             25px;
  background-image:        url('../../img/template/backgrounds/linksoben.png');
  background-repeat:       no-repeat;
}

/**
 * Der Bereich für ein einzelnes Item in der Navigation
 */
div.navigationItem {
  margin-bottom:           25px;
}

div.navigationItem * {
  margin:                  auto;
  display:                 block;
}

div.navigationItem a,
div.navigationItem a:visited,
div.navigationItem a:active,
div.navigationItem a:hover {
  line-height:             normal;
  font-weight:             bold;
  text-transform:          uppercase;
  vertical-align:          middle;
  color:                   #8B3245;
  text-decoration:         none;
  background-repeat:       no-repeat;
}

div.navigationItem a.main {
  text-align:              center;
  min-width:               115px;
  width:                   115px;
  max-width:               115px;
  max-height:              28px;
  height:                  28px;
  min-height:              28px;
  background-image:        url('../../img/template/buttons/buttonhintergrund.png');
  font-size:               12px;
  padding-top:             7px;
  margin-bottom:           -7px;
}

div.navigationItem a.sub,
div.navigationItem a.sub_active {
  min-width:               97px;
  max-width:               97px;
  width:                   97px;
  max-height:              16px;
  max-height:              16px;
  height:                  16px;
  padding-top:             0px;
  padding-right:           18px;
  background-image:        url('../../img/template/buttons/hintergrund_untermenua.png');
  font-size:               10px;
  text-align:              right;
}

div.navigationItem a.sub:hover,
div.navigationItem a.sub_active {
  background-image:        url('../../img/template/buttons/hintergrund_untermenub.png');
}

div.navigationItem a.thirdLevel,
div.navigationItem a.thirdLevel:visited,
div.navigationItem a.thirdLevel:active,
div.navigationItem a.thirdLevel:hover {
  font-weight: normal;
  background-image:        url('../../img/template/buttons/hintergrund_untermenuc.png');
}

div.navigationItem a.thirdLevel:hover {
  font-weight: normal;
  background-image:        url('../../img/template/buttons/hintergrund_untermenud.png');
}

div.navigationItem .item {
  margin-bottom:           22px;
}

#nav_backnext {
  padding-top:             20px;
}