/* Füge hier Dein eigenes CSS ein */
.navbar-default {
	background-color: #fff !important;
font-size: 6px;
}
.bildwechsel { width:200px; height:50px; background:url("bild1.jpg"); }
.bildwechsel:hover { background:url("bild2.jpg"); }