

.recipies {
	line-height: 1.5em;
}
/*h1 {
	color:#FFFFFF;
	font-size:1.5em;
	background-color: #D2232A;
	width: 480px;
	padding: 0.2em 10px;
	margin: 0;
}*/
.recipies td {
	vertical-align:top;
}
.recipies table {
	width:500px;
}
.recipies .foto {
	background-color: rgb(181,189,214);
	border-top:5px solid #D2232A;
	padding:0;
}
.recipies .foto img {
	width:334px;
	height:334px;
	margin:0;
}
.recipies .ingredients {
	background-color: rgb(181,189,214);
	color:#FFF;
	vertical-align:bottom;
	padding:10px 10px 10px 0;
	border-top:5px solid #D2232A;
}
.recipies .ingredients h1 {
	border-bottom:1px solid #fff;
	display:inline;
	color:#fff;
	padding: 0 0 4px 10px;
	background-color: #B5BDD6;
}
.recipies .ingredients h2 {
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	margin:0.8em 0 2em 10px;
}
.recipies .ingredients ul {
	margin:1em 0 0 10px;
	padding:0;
}
.recipies .ingredients li {
	list-style-type:none;
	line-height:1em;
	padding-bottom:0.5em;
}
.recipies .needs {
	color:rgb(139,148,165);
	font-style:italic;
	padding: 8px 15px;
	line-height: 1.1em;
	width:470px;
}
.recipies .tips {
	padding:57px 40px 0 0;
	width:30%;
}
.recipies .tips h6 {
	background:url(/site_images/bull_recepies.gif) top left no-repeat;
	text-align:right;
	font-size:1em;
	line-height:1.3em;
	padding-left:20px;
	font-weight:normal;
	font-style:italic;
}
.recipies .preparation {
	padding-top:40px;
	line-height:1.6em;
}
.recipies .preparation h1 {
	color:rgb(19,64,133);
	margin:0 0 1.4em 0;
	background-color: #E5E9EC;
	padding: 0;
	width:auto;
}
.recipies .preparation p {
	margin:0 0 1.4em 0;
}
