#page {
	background-image: url(img/waves/bg_2.jpg);
	background-repeat: no-repeat;
}


/* Inspirator */

#insp-html {
	width: 845px;
	height: 150px;
	position: relative;
	background: url(img/inspirator/button-shadow.png) no-repeat 604px 8px;
}
#insp-html h2 {
	width: 105px;
	position: absolute;
	left: 500px;
	top: 30px;
	line-height: 1.4em;
	font-size: 16px;
	color: #315488;
}
#insp-html #insp-time {
	position: absolute;
	left: 502px;
	top: 95px;
}
#insp-html .time {
	width: 70px;
	height: 23px;
	position: absolute;
	font-size: 16px;
	text-shadow: 1px 1px 1px #fff;
	cursor: pointer;
	color: #8da5c2;
}
#insp-html .time.active {
	color: #315488;
}
#insp-html .time abbr {
	font-size: 11px;
}
#insp-html #insp-time-30 {
	left: 627px;
	top: 29px;
}
#insp-html #insp-time-60 {
	left: 632px;
	top: 58px;
}
#insp-html #insp-time-0 {
	left: 640px;
	top: 86px;
}
#insp-html #insp-button {
	width: 133px;
	height: 121px;
	position: absolute;
	left: 700px;
	top: 0;
	background: url(img/inspirator/buttons-sprite-8.png) no-repeat 0 -250px;
	cursor: pointer;
}
#insp-html .slots {
	width: 488px;
	height: 112px;
	position: absolute;
	left: 0;
	top: 3px;
}
#insp-html .slot {
	width: 112px;
	height: 112px;
	position: relative;
	float: left;
	margin-right: 10px;
}
#insp-html .slots .slot .ingr-wrap {
	width: 112px;
	height: 112px;
	position: relative;
	overflow: hidden;
}
#insp-html .slots .slot .ingr {
	width: 96px;
	height: 112px;
	position: absolute;
	left: 8px;
	top: 0;
}
#insp-html .slots .slot .ingr .img {
	height: 94px;
	padding: 12px 0 6px 0;
}
#insp-html .slots .slot .ingr .img img {
	width: 96px;
	height: 94px;
}
#insp-html .slots .slot .cover {
	width: 112px;
	height: 112px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/inspirator/slot.png) no-repeat 0 0;
}
#insp-html .slots .slot .name {
	width: 112px;
	position: absolute;
	left: 0;
	top: 120px;
	color: #97afc9;
	text-align: center;
	font-size: 13px;
/*	background: #faa;*/
}


/* Slideshow (common) */

.slideshow {
	width: 968px;
	height: 581px;
	position: relative;
	z-index: 1;
}

.slideshow .image {
	width: 967px;
	height: 507px;
	position: relative;
	overflow: hidden;
}

.slideshow .image ul {
	padding: 1px 0 0 1px;
	height: 506px;
	list-style: none;
/*	position: absolute;*/
/*	width: 3864px;*/
/*	-webkit-transition: left .8s ease-in-out;*/
}
.slideshow .image ul li {
	float: left;
}

.buttons {
	width: 100%;
	position: absolute;
	top: 240px;
	left: 0;
}
.buttons button {
	width: 29px;
	height: 49px;
	background: transparent url(img/buttons/arrows-1.png) no-repeat top left;
	cursor: pointer;
	border: none;
}
.buttons #slideshow-left {
	position: absolute;
	left: 10px;
}
.buttons #slideshow-right {
	background-position: top right;
	position: absolute;
	right: 10px;
}
.buttons #slideshow-left:hover {
	background-position: bottom left;
}
.buttons #slideshow-right:hover {
	background-position: bottom right;
}

.slideshow .top {
	width: 968px;
	height: 461px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/home/slideshow_top_1.png) no-repeat 0 0;
}
.slideshow .bottom {
	width: 968px;
	height: 137px;
	position: absolute;
	left: 0;
	top: 444px;
	background: url(img/home/slideshow_bottom_4.png) no-repeat 0 0;
}
.slideshow .wave {
	width: 968px;
	height: 113px;
	position: absolute;
	left: 0;
	top: 427px;
	background: url(img/waves/home_centre_2.png) no-repeat 0 0;
}
.slideshow .product {
	width: 402px;
	height: 282px;
	position: absolute;
	z-index: 1;
	left: 22px;
	top: 314px;
	background: url(img/home/zottarella-classic-2.png) no-repeat 0 0;
}
.slideshow .text {
	width: 510px;
/*	height: 50px;*/
	position: absolute;
	left: 435px;
	top: 526px;
}


/* Home */

.p-home {
	background-position: 50% 542px;
}

.p-home .slideshow .top {
	background-image: url(img/home/slideshow_top_2.png);
}

.p-home #content {
	background: url(img/home/slideshow_tag_bg_1.png) no-repeat 50% 99px;
}

.p-home #slideshow-left {
	display: none;
}


/* Teasers */

#teasers {
	margin-top: 36px;
	position: relative; /*IE<8*/
}

#teasers .clear {
/*	margin: 0 0 0 34px;*/
}

#teasers .teaser {
	width: 304px;
	height: 185px;
	margin-right: 0px;
	float: left;
	position: relative;
}

#teasers .teaser h1 {
	position: relative;
	z-index: 1;
	font-size: 20px;
	margin-bottom: 8px;
}

#teasers .teaser .image {
	position: absolute;
	top: 28px;
	right: 0;
}

#teasers .tomate-bio .image {
	top: -4px;
	left: -15px;
}

#teasers .teaser .text {
	position: relative;
	z-index: 1;
	width: 155px;
	height: 120px;
}

#teasers .teaser .text p {
	line-height: 1.5em;
}

#teasers .teaser .text p.date {
	margin: .6em 0 .2em 0;
	font-size: 10px;
}

#teasers .teaser .text h2 {
	font-size: 14px;
	line-height: 1.3em;
}

#teasers .teaser .buttonwrap {
	position: absolute;
	z-index: 1;
	width: 280px;
	height: 29px;
	bottom: 4px;
	left: 0;
}

#teasers .teaser.gentechnik {
	width: 476px;
	margin-left: 35px;
	float: left;
