﻿*{
	margin: 0; 
}

BODY{
	margin: 0;
	padding: 0;
}

/* GENERAL */
.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.alignCenter{
	text-align: center;
}

A{
	color: #000000;
	text-decoration: none;
}

A:hover{
	color: #949494;
}

/* TYPO */
BODY{
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

.headText, .startPageMainContent H1, .mainColContent H1, .searchResultColumn H1, .prevNext, .searchTipContent{
	font-family: 'DaxRegular', Sans-Serif;
}

H2{
	font-size: 16px;
	/*font-weight: normal;*/
}

H3{
	font-size: 12px;
}

.headText{
	font-size: 30px;
	line-height: 30px;
	color: #ea2127;
}

.breadCrumbs{
	font-size: 8px;
	text-transform: uppercase;
	color: #808080;
}

.breadCrumbs A{
	text-decoration: none;
	color: #808080;
}

.breadCrumbs A:hover{
	color: #000000;
}

.startPageMainContent{
	font-size: 14px;
	line-height: 19px;
}

.startPageMainContent H1{
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
}

.startPageMainContent A{
	color: #ea2127;
	text-decoration: none;
}

.mainColContent H1, .searchResultColumn H1{
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	/*color: #ffffff;*/
	text-transform: uppercase;
}

.mainColContent P.ingress{
	font-weight: bold;
	line-height: 19px;
}

.mainColContent h2{
	font-size: 12px;
}

.footer{
	font-size: 10px;
}

.footer A{
	color: #ea2127;
	text-transform: uppercase;
	text-decoration: none;
}

.productPush, .recipePush{
	font-size: 8px;
	line-height: 17px;
	text-transform: uppercase;
	font-style: italic;
}

.searchResult, .newsList{
	font-style: italic;
}

.searchResult A, .newsList A{
	color: #000000;
	text-decoration: none;
}

.searchResult A H2, .newsList A H2{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.newsList A SPAN{
	color: #EA2127;
	font-style: normal;
}

.searchTipContent{
	font-style: italic;
}

.searchTipContent H3{
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
}

.searchTipContent A{
	color: #1a1a1a;
	text-decoration: none;
}

.searchTipContent A:hover{
	color: #1a1a1a;
}

/* HEADER */
.head{
	float: left;
	width: 100%;
	position: relative;
}

.headImg{
	float: left;
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
}

.headLogo, .headText{
	position: absolute;
}

.headImg IMG{
	display: none;
}

.headLogo{
	top: 40px;
	left: 28px;
}

.headLogo IMG{
	display: block;
	border: none;
}

.headText{
	top: 80px;
	left: 295px;
}

/* QUICK LINKS */
.quickLinks{
	display: none;
}

/* NAVI */
.navBar{
	display: none;
}

.breadCrumbs{
	float: left;
	width: 100%;
}

.breadCrumbs .delimiter{
	margin: 0px 4px;
}

/* MAIN CONTENT */
.content{
	float: left;
	width: 100%;
	border-top: 2px solid #ececec;
	padding-top: 10px;
}


/* Startpage */



/* Sub pages */
.mainContent{
	background: none;
}

.leftColumn, .rightColumn{
	display: none;
}

.mainColumn{
	float: left;
	margin: 0px 0px 0px 0px;
}

.mainColContent{
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
}

.mainColContent H1, .searchResultColumn H1{
	margin: 0px 0px 35px 0px;
	clear: both;
}

.mainColContent h2{
	margin: 0px;
} 

.mainColContent P, .searchResultColContent P{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.mainColContent IMG{
	margin: 0px 0px 20px 0px;
	display: block;
}

.mainColumn .thirdWidth{
	width: 30%;
}

.mainColumn .halfWidth{
	width: 45%;
}

.mainColumn .twoThirdWidth{
	width: 60%;
}

.tabNavi{
	display: none;
}

.recipeFacts, .mainColumn UL.recipeFacts{
	margin: 0;
	padding: 0;
	list-style-type:none;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}

.recipeFacts LI,  .mainColumn UL.recipeFacts LI{
	padding: 0px 9px;
	border-bottom: 1px solid #d4d4d4;
	line-height: 24px;
}

.recipeFacts LI SPAN{
	font-size: 10px;
	text-transform: uppercase;
}

.recipeFacts LI IMG{
	vertical-align:middle;
	display: inline;
	margin: 0px 5px 0px 5px;
}

ul.ingredients, .mainColumn ul.ingredients{
	list-style: none;
	margin: 0px 0px 18px 0px;
	padding: 0;
}

.mainColumn ul.ingredients LI{
	padding: 0px 0px 3px 0px;
}

.factTable{
	width: 100%;
	margin-bottom: 18px;
	border: none;
	border-collapse: collapse;
}

.factTable TR{
	border-bottom: 1px solid #F2F2F2;
}

.factTable TD{
	padding: 3px 0px;
}

.prevNext{
	display: none;
}

.functions{
	display: none;
}

.pushRow{
	display: none;
}

.newsList{
	
}

.newsList A{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ECECEC;
}


/* FOOTER */
.footer{
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	border-top: 2px solid #ECECEC;
}

.footerImg{
	display: none;
}

.footerBar{
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

/* SEARCHTIP AND SEARCH */
#searchTipBg, #searchTipContainer, body.searching #searchTipBg, body.searching #searchTipContainer, .serchHolder{
	display: none;
}
