@charset "utf-8";
/* CSS Document */







h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #6b0125;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height:16px;	
}



.right-column {

	position: absolute;
	width: 200px;
	left: 600px;	
}

#tinymce p{
	max-width: 560px;
}


.red {color: #6b0125;}
.red-head {color: #6b0125; border-top-color: #6b0125;	font-size: 14px;	font-weight: bold;	border-top-width: 1px;	border-top-style: solid;	margin-top: 5px;	margin-bottom: 0px;	padding-top: 10px;	padding-bottom: 0px;	margin-bottom: -10px;}
.red-head-big {color: #6b0125; border-top-color: #6b0125;	font-size: 26px;	font-weight: bold;	clear: both;	margin-top: 25px;	margin-bottom: 0px;	padding-top: 10px;	padding-bottom: 0px;	margin-bottom: -10px;}



.heading-times {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height:22px;

}

.heading-times-big {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height:32px;

}

.heading-times-red {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color:#6b0125;
	line-height:22px;
	margin-bottom: -10px;
}

.heading-times-red-big {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color:#6b0125;
	line-height:32px;

}

.heading-verdana {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height:22px;

}

.heading-verdana-big {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	line-height:32px;

}

.heading-verdana-red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height:22px;
	color:#6b0125;

}

.heading-verdana-red-big {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color:#6b0125;
	line-height:32px;
}

.red {
	color:#6b0125;
}


.icon-recipe {
	display: block;
	overflow: hidden;
	padding: 0;
	text-indent: -8000px;
	background-image: url(../images/icons/recipe.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 100px;
	float:right;
	margin-left: 20px;
	margin-bottom:20px;
}
.icon-bread-recipe {
	display: block;
	overflow: hidden;
	padding: 0;
	text-indent: -8000px;
	background-image: url(../images/icons/Bread-Recipe.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 100px;
	float:right;
	margin-left: 20px;
	margin-bottom:20px;
}



.red-link {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #6b0125;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(../images/arrow-trans.png);
	background-repeat: no-repeat;
	background-position: right center;
}