/*	background: #afa;*/
}

#teasers .teaser.halfsize .image {
	width: 250px;
	top: 0;
	left: 0;
}

#teasers .teaser.gentechnik .text {
	position: absolute;
	width: 250px;
	top: 22px;
	left: 224px;
}

#teasers .teaser.tvspot .text {
	position: absolute;
	width: 200px;
	top: 22px;
	left: 232px;
}

#teasers .teaser.halfsize .text p {
	height: 72px;
}

#teasers .teaser.halfsize .textbuttonwrap {
	margin-top: 8px;
}


#teasers .teaser.tvspot {
	width: 460px;
/*	margin-left: 0;*/
/*	background: #faa;*/
}

#teasers .teaser.blog {
	width: 460px;
/*	margin-left: 0;*/
/*	background: #faa;*/
}

#teasers .teaser.blog .image{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 13px;
}
#teasers .teaser.blog .text {
	position: relative;
	width: auto;
	margin-left: 170px;
	margin-top: 22px;
	height: 150px;
}
/* Inspirator Tab */

#inspirator-wrap {
	position: relative;
	height: 394px;
/*	background: #faa;*/
	overflow: hidden;
}

#inspirator {
	width: 878px;
	height: 330px;
	margin-left: 27px;
	padding: 38px 0 26px 34px;
	overflow: hidden;
	position: relative;
	background: url(img/inspirator/bg.jpg) no-repeat 2px 0;
/*	z-index: -1;*/
}

#inspirator-wrap.closed {
	height: 32px;
}

#inspirator-wrap.closed #inspirator {
/*	top: -365px;*/
	top: -362px;
	background: url(img/inspirator/bg-closed-2.png) no-repeat bottom left;
}

#inspirator h1 {
	margin-bottom: 8px;
}

#inspirator .fb-like-lazy {
	left: 379px;
	top: 40px;
	position: absolute;
}

#inspirator p.intro {
	width: 430px;
	line-height: 1.5em;
}

#inspirator #insp-app {
	width: 850px;
	height: 150px;
	position: absolute;
	left: 34px;
	top: 120px;
}

#insp-recipe {
	width: 625px;
	position: absolute;
	left: 34px;
	top: 289px;
}

#insp-recipe h2 {
	font-size: 17px;
	margin-bottom: 12px;
}

#insp-recipe h2 a {
	color: #c0934d;
}

#insp-recipe p {
	width: 480px;
	font-size: 11px;
	line-height: 14px;
}

#insp-recipe .link {
	width: 320px;
	height: 27px;
	position: absolute;
	left: 520px;
	bottom: 0;
	display: none;
}

#insp-close {
	width: 168px;
	height: 25px;
	position: absolute;
	right: 34px;
	bottom: 0;
	cursor: pointer;
}

#inspirator-wrap.closed #insp-close {
	width: 174px;
	height: 27px;
	right: 36px;
}

#insp-stoerer {
	width: 121px;
	height: 133px;
	position: absolute;
	right: 72px;
	bottom: -10px;
	z-index: 2;
	display: none;
	cursor: pointer;
}


/* Rezeptkategorien Tab */

#rezeptkat-wrap {
	position: relative;
	height: 166px;
	overflow: hidden;
}

#rezeptkat {
	width: 898px;
	height: 140px;
	margin-left: 30px;
	padding: 0 0 26px 12px;
	overflow: hidden;
	position: relative;
	background: url(img/rezeptkat/bg.png) no-repeat 0 0;
}

#rezeptkat h1 { display: none; }

#rezeptkat-wrap.closed {
	height: 29px;
}

#rezeptkat-wrap.closed #rezeptkat {
	top: -137px;
	background: url(img/inspirator/bg-closed.png) no-repeat bottom left;
}

#rezeptkat h1 {
	margin-bottom: 8px;
}

#rezeptkat #insp-close {
	width: 134px;
	height: 25px;
	position: absolute;
	right: 35px;
	bottom: 0;
	cursor: pointer;
	z-index: 2;
}

.rezeptkat {
	list-style: none;
	height: 126px;
	margin-top: 11px;
}
.rezeptkat li {
	width: 71px;
	float: left;
	margin-right: 3px;
}
.bluebox .rezeptkat { width: 866px; margin-top: 0; margin-left: -8px; }
.bluebox .rezeptkat li { margin-right: 1px; }
.rezeptkat li.active,
.rezeptkat li:hover {
	background: url(img/rezeptkat/icon-highlight.png) no-repeat 0 0;
}
.rezeptkat li a {
	display: block;
	width: 71px;
	height: 47px;
	padding-top: 79px;
	font-size: 9px;
	text-align: center;
	background: url(img/rezeptkat/icons.png) no-repeat 0 -100px;
	color: #315488;
}
.rezeptkat li a:hover {
	text-decoration: none;
}
.rezeptkat li.alle a { background-position: 0 0; }
.rezeptkat li.fingerfood a { background-position: -72px 0; }
.rezeptkat li.salate a { background-position: -144px 0; }
.rezeptkat li.pasta a { background-position: -216px 0; }
.rezeptkat li.ueberbackenes a { background-position: -288px 0; }
.rezeptkat li.pizza a { background-position: -360px 0; }
.rezeptkat li.fisch a { background-position: -432px 0; }
.rezeptkat li.suppen a { background-position: -504px 0; }
.rezeptkat li.fleisch a { background-position: -576px 0; }
.rezeptkat li.vegetarisch a { background-position: -648px 0; }
.rezeptkat li.kids a { background-position: -720px 0; }
.rezeptkat li.fitness a { background-position: -792px 0; }


/* Bluebox */

.bluebox {
	background: url(img/bluebox/vertical.png) repeat-y 0 0;
}

.bluebox .inner-1 {
	background: url(img/bluebox/bottom-rough.png) no-repeat bottom left;
}

.bluebox .inner-2 {
	background: url(img/bluebox/top.png) no-repeat top left;
	min-height: 64px;
	position: relative;
}

