/* Inspirator */

#insp-html {
	width: 745px;
	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;
/*	border: red 1px dotted;*/
}
#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;*/
}


/* Home */

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

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

.slideshow .image {
	width: 767px;
	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: 768px;
	height: 461px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/home/slideshow_top_1.png) no-repeat 0 0;
}
.slideshow .bottom {
	width: 768px;
	height: 137px;
	position: absolute;
	left: 0;
	top: 444px;
	background: url(img/home/slideshow_bottom_3.png) no-repeat 0 0;
}
.slideshow .wave {
	width: 768px;
	height: 113px;
	position: absolute;
	left: 0;
	top: 427px;
	background: url(img/waves/home_centre_1.png) no-repeat 0 0;
}
.slideshow .product {
	width: 100px;
	height: 143px;
	position: absolute;
	z-index: 1;
	left: 60px;
	top: 360px;
	background: url(img/home/slidelogo.png) no-repeat 0 0;
}
.slideshow .text {
	width: 510px;
/*	height: 50px;*/
	position: absolute;
	left: 435px;
	top: 526px;
}



/* Teasers */

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

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

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

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

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

#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 .text h2 a {
	color: #e3000f;
}


/* Inspirator Tab */

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

#inspirator {
	width: 678px;
	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: 650px;
	height: 150px;
	position: absolute;
	left: 34px;
	top: 120px;
/*	background: url(img/dummies/inspirator-flash.jpg) no-repeat 0 0;*/
}

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

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

#inspirator #insp-recipe h2 a {
	color: #e3000f;
}

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

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

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

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

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


/* receptekategri Tab */

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

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

#receptekat h1 { display: none; }

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

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

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

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

ul.receptekat {
	list-style: none;
	height: 126px;
	margin-top: 11px;
}
ul.receptekat li {
	width: 71px;
	float: left;
	margin-right: 3px;
}
.bluebox ul.receptekat { width: 666px; margin-top: 0; margin-left: -8px; }
.bluebox ul.receptekat li { margin-right: 1px; }
ul.receptekat li.active,
ul.receptekat li:hover {
	background: url(img/receptekat/icon-highlight.png) no-repeat 0 0;
}
ul.receptekat li a {
	display: block;
	width: 71px;
	height: 47px;
	padding-top: 79px;
	font-size: 9px;
	text-align: center;
	background: url(img/receptekat/icons.png) no-repeat 0 -100px;
}
ul.receptekat li a:hover {
	text-decoration: none;
}
ul.receptekat li.alle a { background-position: 0 0; }
ul.receptekat li.fingerfood a { background-position: -72px 0; }
ul.receptekat li.salate a { background-position: -144px 0; }
ul.receptekat li.pasta a { background-position: -216px 0; }
ul.receptekat li.ueberbackenes a { background-position: -288px 0; }
ul.receptekat li.pizza a { background-position: -360px 0; }
ul.receptekat li.fisch a { background-position: -432px 0; }
ul.receptekat li.suppen a { background-position: -504px 0; }
ul.receptekat li.fleisch a { background-position: -576px 0; }
ul.receptekat li.vegetarisch a { background-position: -648px 0; }
ul.receptekat li.kids a { background-position: -720px 0; }
ul.receptekat 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.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: 242px;
	background: url(img/bluebox/pack-wave-1.png) 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/.png) no-repeat 0 0;
}


/* Pages Herstellung, geschi */

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

.p-herstellung .slideshow .product,
.p-geschi .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-geschi .slideshow { height: 681px; }
.p-geschi .slideshow .text { top: 535px; }
.p-geschi .slideshow .bottom {
	height: 237px;
	background: url(img/geschi/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 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: 300px;
	float: right;
	margin-right:35px;
}
.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.kontact,
.p-presse .bluebox section.fotos {
	width: 320px;
	float: left;
	padding-left: 60px;
}
.p-presse .bluebox section.kontact h1,
.p-presse .bluebox section.fotos h1 {
	margin-bottom: 0;
}
.p-presse .bluebox section.kontact 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: 240px;
	bottom: 0;
}
.p-presse .bluebox section.fotos article.landscape footer { left: 240px; }
.p-presse .bluebox section.fotos article footer p { margin: 0; }
.p-presse .bluebox section.fotos article footer a { color: #e3000f; }


/* Page Impressum */

.p-impressum .bluebox section { padding: 0; }
.p-impressum .bluebox section h1 { margin: 0 0 .3em 0; }
/*.p-impressum .bluebox section a { color: #e3000f; }*/
.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 product */

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

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

.p-product .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-product .content h3 {
	margin: 0 0 6px 0;
}

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

.p-product .content #roundabout-container {
	width: 538px;
	height: 386px;
/*	background: #eee;*/
	margin: 40px 0 0 32px;
	position: relative;
}

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


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

