/* @import url("debugging.css"); */
/* ---------------------------------------*/
/* ------------>>> GLOBAL <<<-------------*/
/* ---------------------------------------*/
html {
	font-size: 100%;
	height: 100%;
}
	
body {
	background: #fff;
	color: #333; 
	font-family: Arial, sans-serif; 
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 0.25em 0;
}

h1 {font-size: 1.125em; margin-bottom: 0.75em; color:#283d6b}		/* 18px */
h2 {font-size: 1.25em;}			/* 20px */
h3 {font-size: 0.6875em;}		/* 11px */

a {
	color: #283d6b;
	text-decoration: none;
}
/*a:visited {color: #996633;}*/

a.visitedLink {color: #000;}

strong {font-weight: bold;}

ul li a,
ul li.pagePrintAction span {
	text-decoration: none;
	font-size: 0.6875em;
}

.toolDetail ul li,
p,
address {font-size: 0.6875em;}

p,
address {margin-bottom: 1em;}

hr {
	margin: 1em 0 0 0;
	border: 0;
	height: 1px;
	overflow: hidden;
	background: transparent;
	color: #fff;
}

.futureLineDesign object {margin-bottom: 1em;}

/* -----------------------------------------------*/
/* ------------>>> STRUCTUR <<<-------------*/
/* -----------------------------------------------*/
div#mainWrapper {
	width: 56.1875em;
	margin: 0 auto;
	padding: 30px 2.75em 30px 2.75em;
	background: #fff;
}

div#content {
	clear: both;
	display: block;
	margin-top: 22px;
}

.homePage div#content {
	margin-top: 0;
	position: relative;
	top: 0;
	left: 0;
	background: #fff;
	height: 360px;
}

div#col1 {
	width: 11.6875em;
	float: left;
	background: transparent;
}

div#col2 {
	width: 33.3125em;
	background: transparent;
	float: left;
}

.disclaimer div#col2,
.advise div#col2,
.competitionConfirm div#col2,
.contact div#col2,
.competition div#col2 {
	margin-left: 11.6875em;
}

.competition div#col2,
.competitionConfirm div#col2 {
	width:44.5em;
	position: relative;
}

div#col3 {
	width: 10.6875em;
	float: right;
	background: transparent;
}


.clearFix:after {
	content: " ";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
}

div#col1:after,
div#col2:after,
div#col3:after,
div.col2-1:after,
div.col2-2:after,
div.pageContent:after,
.competition .contentHeader form:after,
.competitionConfirm .contentHeader p:after,
.contact .contentHeader p:after,
.advise .contentHeader p:after,
.toolDetail .contentHeader ul.factsLogo:after,
.contact address:after,
.factsLogos:after {
	content: " ";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
}

div.pageContent,
#footer {
	clear: both;
	float: none;
}

.col2-1 {
	width: 16.3125em;
	float: left;
}

.col2-2 {
	width: 16.3125em;
	float: right;	
}

.pagePrintAction {
	display: none;
}

/* -----------------------------------------------*/
/* ------------>>> FORM <<<-------------*/
/* -----------------------------------------------*/
div.fset {
	margin-bottom: 7px;
	clear: both;
}

.inputTxt,
textarea,
label,
div.fset span {
	font-size: 0.6875em;
	font-family: Arial, sans-serif;
	width: 20em;
}

select.selectBox {
	font-size: 0.6875em;
	width: 20.4em;
}

.competition div.fset {margin-bottom: 4px; width:13.5em;}
.competition div.newsletter {width:15em;}


/*.contact*/ form div.fset label,
/*.contact*/ form div.fset span {
	width: 12em;
	display: block;
	float: left;
	min-height: 12px;
}

/*.contact*/ form div.fset label.labelChbx,
/*.contact*/ form div.fset label.labelRadio {
	width: 1.5625em;
	float: none;
	display: inline;
	padding-right: 9px;
}

.competition .inputTxt {
	width: 19em;
}

.competition form {
		width: 31%;
		overflow: hidden;
}

.competition form div.fset span {
	width: 5em;
	margin:0.3em 0pt 0pt;
}

.inputSubmit {
	font-size: 0.6875em;
	border: 1px solid #39518d;
	color: #39518d;
	margin-right: 16.1em;
	float: right;
	cursor: pointer;
	background: #fff;
}

.competition .inputSubmit {
	margin-right: 5px;
}

input#zip {
	width: 6em;
	margin-right: 0.7em;
}

input#location {
	width: 13em;
}

.inputChbx {margin-right: 10px;}
.inputRadio {margin-right: 5px;}

.invalid {
	background: #ff0000;
	border: 1px solid #000;
}