.bluebox .pack-wave {
	width: 419px;
	height: 255px;
	background: url(img/bluebox/pack-wave-1.jpg) no-repeat 0 0;
	position: absolute;
	top: 85px;
	left: -9px;
}

.bluebox .wave-hole-right {
	width: 42px;
	height: 58px;
	background: url(img/bluebox/pack-hole-right.jpg) no-repeat 0 0;
	position: absolute;
	top: 200px;
	left: 929px;
}

.bluebox .pack-wave-space {
	width: 433px;
	height: 369px;
	float: left;
}

.bluebox .inner-1.btmwave {
	background: url(img/bluebox/light-bottom.jpg) no-repeat bottom left;
}

.bluebox .visual-pack {
	width: 295px;
	height: 211px;
	position: absolute;
	left: -9px;
	bottom: -46px;
	z-index: 1;
	background: url(img/bluebox/pack-wave-3.png) no-repeat 0 0;
}


/* Pages Herstellung, Geschichte */

.p-geschichte .text p,
.p-herstellung .text p {
	line-height: 1.6em;
	margin: .8em 0;
}
.p-herstellung,
.p-geschichte { background-position: 50% 542px; }

.p-herstellung .slideshow .product,
.p-geschichte .slideshow .product { left: 3px; top: 370px; }

.p-herstellung .text .intro { font-weight: bold; }
.p-herstellung .slideshow { height: 746px; }
.p-herstellung .slideshow .text { top: 535px; }
.p-herstellung .slideshow .bottom {
	height: 302px;
	background: url(img/herstellung/slideshow-bottom.png) no-repeat 0 0;
}

.p-geschichte .slideshow { height: 681px; }
.p-geschichte .slideshow .text { top: 535px; }
.p-geschichte .slideshow .bottom {
	height: 237px;
	background: url(img/geschichte/slideshow-bottom.png) no-repeat 0 0;
}


/* Meta Pages */

.p-meta {
	background-position: 50% 301px;
}

.p-meta .bluebox section h1 {
	margin: 0 0 1.2em 0;
}

.p-meta .bluebox section a {
	text-decoration: underline;
}


.p-meta .bluebox section hgroup h1 {
	margin: 0 0 .4em 0;
}
.p-meta .bluebox section hgroup h2 {
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
}

.p-meta .bluebox section h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #315488;
	margin-top: 1.6em;
}

.p-meta .bluebox section h2.text-spacer-top {
	background: url(img/bluebox/text-spacer.png) no-repeat 32px 0;
	margin-top: 2em;
	padding-top: 16px;
}

.p-meta .bluebox section h2.text-spacer-top-small {
	background: url(img/bluebox/text-spacer-small.png) no-repeat 420px 0;
	margin-top: 2em;
	padding-top: 16px;
}

.p-meta .bluebox section p,
.p-meta .bluebox section h2,
.p-meta .bluebox section li {
	line-height: 1.6em;
}

.p-meta .bluebox section ul {
	padding: 0 0 0 15px;
	margin-left: 15px;
}

.p-meta .bluebox .inner-2 {
	padding: 66px 0 80px 0;
}

.p-meta .bluebox section {
	padding: 0 110px 0 40px;
}

.p-meta .bluebox section p {
	margin: .8em 0;
}


/* Page Presse */

.p-presse .bluebox .pack-wave-space {
	height: 280px;
}
.p-presse .bluebox section {
	padding: 0;
}
.p-presse .bluebox section.pm {
	width: 400px;
	float: right;
	margin-right:135px;
}
.p-presse .bluebox section article.text-spacer-top-small {
	background: url(img/bluebox/text-spacer-small.png) no-repeat 50px 0;
	margin-top: 30px;
	padding-top: 16px;
}
/*.p-presse .bluebox section article.first {
	background: none;
	margin-top: 0;
	padding-top: 0;
}*/
.p-presse .bluebox section.pm article header time {
	font-size: 10px;
	font-weight: bold;
}
.p-presse .bluebox section.pm article h1 {
	color: #315488;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: .8em;
}
.p-presse .bluebox section.pm article h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
.p-presse .bluebox section.kontakt,
.p-presse .bluebox section.fotos {
	width: 320px;
	float: left;
	padding-left: 60px;
}
.p-presse .bluebox section.kontakt h1,
.p-presse .bluebox section.fotos h1 {
	margin-bottom: 0;
}
.p-presse .bluebox section.kontakt p {
	width: 210px;
}
.p-presse .bluebox section.fotos {
	margin-top: 25px;
}
.p-presse .bluebox section.fotos article {
	position: relative;
	padding-top: 16px;
}
.p-presse .bluebox section.fotos article.text-spacer-top-small {
	background-position: 0 0;
	padding-top: 32px;
}
.p-presse .bluebox section.fotos article footer {
	position: absolute;
	left: 140px;
	bottom: 0;
}
.p-presse .bluebox section.fotos article.landscape footer { left: 180px; }
.p-presse .bluebox section.fotos article footer p { margin: 0; }


/* Page Impressum */

.p-impressum .bluebox section { padding: 0; }
.p-impressum .bluebox section h1 { margin: 0 0 .3em 0; }
.p-impressum .content-1,
.p-impressum .content-2 {
	width: 220px;
	margin-right: 48px;
	float: left;
}
.p-impressum .content-3 {
	clear: left;
	padding: 0 95px 0 40px;
}


/* Page Produkte */

.p-produkte {
	background-position: 50% 157px;
}

.p-produkte .bluebox .inner-2 {
	background: url(img/bluebox/top-wave-1.png) no-repeat top left;
	padding: 53px 0 17px 0;
}

.p-produkte .content h1 {
	width: 388px;
	height: 88px;
	margin-left: 103px;
	color: #e5ad4c;
	font-size: 44px;
	line-height: 1.05em;
	text-shadow: #777 0 -1px 1px;
}

.p-produkte .content h3 {
	margin: 0 0 6px 0;
}

.p-produkte .content h3.text-spacer-top {
	background: url(img/bluebox/text-spacer-small.png) no-repeat 0 0;
	margin-top: 10px;
	padding-top: 16px;
}

.p-produkte .content #roundabout-container {
	width: 538px;
	height: 386px;
	margin: 40px 0 0 32px;
	position: relative;
}

