.metzgerapp {
	width: 230px;
	height: 231px;
	background-image: url(../images/mittagsinfo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
	.metzgerapp h6 {
		font-size: 1.2em;
		padding-top: 23px;
		margin: 0 auto 3px;
		width: 175px;
		font-style: italic;
	}
	.metzgerapp h6 span {
		float: right;
		font-size: 0.8em;
	}
	.metzgerapp p {
		margin: 2px auto;
		width: 175px;
		font-weight: 600;
		font-style: italic;
	}
	.metzgerapp p.beschreibung {
		width: 175px;
		height: 64px;
		overflow: auto;
		font-weight: 200;
	}
	.metzgerapp p.beschreibung a:link, .metzgerapp p.beschreibung a:visited, .metzgerapp p.beschreibung a:focus, .metzgerapp p.beschreibung a:active {
		width: 81px;
		height: 21px;
		display: block;
		margin: 2px 0 0;
		background-image: url(../images/speiseplan-button.png);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	.metzgerapp p.beschreibung a:hover { background-position: 0 -21px; }
	.metzgerapp .time {
		width: 175px;
		margin: 15px auto;
		font-size: 0.8em;
		text-align: center;
	}
	.metzgerapp .address {
		margin: 0 auto;
		width: 175px;
		font-size: 0.9em;
		text-shadow: 0 0 2px white;
	}
	.metzgerapp .address span {font-weight:600;}