.p-product .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-product .content .product .producttext {
	width: 425px;
/*	min-height: 135px;*/
	height: 180px;
	margin-left: 89px;
/*	background: #fcc;*/
}

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

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

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

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

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

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

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

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

ul.sorten-menu {
	list-style: none;
	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/product/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; }

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

.p-product .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-product .content .product ul.attributes li.portionieren { background-image: url(img/product/attr-portionieren.png); }
.p-product .content .product ul.attributes li.scheiben { background-image: url(img/product/attr-scheiben.png); }
.p-product .content .product ul.attributes li.schnittfest { background-image: url(img/product/attr-schnittfest.png); }
.p-product .content .product ul.attributes li.verschnitt { background-image: url(img/product/attr-verschnitt.png); }
.p-product .content .product ul.attributes li.mundgerecht { background-image: url(img/product/attr-mundgerecht.png); }
.p-product .content .product ul.attributes li.garnieren { background-image: url(img/product/attr-garnieren.png); }
.p-product .content .product ul.attributes li.fett { background-image: url(img/product/attr-fett.png); }
.p-product .content .product ul.attributes li.basilikum { background-image: url(img/product/attr-basilikum.png); }
/*.p-product .content .product ul.attributes li.classic125 { background-image: url(img/product/attr-125classic.png); }
.p-product .content .product ul.attributes li.minis125 { background-image: url(img/product/attr-125minis.png); }
.p-product .content .product ul.attributes li.rolle250 { background-image: url(img/product/attr-250rolle.png); }*/

/* Page recepte */

.p-recepte { background-position: 50% 492px; }
.p-kategri { background-position: 50% 414px; }

.p-inspirator .bluebox,
.p-kategri .bluebox,
.p-sucret .bluebox {
	width: 770px;
	background: url(img/recepte/bluebox-vertical.png) repeat-y 0 0;
}

.p-inspirator .bluebox .inner-1,
.p-kategri .bluebox .inner-1,
.p-sucret .bluebox .inner-1 {
	background: url(img/recepte/bluebox-bottom.jpg) no-repeat bottom left;
}

.p-recepte .bluebox .inner-2 {
	background-repeat: no-repeat;
	background-position: top left;
	height: 440px;
	position: relative;
}
.p-inspirator .bluebox .inner-2 { background-image: url(img/recepte/bluebox-tab-1.png); }
.p-kategri .bluebox .inner-2 { background-image: url(img/recepte/bluebox-tab-2.png); }
.p-sucret .bluebox .inner-2 { background-image: url(img/recepte/bluebox-tab-3.png); }

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

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

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

.p-recepte .bluebox ul.tabnav li.active a,
.p-recepte .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-recepte .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-recepte .bluebox ul.tabnav li.kategri a { /* kategri not selected */
	margin-top: 8px;
	padding: 12px 0 8px 0;
}
.p-kategri .bluebox ul.tabnav li.kategri a { /* kategri selected */
	margin-top: 0;
	padding: 18px 0 11px 0;
}
.p-recepte .bluebox ul.tabnav li.sucret a { /* sucret not selected */
	margin-top: 13px;
	padding: 12px 0 8px 0;
	-webkit-transform: rotate(3.2deg);
	-moz-transform: rotate(3.2deg);
}
.p-sucret .bluebox ul.tabnav li.sucret a { /* sucret selected */
	margin-top: 5px;
	padding: 17px 0 11px 0;
	-webkit-transform: rotate(3.2deg);
	-moz-transform: rotate(3.2deg);
}

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

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

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

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

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

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

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

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

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

article.recipe .receptetext {
	width: 600px;
/*	background: #fcc;*/
	padding-left: 70px;
}

article.recipe .receptetext h1 {
	margin-bottom: 10px;
}
article.recipe .receptetext h1 a {
	color: #e3000f;
}

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

article.recipe .receptetext 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 .receptetext p.sucret {
	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/recepte/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: 14px;
	line-height: 1.4em;
}

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

