.bilder{
	float: left;
	padding: 20px;
	background-color: #CCC;
	width: auto;
	border-radius: 18px;

}
.bilder:hover {
	background-color: #FCF;
	
}