.p-produkte .content #roundabout-container .buttons {
	top: 125px;
	z-index: 101;
}
.p-produkte .content #roundabout-container .buttons #slideshow-left {
	left: 0;
}
.p-produkte .content #roundabout-container .buttons #slideshow-right {
	right: 0;
}


.p-produkte .content #roundabout-container .roundabout-holder {
	list-style: none;
	width: 300px;
	height: 280px;
	margin: 0 auto;
}

.p-produkte .content #roundabout-container .roundabout-holder .roundabout-moveable-item {
	width: 345px;
	height: 251px;
	cursor: pointer;
}

.roundabout-moveable-item div {
	height: 100%;
	width: 100%;
}
.roundabout-moveable-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.roundabout-moveable-item img {
	width: 100%;
	height: 100%;
}






.p-produkte .content .product .producttext {
	width: 425px;
/*	min-height: 135px;*/
	height: 180px;
	margin-left: 89px;
/*	background: #fcc;*/
}

.p-produkte .content .product .producttext h3 {
	margin-top: .3em;
	margin-bottom: .7em;
	line-height: 1.3em;
}

.p-produkte .content .product .producttext p {
	line-height: 1.5em;
	margin-top: .6em;
}

.p-produkte .content #intro.product .producttext p {
	margin-top: 0;
}

.p-produkte .content .product .side {
	width: 328px;
	position: absolute;
	left: 590px;
	top: 175px;
}

.p-produkte .inner-2 .visual {
	width: 339px;
	height: 193px;
	background: url(img/visuals/zottarella-rolle.png) no-repeat 0 0;
	position: absolute;
	z-index: 1;
	right: -8px;
	top: 598px;
}

.p-produkte .inner-2 .naehrwert {
	background: #fff url(img/produkte/naehrwert.png) no-repeat 0 0;
	width: 214px;
	height: 48px;
	padding: 26px 0 0 2px;
}

.p-produkte .inner-2 .naehrwert dt {
	display: none;
	font-size: 8px;
}
.p-produkte .inner-2 .naehrwert dd {
	width: 38px;
	margin: 0 2px;
	float: left;
}
.p-produkte .inner-2 .naehrwert p {
	text-align: center;
	color: #325776;
	line-height: 1em;
}
.p-produkte .inner-2 .naehrwert .menge {
	height: 24px;
	padding-top: 5px;
}
.p-produkte .inner-2 .naehrwert .energie .menge {
	font-size: 9px;
	height: 29px;
	padding-top: 0;
}
.p-produkte .inner-2 .naehrwert .anteil {
	font-size: 10px;
	letter-spacing: -0.08em;
}
.p-produkte .inner-2 .naehrwert .anteil span {
	font-weight: bold;
	font-size: 15px;
}

.p-produkte p.naehrwerttext {
	width: 310px;
	font-size: 10px;
	line-height: 1.6em;
	margin-top: 7px;
}

ul.sorten-menu {
	list-style: none;
	height: 85px;
}
#kugel-classic ul.sorten-menu, #kugel-leicht ul.sorten-menu {
	height: 43px;
}

ul.sorten-menu li {
	width: 85px;
	height: 43px;
	float: left;
}

ul.sorten-menu li a {
	display: block;
	width: 85px;
	height: 43px;
	background: url(img/produkte/sorten.png) no-repeat 85px 0; /* hide */
	text-indent: -999px;
	overflow: hidden;
}

ul.sorten-menu li.classic a { background-position: 0 0; }
ul.sorten-menu li.classic a:hover  { background-position: 0 -43px; }
ul.sorten-menu li.basilikum a { background-position: -85px 0; }
ul.sorten-menu li.basilikum a:hover  { background-position: -85px -43px; }
ul.sorten-menu li.leicht a { background-position: -170px 0; }
ul.sorten-menu li.leicht a:hover  { background-position: -170px -43px; }
ul.sorten-menu li.tomate a { background-position: -255px 0; }
ul.sorten-menu li.tomate a:hover  { background-position: -255px -43px; }
ul.sorten-menu li.bio a { background-position: -340px 0; }
ul.sorten-menu li.bio a:hover  { background-position: -340px -43px; }

.p-produkte .content .product ul.attributes {
	list-style: none;
}

.p-produkte .content .product ul.attributes li {
	width: 85px;
	height: 26px;
	padding: 3px 0 0 55px;
	float: left;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 10px 10px 0;
	overflow: hidden;
}
.p-produkte .content .product ul.attributes li.portionieren { background-image: url(img/produkte/attr-portionieren.png); }
.p-produkte .content .product ul.attributes li.scheiben { background-image: url(img/produkte/attr-scheiben.png); }
.p-produkte .content .product ul.attributes li.schnittfest { background-image: url(img/produkte/attr-schnittfest.png); }
.p-produkte .content .product ul.attributes li.verschnitt { background-image: url(img/produkte/attr-verschnitt.png); }
.p-produkte .content .product ul.attributes li.mundgerecht { background-image: url(img/produkte/attr-mundgerecht.png); }
.p-produkte .content .product ul.attributes li.garnieren { background-image: url(img/produkte/attr-garnieren.png); }
.p-produkte .content .product ul.attributes li.fett { background-image: url(img/produkte/attr-fett.png); }
.p-produkte .content .product ul.attributes li.basilikum { background-image: url(img/produkte/attr-basilikum.png); }
.p-produkte .content .product ul.attributes li.tomate { background-image: url(img/produkte/attr-tomate.png); }
.p-produkte .content .product ul.attributes li.bio { background-image: url(img/produkte/attr-bio.png); padding-top: 8px; height: 22px; }
.p-produkte .content .product ul.attributes li.gentechnik { background-image: url(img/produkte/attr-gentechnikfrei.png); }
.p-produkte .content .product ul.attributes li.ofen { background-image: url(img/produkte/attr-ofen.png); }
.p-produkte .content .product ul.attributes li.grill { background-image: url(img/produkte/attr-grill.png); }
.p-produkte .content .product ul.attributes li.pfanne { background-image: url(img/produkte/attr-pfanne.png); }
.p-produkte .content .product ul.attributes li.mikrowelle { background-image: url(img/produkte/attr-mikrowelle.png); }
/*.p-produkte .content .product ul.attributes li.classic125 { background-image: url(img/produkte/attr-125classic.png); }
.p-produkte .content .product ul.attributes li.minis125 { background-image: url(img/produkte/attr-125minis.png); }
.p-produkte .content .product ul.attributes li.rolle250 { background-image: url(img/produkte/attr-250rolle.png); }*/

