/* kunde.css */
.Bildrand {
	background-color: rgb(240, 240, 240);
	border-width: 3px;
	border-style: solid;
	border-color: rgb(240, 240, 240);
	border-radius: 2px;
	box-shadow: rgb(139, 139, 139) 1px 1px 3px 2px;
}


