header {
  background-color: #F8F8F8;
}

/* Falls die Standard-Farbe der KuferTools geändert werden soll, kann dies hier gemacht werden. */
/* Footer */
footer {
  background-color: #014489;
}


/* Menü */
nav, .dialog-active {
  background-color: #014489;
}

/* Blättern */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #014489;
  border: 1px solid #014489;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #014489;
}

footer a:focus {
color: #fff;
}

/* Danger Buttons */
.btn-danger {
  background-color: #BD1D1D;  /* rot */
  border-color:  #B01D1D;
}

.btn-danger:hover {
  background-color: #9A1818;    /* dunkleres rot */
  border-color: #9A1818;
}