/* Page Rezepte */

.p-rezepte { background-position: 50% 491px; }
.p-kategorien { background-position: 50% 413px; }

.p-inspirator .bluebox,
.p-kategorien .bluebox,
.p-zutaten .bluebox {
	width: 970px;
	background: url(img/rezepte/bluebox-vertical.png) repeat-y 0 0;
}

.p-inspirator .bluebox .inner-1,
.p-kategorien .bluebox .inner-1,
.p-zutaten .bluebox .inner-1 {
	background: url(img/rezepte/bluebox-bottom.jpg) no-repeat bottom left;
}

.p-rezepte .bluebox .inner-2 {
	background-repeat: no-repeat;
	background-position: top left;
	height: 503px;
	position: relative;
}
.p-inspirator .bluebox .inner-2 { background-image: url(img/rezepte/bluebox-tab-1.png); }
.p-kategorien .bluebox .inner-2 { background-image: url(img/rezepte/bluebox-tab-2.png); height: 425px; }
.p-zutaten .bluebox .inner-2 { background-image: url(img/rezepte/bluebox-tab-3.png); height: 525px; }

.p-rezepte .bluebox ul.tabnav {
	list-style: none;
	height: 53px;
	overflow: hidden;
/*	background: #00f;*/
/*	opacity: .5;*/
}

.p-rezepte .bluebox ul.tabnav li {
	float: left;
	width: 166px;
	height: 53px;
	font-size: 15px;
	line-height: 1em;
	overflow: hidden;
}

.p-rezepte .bluebox ul.tabnav li a {
	display: block;
	width: 166px;
	text-align: center;
	color: #b7c3d5;
	text-decoration: none;
}

.p-rezepte .bluebox ul.tabnav li.active a,
.p-rezepte .bluebox ul.tabnav li a:hover {
	color: #315488;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.p-rezepte .bluebox ul.tabnav li.inspirator a { /* inspirator not selected */
	margin-top: 12px;
	padding: 12px 0 9px 0;
	-webkit-transform: rotate(-2.5deg);
	-moz-transform: rotate(-2.5deg);
}
.p-inspirator .bluebox ul.tabnav li.inspirator a { /* inspirator selected */
	margin-top: 5px;
	padding: 14px 0 14px 0;
}
.p-rezepte .bluebox ul.tabnav li.kategorien a { /* kategorien not selected */
	margin-top: 8px;
	padding: 12px 0 8px 0;
}
.p-kategorien .bluebox ul.tabnav li.kategorien a { /* kategorien selected */
	margin-top: 0;
	padding: 18px 0 11px 0;
}
.p-rezepte .bluebox ul.tabnav li.zutaten a { /* zutaten not selected */
	margin-top: 13px;
	padding: 12px 0 8px 0;
	-webkit-transform: rotate(3.2deg);
	-moz-transform: rotate(3.2deg);
}
.p-zutaten .bluebox ul.tabnav li.zutaten a { /* zutaten selected */
	margin-top: 5px;
	padding: 17px 0 11px 0;
	-webkit-transform: rotate(3.2deg);
	-moz-transform: rotate(3.2deg);
}

.p-rezepte .bluebox section {
	margin: 34px 62px 0 62px;
	position: relative;
}

.p-rezepte .bluebox section h1 {
	margin-bottom: 8px;
}

.p-rezepte .bluebox section p.intro {
	line-height: 1.5em;
	width: 430px;
}

.p-rezepte .bluebox section .fb-like {
	left: 333px;
	top: 1px;
	position: absolute;
}

.p-rezepte .bluebox section #insp-app {
	margin-top: 36px;
/*	margin-top: 18px;*/
/*	background: url(img/dummies/inspirator-flash-2.png) no-repeat 0 0;*/
}

.p-rezepte .drawer-wrapper {
	position: relative;
	overflow: hidden;
/*	background: #fdd;*/
}

.p-rezepte .drawer {
	width: 910px;
	margin: 0 auto;
	background: #f8fcfe url(img/rezepte/drawer-vertical.png) repeat-y 0 0;
	border-top: 1px solid #d9d9d9;
}

.p-rezepte .drawer-blank .content {
	background: url(img/rezepte/drawer-blank-bottom.png) no-repeat bottom left;
}

article.recipe {
	position: relative;
	padding: 25px 0;
}

article.recipe .rezepttext {
	width: 450px;
/*	background: #fcc;*/
	padding-left: 270px;
}

article.recipe .rezepttext h1 {
	margin-bottom: 10px;
}
/*article.recipe .rezepttext h1 a {
	color: #c0934d;
}*/

article.recipe .rezepttext p {
	line-height: 1.6em;
	margin: 0 0 0.6em 0px;
}

article.recipe .rezepttext h2 {
	padding: 20px 0 6px 21px;
	font-size: 13px;
	color: #98a9c3;
	background: url(img/bluebox/text-spacer-small.png) no-repeat 0 0;
	margin-top: 22px;
}

article.recipe .rezepttext p.zutaten {
	padding-left: 21px;
	width: 270px;
	font-size: 10px;
	font-style: italic;
	line-height: 1.4em;
}

article.recipe .image {
	width: 188px;
	height: 192px;
	position: absolute;
	left: 25px;
	top: 21px;
}
article.recipe .image .mask {
	width: 162px;
	height: 168px;
	position: absolute;
	left: 17px;
	top: 9px;
	overflow: hidden;
}
article.recipe .image img {
	margin: -11px 0 0 -12px;
}
article.recipe .image .frame {
	width: 188px;
	height: 192px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/rezepte/frame-gold-large.png) no-repeat 0 0;
}

