body {
    background-color: #000;
   /* background-image: url("/wp-content/themes/blindflug/images/blindflug_logo_klein.jpg"); */
    background-repeat: no-repeat; /* Verhindert das Kacheln des Bildes */
    background-position: top left; /* Zentriert das Bild */
    background-size: 20%;
    color:#fff;
}

a { color: #fff;}

#menu-mainmenu {
    list-style: none;
    margin-left: 0;
  padding-left: 0;

}

#menu-mainmenu li {
    float: left;
    margin:0;
    padding-right:1.5em;
    list-style-position: inside;
}

#menu-footer {
    list-style: none;
    margin-left: 0;
  padding-left: 0;

}

#menu-footeru li {
    float: left;
    margin:0;
    padding-right:1.5em;
    list-style-position: inside;
}


#footer {
    color: #BBB;
}

.widget_block {
    list-style-type: none;
}