div.fset.error span.errorRemark {
	margin-left: 12em;
	width: auto;
	color: #ff0000;
}

.competition div.fset.error span.errorRemark {
	margin-left: 0em;
	width: auto;
}

/* -----------------------------------------------*/
/* ------------>>> HEADER <<<-------------*/
/* -----------------------------------------------*/
div#header {
	position: relative;
	top: 0;
	left: 0;
	clear: both;
	height: 75px;
	z-index: 10;
}

#logo {
	position: absolute;
	right: 0;
}

#brand {
	position: absolute;
	top: 20px;
	left: 0;
}

#logoPrint,
#brandPrint {
	position: absolute;
	top: 0;
	left: 900%;
	display: none;
}

/* ServiceNavigation */
div#serviceNavigation {
	position: absolute;
	left: 605px;
	top: 26px;
}

div#serviceNavigation ul li {
	border-left: 1px solid #283d6b;
	float: left;
	display: block;
	padding: 0 10px;
	height:0.75em;
	line-height:0.5em;
}

div#serviceNavigation ul li.last {
	border-right: 1px solid #283d6b;
	clear: right;
}

div#serviceNavigation ul li a {
	color: #283d6b;
}

div#serviceNavigation ul li a.selected {
	font-weight: bold;
}

li#zugLinks {
	position: relative;
}

li#zugLinks ul {
	position: absolute;
	top: 20px;
	left: 0;
	z-index:1;
	width: 11.2em;
	display: none;
}


li#zugLinks ul li {
	padding: 0 0 6px 0;
	border-left: none;
	display: block;
	float: none;
	background: #dbd6ce;
}

li#zugLinks ul li a {
	display: block;
	padding: 3px 10px;
	line-height: 1em;
}

li#zugLinks ul li a:hover {
	background: #fff;
}

div#navLevel0 {
	height: 22px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	background: transparent url(/futureLine/img/bg-navLevel0.gif) 0 bottom no-repeat;
}

div#navLevel0 ul {
	height: 22px;
	float: right;
}

div#navLevel0 ul li {
	float: left;
	display: block;
	overflow: hidden;
	margin-top: 4px;
	height: 18px;
	margin-right: 2px;
}

div#navLevel0 ul li.first {
	margin-top: 0;
	height: 22px;
}

div#navLevel0 ul li.last {
	clear: right;
	margin-right: 0;
}

div#navLevel0 ul li a {
	display: block;
	margin-top: -18px;
}

div#navLevel0 ul li.first a {
	margin-top: -22px;
}

div#navLevel0 ul li a:hover,
div#navLevel0 ul li.active a {
	margin-top: 0;
}

span.currentLang {
	font-weight: bold;
	color: #283d6b;
	font-size: 0.6875em;
}

/* -----------------------------------------------*/
/* ------------>>> MOOD-IMAGE <<<-------------*/
/* -----------------------------------------------*/

#moodContainer {
	height: 120px;
	position: relative;
}

#moodContainer.expanded {
	height: 360px;
}

/* MoodImage per Page */

/* New Tools */
.newTools #moodContainer {
	background: #e1e1e1 url(/futureLine/img/pageHeader-tools.jpg) no-repeat;
	background-position: 0 -170px;
}

/* Recipe */
.recipeDetail #moodContainer {
	background: #e1e1e1 url(/futureLine/img/pageHeader-recipe.jpg) no-repeat;
	background-position: 0 -229px;
}

/* Competition */
.competition #moodContainer,
.competitionConfirm #moodContainer {
	background: #e1e1e1 url(/futureLine/img/pageHeader-competition.jpg) no-repeat;
	background-position: 0 -200px;
}

/* All other Pages */
.futureLineDesign #moodContainer,
.disclaimer #moodContainer,
.advise #moodContainer,
.contact #moodContainer {
	background: #e1e1e1 url(/futureLine/img/pageHeader-design.jpg) no-repeat;
	background-position: 0 -123px;
}

.recipeDetail #moodContainer.expanded,
.competitionConfirm #moodContainer.expanded,
.competition #moodContainer.expanded,
.futureLineDesign #moodContainer.expanded,
.disclaimer #moodContainer.expanded,
.advise #moodContainer.expanded,
.contact #moodContainer.expanded,
.newTools #moodContainer.expanded {background-position:0 0;}

/* Collapse/Expand Icon*/
#moodContainer #expander {
	background: transparent url(/futureLine/img/ico-expand.png) 0 0 no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 19px;
	cursor: pointer;
	float: left;
	padding: 4px 0 0 25px;
	font-size: 0.6875em;
	display: none;
}

