/* CSS-Dokument für die "home of cooking" */
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #806C68;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	color: #ED824B;
	margin-bottom: 5px;
}
h3 {
	font-size: 11px;
	color: #000;
	margin-bottom: 5px;
}
.rezeptzutaten {
	background-color: #F7F7F7;
	margin: 30px 20px 0 10px;
}
.link {
	background-image: url(/fileadmin/templates/global_gfx/pfeil_rot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: bold;
	color: #806C68;
	text-decoration: none;
}


