.oppskriftsliste {
	color: #7682A6;
	float: left;
	font-family: Arial;
	font-size: 13px;
}
.recipeentry {
	clear: both;
	margin-bottom: 15px;
}
.recipeentry .oppskriftinfo {
	float: left;
	width: 340px;
}
.recipeentry .oppskriftsbilde {
	float: left;
	margin-right: 10px;
	width: 200px;
	text-align: center;
}
.recipeentry label {
	width: 150px;
	float: left;
}
.oppskriftsliste h1 {
	font-family: Trebuchet MS;
	font-size: 30px;
	color: #e2001a;
	margin: 0;
	margin-bottom: 15px;
}
.recipeentry h1 {
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #e2001a;
	margin: 0;
/*	margin-left: 200px; */
	margin-right: 5px;
	margin-bottom: 5px;
}
.oppskriftsliste a, .produktliste a:visited {
	color:#7682A6;
	text-decoration: none;
}
.oppskriftsliste a:hover {
	text-decoration: underline;
}

.recipeteaser {
/*	float: right; */
	width: 160px;
	font-family: Arial;
	font-size: 13px;
}
.recipeteaser h1 {
	color: #E2001A;
	font-family: Trebuchet MS;
	font-size: 18px;
	margin: 0;
/*	margin-bottom: 10px;*/
}
.recipeteaser h2 {
	font-family: Arial, Trebuchet MS;
	font-size: 16px;
	color:#7682A6;
	margin: 0;
}
.recipeteaser h2 a, .recipeteaser h2 a:visited {
	color: #7682a6;
}
.recipeteaser a, .recipeteaser a:visited {
	color:#919AB7;
	text-decoration: none;
}
.recipeteaser a:hover {
	color:#7682A6;
	text-decoration: underline;
}
.recipeteaser .recipe {
	margin-bottom: 15px;
}