html, body {
	background-image: url(bilder/muster2.jpg);
	background-color: #06ad62;
	}

#menue {
	background-color:#fb0;		
	}

#menue a {
color: #03ab60;
	}

a:link {
	text-decoration:none;
	font-weight:800;
	}
	
a:hover {
	text-decoration:underline;
	font-weight:800;
	}

a:visited {
	text-decoration:none;
	font-weight:800;
	}

.bild {
	width:25em;
	}
	

	