article.recipe .side {
	width: 140px;
	position: absolute;
	top: 60px;
	left: 750px;
}

article.recipe .side,
article.recipe .side h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 11px;
	line-height: 1.4em;
}

article.recipe .side h3 {
	font-weight: bold;
}

.zeit {
	height: 32px;
	padding-left: 39px;
	background: url(img/rezepte/clocks.png) no-repeat 0 0;
}
.zeit.clock-5 { background-position: 0 0; }
.zeit.clock-15 { background-position: 0 -35px; }
.zeit.clock-20 { background-position: 0 -70px; }
.zeit.clock-30 { background-position: 0 -105px; }
.zeit.clock-40 { background-position: 0 -140px; }
.zeit.clock-45 { background-position: 0 -175px; }
.zeit.clock-60 { background-position: 0 -210px; }
.zeit.clock-plus { background-position: 0 -245px; }

article.recipe .side .author,
article.recipe .side .tags,
article.recipe .side .share {
	margin-top: 20px
}

article.recipe .side .share .fb-like {
	width: 140px;
	margin-top: 5px;
}

article.recipe .print {
	position: absolute;
	width: 150px;
	left: 45px;
	top: 235px;
}

.p-rezepte #insp-app h2 {
	color: #315488;
	font-size: 16px;
	margin-bottom: 10px;
}
.p-rezepte #insp-app select {
	margin-bottom: 10px;
}


/* Recipe List */

#recipes {}
#recipes h1 { margin: 50px 0 0 39px; }
#recipes p.intro { margin: 8px 0 0 39px; }

#recipes article {
	margin-top: 16px;
	padding-top: 32px;
	background: url(img/bluebox/text-spacer.png) no-repeat 32px 0;
	position: relative;
}

#recipes article p {
	font-size: 11px;
	font-style: italic;
	line-height: 1.4em;
}

#recipes article h2,
#recipes article .ingredients,
#recipes article .fb-like-lazy {
	width: 335px;
	padding-left: 153px;
}

#recipes article h2 {
	width: 600px;
	margin-bottom: 5px;
	font-size: 16px;
}

#recipes article .fb-like-lazy {
	padding-top: 8px;
}

#recipes article .zeit {
	width: 120px;
	height: 32px;
	position: absolute;
	top: 54px;
	left: 510px;
	font-size: 11px;
}
#recipes article .zeit strong {
	display: block;
}

#recipes article .author {
	width: 90px;
	height: 16px;
	position: absolute;
	top: 62px;
	left: 680px;
}

#recipes article .link {
	width: 140px;
	height: 32px;
	position: absolute;
	top: 56px;
	left: 777px;
}

#recipes article .fb-like {
	margin-top: 5px;
}

#recipes article .image {
	width: 74px;
	height: 75px;
	position: absolute;
	top: 26px;
	left: 56px;
}
#recipes article .image .mask {
	width: 66px;
	height: 67px;
	position: absolute;
	left: 4px;
	top: 4px;
	overflow: hidden;
}
#recipes article .image .frame {
	width: 74px;
	height: 75px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/rezepte/frame-gold-small.png) no-repeat 0 0;
}
#recipes article .image .frame a {
	display: block;
	width: 74px;
	height: 75px;
	overflow: hidden;
	text-indent: -999px;
}

.rezeptselector {
	margin-top: 10px;
	height: 29px;
	position: relative;
/*	background: #faa;*/
}
footer.rezeptselector {
	margin-top: 16px;
	padding-top: 32px;
	background: url(img/bluebox/text-spacer.png) no-repeat 32px 0;
}
.rezeptselector .timebuttons {
	width: 131px;
	height: 22px;
	position: absolute;
/*	left: 383px;*/
	left: 473px;
	top: 4px;
}
.rezeptselector .ingrbuttons {
	width: 84px;
	height: 22px;
	position: absolute;
	left: 653px;
	top: 4px;
}
.rezeptselector .buttonset div {
	height: 18px;
	padding-top: 4px;
	float: left;
	background: url(img/rezepte/selectors.png) no-repeat 0 0;
	cursor: pointer;
	font-size: 11px;
	text-align: center;
}
.rezeptselector .buttonset div:hover,
.rezeptselector .buttonset div.active { color: #fff; }
.rezeptselector .timebuttons div#btntime15 { width: 42px; background-position: 0 0; }
.rezeptselector .timebuttons div#btntime30 { width: 46px; background-position: -42px 0; }
.rezeptselector .timebuttons div#btntime0  { width: 43px; background-position: -88px 0; }
.rezeptselector .timebuttons div#btntime15:hover,
.rezeptselector .timebuttons div#btntime15.active { background-position: 0 -23px; }
.rezeptselector .timebuttons div#btntime30:hover,
.rezeptselector .timebuttons div#btntime30.active { background-position: -42px -23px; }
.rezeptselector .timebuttons div#btntime0:hover,
.rezeptselector .timebuttons div#btntime0.active  { background-position: -88px -23px; }

.rezeptselector .ingrbuttons div#btningr1 { width: 42px; background-position: -132px 0; }
.rezeptselector .ingrbuttons div#btningr0 { width: 42px; background-position: -174px 0; }
.rezeptselector .ingrbuttons div#btningr1:hover,
.rezeptselector .ingrbuttons div#btningr1.active  { background-position: -132px -23px; }
.rezeptselector .ingrbuttons div#btningr0:hover,
.rezeptselector .ingrbuttons div#btningr0.active  { background-position: -174px -23px; }

.rezeptselector .page-prev {
	width: 80px;
	height: 29px;
	position: absolute;
	left: 760px;
}
.rezeptselector .page-next {
	width: 80px;
	height: 29px;
	position: absolute;
	left: 840px;
}

.rezeptselector .text {
	width: 100px;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	position: absolute;
	top: 8px;
/*	background-color: #f00;*/
}

.rezeptselector .text-time {
	left: 365px;
}
.rezeptselector .text-ingr {
	left: 546px;
}

.recipepagination {
	width: 231px;
	height: 22px;
	position: absolute;
/*	top: 4px;*/
	margin-top: 4px;
	left: 40px;
	overflow: hidden;
}
.recipepagination ol {
	list-style: none;
}
.recipepagination ol li {
	display: block;
	width: 21px;
	height: 18px;
	padding-top: 4px;
	text-align: center;
	font-size: 11px;
	float: left;
	background: #f4f9fc url(img/rezepte/pagination.png) no-repeat -21px 0;
	overflow: hidden;
	cursor: pointer;
}
.recipepagination ol .first { background-position: 0 0; }
.recipepagination ol .first:hover,
.recipepagination ol .first.active { background-position: 0 -23px; }
.recipepagination ol .last { background-position: -42px 0; }
.recipepagination ol .last:hover,
.recipepagination ol .last.active { background-position: -42px -23px; }
.recipepagination ol li:hover,
.recipepagination ol .active {
	background-color: #7fbee1;
	background-position: -21px -23px;
	color: #fff;
}


/* Zutatenselektion */

.p-zutaten {
	background-position: 50% 513px;
}

.p-zutaten #letters {
	font-size: 20px;
	margin: .8em 0;
}
.p-zutaten #letters a {
	font-weight: bold;
	margin-right: .6em;
}
.p-zutaten #letters a:hover {
	text-decoration: none;
}
.p-zutaten #letters a.active {
	color: #e3000f;
}

