/* ******************************************************************* PARTI COMUNI */
body {
	padding: 0;
	margin: 5px 0;
	font: 13px Arial, Sans-serif;
	color: #fff;
	text-align: center;
	background-color: #BECD96;
}
#box {
	width: 802px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
address {
	background-color: #879D31;
	font-style: normal;
	line-height: 18px;
	padding: 4px 23px;
}
address a:link, address a:visited, address a:hover, address a:active {
	color: #fff;
	padding: 0 2px;
}
address a:hover {
	background-color: #D9E19C;
	color: #972525;
	text-decoration: none;
}
/* ******************************************************************* FINE PARTI COMUNI */

/* ******************************************************************* WANDERN */
#riassunto {
	float: right;
	width: 450px;
	color: #982525;
	line-height: 18px;
	margin-right: 23px;
	margin-top: 19px;
	display: inline;
}
#foto {
	margin: 2px 0;
	overflow: hidden;
	width: 802px;
}
#foto img {
	float: left;
	margin-bottom: 2px;
}
#foto img.dx {
	margin-left: 2px;
	display: inline;
}
#descrizione {
	background-color: #879D31;
	line-height: 18px;
	padding: 11px 23px;
	margin-top: 22px;
}
/* ******************************************************************* FINE WANDERN */

/* ******************************************************************* REZEPTE */
#image {
	border-bottom: 8px solid #879D31;
	padding-bottom: 4px;
}
#rezepte {
	background-color: #879D31;
	line-height: 18px;
	padding: 27px 23px;
	margin: 22px 0;
	overflow: hidden;
}
h1 {
	color: #982525;
	margin: 0 0 21px 0;
	font: 28px 'Trebuchet MS' , Arial , Sans-serif;
}
#ingredienti {
	float: right;
	width: 260px;
}
.red {
	color: #982525;
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
}
#ricetta {
	margin-right: 360px;
}
.back {
	text-align: center;
}
.back a:link, .back a:visited, .back a:hover, .back a:active {
	display: block;
	margin: 0 auto;
	width: 158px;
	padding: 3px 0;
	background-color: #982525;
	color: #fff;
	margin-top: 22px;
}
.back a:hover {
	text-decoration: none;
}
/* ******************************************************************* FINE REZEPTE */