#moodContainer.expanded #expander {background: transparent url(/futureLine/img/ico-collapse.png) 0 0 no-repeat;}


/* -----------------------------------------------*/
/* ------------>>> NAVIGATION LEFT <<<------------*/
/* -----------------------------------------------*/
#col1 #navLevel1 ul li a,
#col1 #navLevel1 ul li span.productType {
	display: block;
	padding: 3px 8px;
	color: #000;
}

#col1 #navLevel1 ul li span.linkCursor,
ul.linkList li.pagePrintAction span:hover,
#designTitle:hover,
#newProdTitle:hover,
#selectionTitle:hover {
	cursor: pointer;
}

#col1 #navLevel1 ul li a:hover {
	color: #283d6b;
}

#col1 #navLevel1 ul li a.active,
#col1 #navLevel1 ul li a.active:hover  {
	color: #283d6b;
	font-weight: bold;
}

#col1 #navLevel1 ul.navLevel2 li a {
	display: block;
	padding: 2px 8px 2px 16px;
}

ul.expanded  {
	display: block;
}

ul.collapsed,
div.collapsed {
	display: none;
}

/* -----------------------------------------------*/
/* --------->>> CONTENT COMPONENTS <<<------------*/
/* -----------------------------------------------*/
.recipeDetail .contentHeader {
	position: relative;
	top: 0;
	left: 0;
	text-align: right;
}

.recipeRating {
	position: absolute;
	top: 16px;
	left: 16px;
}

#portionList {
	position: absolute;
	bottom: 16px;
	left: 16px;
}

dl#portionList * {font-size: 0.8125em;}
dl#portionList dt {
	float: left;
}

dl#portionList dd {
	color:#283d6b;
	padding-left: 4px;
	margin-left:75px;
}

ul.linkList {
	margin-bottom: 5px;
}

ul.linkList li{
	line-height: 1em;
}

ul.linkList li a,
ul.linkList li.pagePrintAction span,
ul.linkList li a:visited {
	padding-left: 15px;
	background: transparent url(/futureLine/img/ico-arrow-grey.gif) 0 0.3em no-repeat;
	display: block;
	color: #000;
}

ul.linkList li.highlight a,
ul.linkList li a:hover,
ul.linkList li.pagePrintAction span:hover {
	color: #283d6b;
	background-image: url(/futureLine/img/ico-arrow-blue.gif);
}

#col2 ul.linkList {
	position: absolute;
	top: 0;
	left: 541px;
}

.pageContent h3 {
	font-weight: bold;
	border-bottom: 1px solid #c7c9c7;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}

dl.recipeSteps *,
dl.condimentsList {
	font-size: 0.6875em;
	margin-bottom: 1em;
}


dl.recipeSteps {
	clear: both;
	display: block;
	float: none;
}

dl.recipeSteps dt {
	float: left;
	margin-bottom: 0.2em;
}

dl.recipeSteps dd {
	padding-left: 5px;
	margin-left:65px;
	margin-bottom: 0.2em;
}

dl.condimentsList {
	clear: both;
	display: block;
	float: none;
}

dl.condimentsList dt {
	float: left;
	clear: left;
	text-align: right;
	padding-right: 10px;
	width: 233px;
	display: block;
	margin-bottom: 0.2em;
}

dl.condimentsList dd {
	padding-left: 10px;
	margin-left:233px;
	margin-bottom: 0.2em;
}

.contentHeader {
	background: transparent url(/futureLine/img/bg-contentHeader.gif) 0 bottom repeat-x;
	padding: 16px 16px 16px 16px;
	/*min-height: 175px;*/
	margin-bottom: 1em;
	position: relative;
	top:0;
	left:0;
}

.competition .contentHeader,
.competitionConfirm .contentHeader {
	padding: 16px 0 0 16px;
}

.competitionTxt {
	text-align: justify;
}

.competition .contentHeader img,
.competitionConfirm .contentHeader img,
.contact address,
.advise address {
	float: right;
}

.competition .contentHeader img {
	margin-left: 0;
	margin-top: 40px;
}

.contact address,
.advise address  {
	margin-left: 50px;
}

.toolDetail {
	width: 533px;
}

.toolDetail .contentHeader img {
	float: left;
}

.toolDetail .contentHeader h3 {
	margin-left:23.25em;
	font-weight: bold;
}

.toolDetail .contentHeader ul {
	margin-left: 16em;
}

.toolDetail .contentHeader ul.factsLogos {
	margin-top: 1em;
}

.toolDetail .contentHeader ul.factsLogos li img {
	margin-right: 5px;
}

.toolDetail .contentHeader ul.factsLogos li {
	float: left;
}

.toolFacts li,
.col2-1 ul li,
.col2-2 ul li {
	padding-left: 1em;
	background: transparent url(/futureLine/img/ico-minus-listItem.gif) 0 0.3em no-repeat;
}

.toolDetail .contentHeader {
	padding-bottom: 1em;
}

ul.argumentList li {
	font-size: 0.6875em;
	padding: 2px 0 2px 1em;
	background: transparent url(/futureLine/img/ico-minus-listItem.gif) 0 0.75em no-repeat;
}

#toolWrapper {
	height: 350px;
	overflow: auto;
	width: 550px;
}

