table.style {
	width: 300px;
	margin: auto;
	text-align:left;
	border: 0;
}

table tr {
	padding: 2px;
	background: #222;
}

table td {
	padding: 2px 10px;
}

td.r_head {
	width: 90px;
    height: 32px;
	font-weight: bold;
}

td.i_head {
	width: 200px;
	font-weight: bold;
}

td.z_head {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 4px 8px;
}

tr.r_head {
	font-weight: bold;
}

table.zutaten {
	width: 500px;
	margin: auto;
	text-align:left;
	border: 0;
}

div.imgbackground {
	width: 250px;
	height: 100px;
    margin:auto;
    border-radius: 10px;
}