nav {
    background-color:#2b8c79;
}

footer {
    background-color: #2b8c79;
}

div.kurseactions {
  display: inline-block;
}

/* 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: #2b8c79;
  border: 1px solid #2b8c79;
}

/* Reiter */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #2b8c79;
}

/* Links im Footer wie AGB etc.: Farbe, wenn Link zu anderer Seite via target="_blank" aktiv ist */
footer h4 > a:focus { 
color: #fff;
}