#designTitle,
#selectionTitle,
#newProdTitle {
	padding-left: 1.5em;
	background: transparent url(/futureLine/img/ico-expandContent.gif) 0 0.1em no-repeat;
}

.hideElement {
	display:none;
	position: absolute;
	left: -9000px;
}

#winnerBar1, #winnerBar2 {
	background: #234ba0;
	padding: 8px 4px;
	margin-left: -16px;
	position: relative;
	top: 0;
	left: 0;
	clear: both;
}

#winnerBar2 {
	margin:0 0 16px 0;
}

#winnerBar1 h2, #winnerBar2 h2 {
	color: #fff;
	font-size: 0.875em;
	padding-left: 16.5em;
	margin-bottom: 0;
}

#winnerBar1 img {
	position: absolute; 
	top: -82px;
	left: 90px;
}

.winnerList {
	border-bottom:1px solid #234BA0;
	margin-bottom:2em;
}

.winnerListFirst {
	border:0px;
	margin-bottom:1em;
}

.winnerList li, .winnerListFirst li {
	font-size: 0.6875em;
	margin:0 0 0.9375em 21.5em;
}
/* -----------------------------------------------*/
/* ------------>>> FOOTER <<<-------------*/
/* -----------------------------------------------*/
#footer {
	padding: 1em 0;
}

#footerMenu li {
	float: left;
	border-left: 1px solid #283d6b;
	display: block;
	padding: 0 10px;
	height:0.75em;
	line-height:0.5em;
}

#footerMenu li.last {
	border-right: 1px solid #283d6b;
}

#footerMenu li a {
	color: #283d6b;
}

/* -----------------------------------------------*/
/* ------------>>> TEASER <<<-------------*/
/* -----------------------------------------------*/
#teaserWrapper {
	width: 21.5625em;
	border: 1px solid #ededed;
	border-top-style: none;
	background: #fff;
	padding: 3px;
	position: absolute;
	bottom: -69px;
	right: 18px;
}

#teaserContent {
	background: #234ba0;
	position: relative;
	top: 0;
	left:0;
	padding: 12px 135px 12px 12px;
}

#teaserContent #teaserShield {
	position: absolute;
	right: -22px;
	bottom: -40px;
}


#teaserContent span {
	padding-right: 15px;
	color: #fff;
	font-size: 0.8125em;
	text-decoration: none;
	width: 180px;
}

#teaserContent span img {
	padding-left: 0.2em;
}


/* -----------------------------------------------*/
/* ------------>>> ThickBox <<<-------------*/
/* -----------------------------------------------*/
#TB_window ul.linkList {
	margin: 0.5em 0 0 0;
	display: block;
	clear: both;
	float:none;
}

#TB_window ul.linkList li a {
	font-size: 1em;
	line-height: 1em;
	background-position:0pt 0.1em;
}

.hideObject {
	height: 1px;
	width: 1px;
}

/* -----------------------------------------------*/

/*** Print Layout 
*********************************************************************************
*********************************************************************************/
@media print {

body {
	background: white;
	font-size: 12pt;
}

* {background:transparent;}

h1 {font-size: 14pt;}
h2 {font-size: 13pt;}
h3 {font-size: 11pt;}

#logoPrint{
	display: block;
	position:absolute;
	top: 0;
	left: 16cm /*471pt*/;
}

#brandPrint{
	display: block;
	position:absolute;
	top: 0;
	left: 0;
}

#header,
#col1,
#col3,
#footer,
object,
#moodContainer {
 	display: none;
}

div#col2 {
	border-top: 1px solid #000;
	width: 100%;
	padding-top: 20pt;
	position: absolute;
	left: 0;
	top: 65px;
	margin-left:0 !important;
}

ul.collapsed, div.collapsed {
	display: block !important;
}

#designTitle,
#selectionTitle,
#newProdTitle,
ul.argumentList li {padding-left:0;}

} /*** End Print Layout 
*********************************************************************************
*********************************************************************************/