:root {

    --cassiopeia-color-primary: #000000;
    --cassiopeia-color-link: #ff0000;
    --cassiopeia-color-hover: #0000ff;
    --link-color: #ff0000;
  }
/* Color the dropdown menu in the menu with the class .metismenu.mod-menu .mm-collapse */

.metismenu.mod-menu .mm-collapse {
    background: white;
}

/* The links in the dropdown menu you have to adress them individually */

.metismenu.mod-menu .mm-collapse .metismenu-item a {
    color: black;
}
.metismenu.mod-menu .current a {
    color: red;
}


.container-header {
  background-color: #000000;
  background-image: none;
 }

#hafan {
  color: red;
}

#hafan a {
  color:green;
}

#floodline {
            float: left;
            background: white;
            width: 25%;
            text-align: center;
        }

#ack {
            float: left;
            background: white;
            width: 50%;
            text-align: center;
            padding-left: 30px;
            padding-right: 30px;
        }

#nrw {
            float: right;
            background: white;
            width: 25%;
            text-align: center;
        }

table#manylion {
  border-collapse: collapse;
  width: 100%;
}

table#manylion td, table#manylion th {
  border: 1px solid #ddd;
  padding: 3px;
}

table#manylion tr:nth-child(even){background-color: #f2f2f2;}

table#manylion tr:hover {background-color: #ddd;}

table#manylion th {
  text-align: left;
  background-color: #00a0aa;
  color: #ffffff;
}



table#manylion tr td:first-child {
    background-color: #00a0aa;
    color: #ffffff;
}