.p-zutaten .bluebox .ingredients {
	line-height: 2em;
}
.p-zutaten .bluebox .ingredients span {
	white-space: nowrap;
	margin-right: .6em;
}
.p-zutaten .bluebox .ingredients label {
	color: #e3000f;
}
.p-zutaten .bluebox section {
	height: 280px; overflow: hidden; /*IE6*/
}
#recipeslist mark {
	background: #ff0;
}


/* Rezeptdetail */

#page.p-rezeptdetail {
	background-position: 0 -150px;
}

.p-rezeptdetail .bluebox .inner-2 {
	height: auto;
	padding-bottom: 130px;
}

.p-rezeptdetail .bluebox aside {
	padding: 70px 60px 0 60px;
/*	position: relative;*/
}
.p-rezeptdetail .bluebox aside h1 {
	font-size: 20px;
}

.p-rezeptdetail .bluebox aside p {
	width: 450px;
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 10px;
}

.p-rezeptdetail .bluebox aside .back {
	width: 190px;
	position: absolute;
	left: 776px; /*exc*/
	top: 72px;
}

.p-rezeptdetail .bluebox article.recipe {
	margin-left: 28px;
}


/* Nachhaltigkeit */

.p-nachhaltigkeit .bluebox h1 {
	margin-bottom: 1em;
}

.p-nachhaltigkeit .bluebox h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #315488;
	margin-top: 2.6em;
	margin-bottom: .6em;
	line-height: 1.6em;
}

.p-nachhaltigkeit .bluebox p {
	line-height: 1.6em;
	margin: 0 0 0.6em 0px;
}


/* Nachhaltigkeit: Zott */

.p-nachhzott {
	background-position: 50% 1041px;
}

.p-nachhzott .bluebox .inner-2 {
	height: 1050px;
}

.p-nachhzott .bluebox .content {
	padding: 44px 50px 0 50px;
}

.p-nachhzott .bluebox figure {
	width: 431px;
	height: 477px;
	margin: 10px 0 0 10px;
	float: right;
}


/* Nachhaltigkeit: Gentechnik */

.p-gentechnik {
	background-position: 50% 301px;
}

.p-gentechnik .bluebox .content {
	padding: 60px 100px 65px 50px;
}

.p-gentechnik .bluebox .pack-wave-space {
	width: 388px;
	height: 320px;
}

.p-gentechnik .floatend {
	clear: left;
}

.p-gentechnik .anhaenger {
	position: absolute;
	top: -3px;
	left: 8px;
}



/* Kochbuch */

.p-kochbuch {
	background-position: 50% 691px;
}

.p-kochbuch .bluebox .inner-2 {
	height: 700px;
/*	overflow: hidden;*/
}

.p-kochbuch .bluebox .content {
	padding: 44px 50px 0 50px;
}

.p-kochbuch .bluebox h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #315488;
	margin-top: 1.6em;
}

.p-kochbuch .bluebox .info {
	width: 350px;
}

.p-kochbuch .bluebox .info h3 {
	background: url(img/bluebox/text-spacer-small.png) no-repeat 0 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 16px;
	color: #98a9c3;
}

.p-kochbuch .bluebox p {
	line-height: 1.5em;
	margin-top: .6em;
}

.p-kochbuch .bluebox .text-left {
	width: 440px;
}

.p-kochbuch .bluebox .info p {
	font-size: 11px;
	font-style: italic;
}

.p-kochbuch .bluebox .info p.link {
	margin-top: 10px;
}

.p-kochbuch .bluebox .image {
	width: 365px;
	position: absolute;
	left: 494px;
	top: 60px;
}

.p-kochbuch .bluebox .download {
	width: 365px;
	position: absolute;
	left: 565px;
	top: 390px;
	background: url(img/bluebox/text-spacer-small.png) no-repeat 0 0;
	padding-top: 16px;
	font-size: 11px;
	font-style: italic;
}

.p-kochbuch .bluebox .download ul {
	list-style: none;
}

.p-kochbuch .bluebox .download ul li {
	margin-top: .6em;
}

.p-kochbuch .bluebox .download .text-fb {
	margin-top: 1.2em;
}

.p-kochbuch .bluebox .download .fb-like {
	width: 350px;
	margin-top: 5px;
}

.p-kochbuch .bluebox .preview-button {
	width: 365px;
	position: absolute;
	left: 565px;
	top: 353px;
}