.white {
	height: 32px;
	padding-left: 39px;
	background: url(img/recepte/clocks.png) no-repeat 0 0;
}
.white.clock-5 { background-position: 0 0; }
.white.clock-15 { background-position: 0 -35px; }
.white.clock-20 { background-position: 0 -70px; }
.white.clock-30 { background-position: 0 -105px; }
.white.clock-40 { background-position: 0 -140px; }
.white.clock-45 { background-position: 0 -175px; }
.white.clock-60 { background-position: 0 -210px; }
.white.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-recepte #insp-app h2 {
	color: #315488;
	font-size: 16px;
	margin-bottom: 10px;
}
.p-recepte #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 {
/*	border-top: 1px solid #315488;*/
	margin-top: 16px;
	padding-top: 32px;
	background: url(img/bluebox/text-spacer-small.png) no-repeat 3px 0;
	position: relative;
}

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

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

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

#recipes article h2 a {
	color: #e3000f;
}

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

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

#recipes article .author {
	width: 130px;
	height: 14px;
	position: absolute;
	font-size: 12px;
	color: #e3000f;
	top: 62px;
	left: 580px;
}

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

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

#recipes article .image {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 16px;
	left: 16px;
}

#recipes article .image2 {
	position: absolute;
	top: 46px;
	left: 150px;
}

#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/recepte/frame-gold-small.png) no-repeat 0 0;
}
#recipes article .image .frame a {
	display: block;
	width: 74px;
	height: 75px;
	overflow: hidden;
	text-indent: -999px;
}

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

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

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

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

.recepteselector .text-time {
	left: 365px;
}
.recepteselector .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/recepte/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;
}


/* sucretselektion */

.p-sucret {
	background-position: 50% 514px;
}

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

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


/* Receptedetails */

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

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

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

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

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

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


/* kook */

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

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

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

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

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

.p-kook .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-kook .bluebox p {
	line-height: 1.5em;
	margin-top: .6em;
}

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

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

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

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

.p-kook .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-kook .bluebox .download ul {
	list-style: none;
}

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

.p-kook .bluebox .download a {
	color: #e3000f;
}

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

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

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

#book-preview {
	display: none;
	width: 743px;
	height: 484px;
	position: absolute;
	left: 15px;
	top: 32px;
	background: url(img/press/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/press/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/press/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/press/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*/
}



/* samer */

.p-samer {
	background-position: 50% 804px;
}
.p-samer .bluebox .content {
	position: relative;
	height: 813px;
}
.p-samer .bluebox p {
	line-height: 1.6em;
}
.p-samer .bluebox hgroup h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #315488;
	margin: .8em 0;
}
.p-samer .bluebox .block-1 {
	width: 440px;
	position: absolute;
	left: 472px;
	top: 55px;
}
.p-samer .bluebox .block-2 {
	width: 175px;
	position: absolute;
	left: 472px;
	top: 212px;
}
.p-samer .bluebox .block-3 {
	width: 215px;
	position: absolute;
	left: 696px;
	top: 415px;
}
.p-samer .bluebox .block-4 {
	width: 235px;
	padding: 26px 60px 0 25px;
	position: absolute;
	left: 55px;
	top: 364px;
	background: url(img/bluebox/text-spacer-small.png) no-repeat 0 0;
}
.p-samer .bluebox .block-4 .samerhalf {
	margin-top: 8px;
}
.p-samer .bluebox .block-5 {
	width: 670px;
	position: absolute;
	left: 80px;
	top: 525px;
}
.p-samer .bluebox .block-5a {
	width: 280px;
	position: absolute;
	left: 0;
	top: 30px;
}
.p-samer .bluebox .block-5b {
	width: 210px;
	position: absolute;
	left: 330px;
	top: 30px;
	font-weight: bold;
}
.p-samer .bluebox .block-5c {
	width: 295px;
	position: absolute;
	left: 560px;
	top: 30px;
}
.p-samer .bluebox .block-5c a {
	color: #e3000f;
}
.p-samer .bluebox .block-5c strong {
	white-space: nowrap;
}
.p-samer .bluebox .img-samerhalf {
	width: 361px;
	position: absolute;
	left: 39px;
	top: 55px;
}
.p-samer .bluebox .img-saladesteck {
	width: 234px;
	position: absolute;
	left: 668px;
	top: 195px;
}
.p-samer .bluebox .img-streuer {
	width: 219px;
	position: absolute;
	left: 432px;
	top: 335px;
}


/* Page spell */

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

.p-spell .bluebox .inner-2 {
	height: 780px;
}

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

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

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

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

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


/* Page kontact */

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

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

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

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

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

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

form#kontact textarea {
	height: 170px;
}

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

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

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

form#kontact 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; }