#book-preview {
	display: none;
	width: 943px;
	height: 484px;
	position: absolute;
	left: 15px;
	top: 32px;
	background: url(img/aktionen/book-preview-bg.png) no-repeat 0 0;
}
#book-preview #book-preview-close {
	width: 35px;
	height: 35px;
	position: absolute;
	right: -9px;
	top: -5px;

	background: url(img/aktionen/page-close.png) no-repeat 0 0;
	z-index: 3;
	cursor: pointer;
}
#book-preview.open { display: block; }
#book-preview ul {
	list-style: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#book-preview ul li {
	width: 928px;
	height: 462px;
	position: absolute;
	top: 12px;
	left: 6px;
	overflow: hidden;
}
#book-preview #flip-prev {
	width: 464px;
	height: 462px;
	position: absolute;
	left: 6px;
	top: 12px;
	z-index: 2;
	background: url(img/blank.gif) no-repeat 0 0; /*IE*/
}
#book-preview #flip-prev:hover {
	background: url(img/aktionen/page-corner-left.png) no-repeat left bottom;
	cursor: pointer;
}
#book-preview #flip-next {
	width: 464px;
	height: 462px;
	position: absolute;
	left: 470px;
	top: 12px;
	z-index: 2;
	background: url(img/blank.gif) no-repeat 0 0; /*IE*/
}
#book-preview #flip-next:hover {
	background: url(img/aktionen/page-corner-right.png) no-repeat right bottom;
	cursor: pointer;
}
#book-preview .inactive:hover,
#book-preview .inactive:hover {
	cursor: default !important;
	background: url(img/blank.gif) no-repeat 0 0 !important; /*IE*/
}


/* Page Gewinnspiel */

.p-gewinnspiel {
	background-position: 50% 571px;
}

.p-gewinnspiel .bluebox .inner-2 {
	height: 580px;
}

.p-gewinnspiel .bluebox .content {
	width: 450px;
	padding: 55px 0 0 470px;
}

.p-gewinnspiel .bluebox hgroup h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #315488;
	margin: .8em 0;
}

.p-gewinnspiel .bluebox p {
	line-height: 1.6em;
	margin: .8em 0;
}

.p-gewinnspiel .bluebox .gewinn {
	width: 469px;
	position: absolute;
	left: 1px;
	top: 55px;
}

.p-gewinnspiel .bluebox .gewinn figcaption {
	display: block;
	width: 335px;
	padding: 18px 0 0 20px;
	margin-left: 55px;
	margin-top: -3px;
	background: url(img/bluebox/text-spacer-small.png) no-repeat 0 0;
	line-height: 1.6em;
}


/* Page Kontakt */

.p-kontakt {
	background-position: 50% 301px;
}

.p-kontakt .bluebox .content {
	width: 475px;
	padding: 70px 60px 40px 435px;
}

.p-kontakt .bluebox .content h1 {
	margin-bottom: .6em;
}

.p-kontakt .bluebox .content p.intro {
	line-height: 1.6em;
	margin-bottom: 2em;
}

form#kontakt input.text,
form#kontakt textarea {
	width: 341px;
}

/*form#kontakt input.text {
	background: #f8fbfd url(img/forms/shadow-359.png) no-repeat 0 0;
}*/

form#kontakt textarea {
	height: 170px;
}

form#kontakt .geschlecht {
	padding-left: 11px;
}

form#kontakt .geschlecht label {
	margin-left: 20px;
}

form#kontakt input.plz {
	width: 45px;
	margin-right: 9px;
}

form#kontakt input.ort {
	width: 264px;
}

/* Error Pages */
.p-error { background-position: 50% 250px; }
.p-error .bluebox .pack-wave { top: 34px; }
.p-error .bluebox .wave-hole-right { top: 149px; }
.p-error .inner-2 { height: 477px; }
.p-error .inner-2 section { padding-top: 153px; }
.p-error .inner-2 section h2 { font-size: 16px; margin: 1em 0; }
.p-error .inner-2 section p { line-height: 1.6em; }
.p-error .inner-2 section p.link { margin-top: 2em; }
.p-error .inner-2 section p.link a { margin-right: 10px; }


/* Special colours */

/*#teasers .teaser a,
.p-nachhaltigkeit #content h1 {
	color: #c0934d;
}*/


/* OverBox */

#overlaydark {
	width: 100%;
	height: 100%;
	position: fixed;
/*	position: absolute;*/
	top: 0;
	left: 0;
	background: #000;
/*	opacity: .6;*/
	z-index: 200;
	display: none;
}

#overlayclose {
	width: 25px;
	height: 25px;
	position: absolute;
	top: -11px;
	right: -11px;
	background: url(img/overbox/close.png) no-repeat 0 0;
	cursor: pointer;
}

#overlaycontent {
	position: fixed;
	z-index: 201;
	width: 460px;
	height: auto;
	padding: 20px;
	background: #000;
	background: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#overlaycontent.video {
	width: 480px;
	height: 270px;
	overflow: visible;
}



/* TV-Spot */

.p-tvspot {
	background-position: 50% 500px;

}
.p-tvspot .content {
	height: 465px;
	padding: 44px 50px 0 340px;
}
.p-tvspot h1 {
	margin-bottom: 1em;
}
.p-tvspot video,
.p-tvspot object {
	margin-top: 1em;
	-webkit-box-shadow: 0 0 10px 0 #315488;
	-moz-box-shadow: 0 0 10px 0 #315488;
	box-shadow: 0 0 10px 0 #315488;
}

/* added by AB @2011-06-24, startpage */
.btn_gentechnik {
	width: 100px;
	height: 200px;
	line-height: 200px;
	display: block;
	position: absolute;
	left: -20px;
	top: 105px;
	z-index: 2;
	text-indent: -2500px;
}
/* added by AB @2012-05-07, nachhaltigkeit */
article.nachhaltigkeit {
	padding-bottom: 20px;
}
article.nachhaltigkeit ul {
	margin-left: 40px;
}
article.nachhaltigkeit ul ul {
	margin-left: 40px;
}
article.nachhaltigkeit ul li {
	line-height: 1.5em;
	margin-bottom: 5px;
}
article.nachhaltigkeit ul.contentbox {
	width: 40%;
}
article.nachhaltigkeit h2 {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 5px !important;
	line-height: auto !important;
	cursor: pointer;
	padding-left: 18px !important;
	background: url(/style/img/nachhaltigkeit/arrow.gif) no-repeat 0 center;
}
article.nachhaltigkeit #contentlist {
	margin-left: 30px;
	margin-top: 30px;
}
