

@charset "utf-8";

html
{
	
}

/**
	Main Stuff, like body, main links and so on
*/

body {
	margin: 0;
	padding: 0;
	color: #736c56;
	background: #ede9dd;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-text-size-adjust: none;
}

th, td {
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body.popup {
	padding: 0 30px;
	color: #736c56;
	background: #f4f2f4;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	clear: both;
}

.autoclear h1, .autoclear h2, .autoclear h3, .autoclear h4 {
	clear: none;
}

img {
	border: 0;	
}

.imgBorder
{
	border: 1px solid #D9D1B8;
	padding: 4px;
	display: block;
	width: auto;
}

.imgBorder a
{
	display: block;
	float: none;
}

.hide
{
    display: none;
}

/**
	Main Layers
*/

div.clear {
	clear: both;
}

/* @group Content Elemente */

div.bottomTeaserRow
{
	margin: 20px 0 0 16px;
}

div.teaserElement
{
	float: left;
	margin: 0 20px;
}

div.picture {
	position: relative;
}

div.picture img{
	position: absolute;
}

div.picture .productLabel {
	left: 0;
	z-index: 20;
	margin: 7px 0 0 -4px;
}

div.content div.partner {
	height: 70px;
	width: 984px;
	margin: 0 0 0 4px;
	/*background: transparent url(../images/partner-bg.gif) repeat-x scroll 0 0;*/
	background: transparent url(../images/sprite-x.png) repeat-x scroll 0 -72px;
}

div.half {
	width: 49%;
}

div.third {
	width: 33%;
}

div.sixth, .twothird {
	width: 66%;
}

div.quarter {
	width: 24%;
}

div.tquarter {
	width: 75%;
}

div.left, img.left, a.left, h1.left, h2.left{
	float: left;
}

div.right, span.right, a.right {
	float: right;
}

div.margin-top, img.margin-top {
	margin: 10px 0 0 0;
}



/* @end */

/* @group CFS */

div.wrapper {
	width: 992px;
	margin: 0 auto;
	background: transparent url(../images/background.gif) repeat-y scroll 0 0;
}

div.content div.top {
	height: 4px;
	z-index: 30;
	width: 984px;
	font-size: 5px;
	position: relative;
	margin: 0 0 0 4px;
	/*background: #fff url(../images/content-top.png) no-repeat scroll 0 0;*/
	background: #fff url(../images/sprite.png) no-repeat scroll 0 -410px;
}

body.popup div.content
{
	padding-top: 20px;
	padding-bottom: 10px;
}

div.content div.detail-menu {
	float: left;
	width: 200px;
	margin: 26px 4px 0 36px;
	min-height: 10px;
	clear: both;
}

div.content div.detail-middle {
	float: left;
	width: 440px;
	margin: 26px 0 0 36px;
}

div.content div.detail-middle-small {
	float: left;
	width: 390px;
	margin: 26px 0 0 36px;
}

div.content div.detail-middle-full {
	float: left;
	width: 680px;
	margin: 26px 0 0 36px;
}

div.content div.detail-full {
	float: left;
	margin: 26px 30px 0 36px;
}

div.content div.detail-right {
	float: left;
	width: 200px;
	margin: 26px 0 0 40px;
}

div.content div.detail-right-full {
	float: left;
	width: 200px;
	margin: 26px 0 0 40px;
}

.bottomPageNavi, .bottomPageNaviBack {
	display: none;
}

div.content div.link-to-top {
    margin: 0 25px 0 0;
}

div.content div.small-width {
    margin-left: 276px;
    width: 440px;
}

div.content div.full-width {
    margin-left: 276px;
    width: 685px;
}

/* @end */

/* @group Text, Links */

div.teaserbox-text h1 {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

div.teaserbox-text h2 {
	display: block;
	color: #f7baba;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 10px 0;
	border-bottom: 1px dotted #fff;
}

div.content h1 {
	margin: 0;
	padding: 0 0 3px 0;
	display: block;
	color: #736c56;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

div.content h2 {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	display: block;
	color: #6D6C50;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #a69b7c;
}

div.content h3 {
	display: block;
	color: #6D6C50;
	font-size: 14px;
	font-weight: normal;
}

div.content h4 {
	display: block;
	color: #998f73;
	font-size: 16px;
	font-weight: bold;
}

div.content .noUnderline
{
	border: 0;
	margin: 0;
}

div.footer div.right a {
	color: #998f73;
	text-decoration: underline;
}

div.footer div.right a:hover {
	color: #998f73;
	text-decoration: none;
}

div.content div.detail-right h1 {
	color: #736c56;
}

div.content div.detail-right-full h1 {
	color: #736c56;
}

span.grey {
	color: #7C7661;
	font-weight: bold;
}

span.bold {
	font-weight: bold;
}

span.red {
	color: #FE1721;
}

span.small {
	font-size: 10px;
}

a {
	color: #998F73;
	text-decoration: underline;
}

a:hover {
	color: #998F73;
	text-decoration: none;
}

a.red, div.red a, div.header div.service a.red{
	color: #FF1919;
	text-decoration: underline;
}

a.red:hover, div.red a:hover {
	color: #FF1919;
	text-decoration: none;
}

div.download {
	margin: 3px;
	padding: 3px 0 3px 18px;
	background: transparent url(../images/elements-download.gif) no-repeat scroll 0 2px;
}


div.thumbnail_container
{
    margin: 10px 0px;
}

div.thumbnail
{
    margin-right: 10px;
    border: #ede9dd 1px solid;
    width: 99px;
    text-align: center;
}

div.thumbnail_download_text
{
    margin: 3px;
	padding: 20px 0 3px 18px;
    background: transparent url(../images/elements-download.gif) no-repeat scroll left 17px;
}

h1.big {
	border-bottom: 1px dotted #a69b7c;
}

div.half h4 {
	color: #FF1919;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #a69b7c;
}

span.small {
	font-size: 10px;
	font-weight: normal;
}

p.white {
	color: #ccc;
	padding: 3px;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 2px 0;
}

p.red {
	padding: 3px;
	color: #FF6A00;
	display: block;
	margin: 0 0 2px 0;
	background: #FFE9D9;
}

p.blue {
	padding: 3px;
	color: #409FFF;
	display: block;
	margin: 0 0 2px 0;
	background: #D9ECFF;
}

p.green {
	padding: 3px;
	color: #9BBF30;
	display: block;
	margin: 0 0 2px 0;
	background: #F5FFD9;
}



/* @end */

/* @group Header */

div.header {
	z-index: 20;
	width: 984px;
	height: 64px;
	margin: 0 0 0 4px;
	position: relative;
	/*background: transparent url(../images/header-bg.png) no-repeat scroll 0 bottom;*/
	background: url("../images/sprite.png") no-repeat scroll 0 -90px transparent;
}

div.header h1.logo {
	left: 23px;
	top: 0;
	z-index: 30;
	height: 84px;
	width: 128px;
	position: absolute;
	background: transparent url(../images/logo.png) no-repeat scroll 0 0;
}

div.header h1.logo a{
	height: 84px;
	width: 128px;
	position: relative;
	text-indent: -999em;
	display: block;
}

.body-eskimo div.header h1.logo {
	left: 0;
	height: 136px;
	width: 385px;
	background: transparent url(../images/002/logo.png) no-repeat scroll 0 0;
}

.body-eskimo div.header h1.logo a{
	height: 136px;
	width: 385px;
}

.body-lusso div.header h1.logo {
	left: 0;
	height: 148px;
	width: 331px;
	background: transparent url(../images/004/logo.png) no-repeat scroll 0 0;
}

.body-lusso div.header h1.logo a{
	height: 92px;
	width:88px;
    top: 30px;
    left: 43px;
}

div.header .meta, div.header .menu{
	float: right;
	text-align: right;
	width: 800px;
}

div.header ul {
	padding: 0;
	float: right;
	list-style: none;
	white-space: nowrap;
	margin: 0 7px 0 0;
}

/*
div.header .menu ul{
	margin: 0 13px 0 0;
}
*/
div.header .menu ul {
	margin: 0;
	padding: 0 13px 0 0;
}

div.header li{
	float: left;
	clear: none;
	/*background: transparent url(../images/header-menu-spacer-meta.png) no-repeat right 50%;*/
	background: url("../images/sprite.png") no-repeat scroll right -6px transparent;
	padding: 4px 7px;
}

.body-lusso div.header .menu li {
    padding: 9px 5px 7px;
}

div.header .meta a {
	font-size: 11px;
	color: #998f73;
	display: block;
	padding: 1px;
	text-decoration: underline;
	font-weight: normal;
}

div.header .meta a:hover {
	color: #998f73;
	text-decoration: none;
}

div.header .menu li {
	padding: 9px 10px 7px;
	/*background: transparent url(../images/header-menu-spacer.gif) no-repeat top left;*/
	background: url("../images/sprite.png") no-repeat scroll left -36px transparent;
}

div.header li.first, div.header li.last {
	background-image: none;
}

div.header .menu li a {
	padding: 5px;
	color: #998f73;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

div.header .menu li a.fg-menu-open,
div.header .menu li a:hover {
	color: #F9171F;
}

div.header .menu li.active {
	padding: 2px 10px 3px;
}

div.header .menu li.active a,
div.header .menu li.active a:hover {
	color: #fff;
	margin: 4px 0 0 0;
}

div.header form{
	display: block;
	/*background: transparent url(../images/header-search-left.gif) no-repeat 0 0;*/
	background: url("../images/sprite.png") no-repeat scroll 0 -154px transparent;
	padding: 0 0 0 4px;
	height: 21px;
	width: 150px;
}

div.header input.search {
	border: 0;
	margin: 0;
	float: left;
	height: 17px;
	width: 125px;
	color: #998f73;
	font-size: 10px;
	line-height: 10px;
	padding: 3px 0 0 3px;
	/*background: transparent url(../images/header-search-background.gif) repeat-x scroll 0 0;*/
	background: url("../images/sprite-x.png") repeat-x scroll 0 0 transparent;
}

div.header input.submit {
	border: 0;
	margin: 0;
	width: 20px;
	float: left;
	clear: none;
	height: 20px;
	color: #998f73;
	font-size: 10px;
	padding: 3px 0 0 3px;
	cursor: pointer;
	/*background: transparent url(../images/header-search-submit.gif) no-repeat scroll 0 0;*/
	background: url("../images/sprite.png") no-repeat scroll right -40px transparent;
}



/* @end */

/* @group Footer */

div.footer {
	width: 984px;
	height: 52px;
	margin: 0 0 0 4px;
	clear: both;
	/*background: transparent url(../images/footer-background.gif) repeat-x scroll 0 0;*/
	background: transparent url(../images/sprite-x.png) repeat-x scroll 0 -20px;
}

div.footer div.left {
	float: left;
	width: 400px;
	color: #a69b7c;
	font-size: 12px;
	margin: 20px 0 0 10px;
}

div.footer div.right {
	float: right;
	width: 400px;
	color: #a69b7c;
	font-size: 12px;
	text-align: right;
	margin: 20px 10px 0 0;
}



/* @end */

/* @group Buttons */
a.button
{
	border: 0;
	cursor: pointer;
	float: left;
	margin: 1em 1em 1em 0;
	/*background: url(../images/bgButton.gif) no-repeat 0 center;*/
	background: url(../images/sprite-btn.png) no-repeat 0 0;
	text-decoration: none;
	padding: 0 0 0 12px;
}

a.button span
{
	font: bold 12px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	/*background: url(../images/bgButton.gif) no-repeat right center;*/
	background: url(../images/sprite-btn.png) no-repeat right 0;
    color: #FF1919;
	padding: 0 12px 0 0;
	margin: 0;
	line-height: 30px;
	vertical-align: middle;
	white-space: nowrap;
	margin-right: -4px;
}

a.button:hover
{
	background-position: 0 -30px;
}

a.button:hover span
{
	background-position: right -30px;
}

a.button.fixedWidth
{
	margin: 1em 0;
}

.detail-right a.button.fixedWidth
{
	margin: 0.5em 0 1.5em;
}

a.button.fixedWidth span
{
	width: 176px;
	text-align: center;
}

a.button.right
{
	float: right;
	margin: 1em 0 1em 1em;
}

button
{
	background-color: transparent;
	border: 0;
	cursor: pointer;
	float: right;
	margin: 1em 0;
	overflow: visible;
	padding: 0;
}

button span
{
	background: url(../images/sprite-red.png) no-repeat 0 0;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	margin: 0 1px 0 0;
	padding: 0 0 0 22px;
}

button span, a.button.buttonred, .content a.button.buttonred span
{
	background-image: url(../images/sprite-red.png);
	color: #fff;
	text-decoration: none;
}
.content a.button.buttonred span
{
	background-image: url(../images/sprite-red.png);
	background-position: right 0;
}

button span:hover, button span:hover span, a.button.buttonred:hover, a.button.buttonred:hover span, button:hover span
{
	background-position: left -30px;
    
}

button:hover span span, a.button.buttonred:hover span
{
	background-position: right -30px;

}

a.button.orange, a.button.orange span
{
	background-image: url(../images/orange/bgButton.gif);
	color: #fff;
}

a.button.orange:hover, a.button.orange:hover span
{
	background-image: url(../images/orange/bgButtonHover.gif);
}

button span span
{
	font: bold 12px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	background: url(../images/sprite-red.png) no-repeat right 0;
	color: #fff;
	padding: 0 20px 0 0;
	width: 150px;
	margin: 0;
	vertical-align: middle;
}


.teaserbox a.button, .teaserbox a.button span
{
	color: #FF1919;
	background-image: url(../images/sprite-btn.png);
    background-position: 0 -120px;
}
.teaserbox a.button span
{
	color: #FF1919;
	background-image: url(../images/sprite-btn.png);
    background-position: right -120px;
}

.teaserbox a.button
{
	position: relative;
	margin: 1em 0 0 0;
}

.teaserbox a.button:hover, .teaserbox a.button:hover span
{
	background-image: url(../images/sprite-btn.png);
    background-position: 0 -150px;
}
.teaserbox a.button:hover span
{
	/*background-image: url(../images/bgButtonOnRedHover.gif);*/
    background-position: right -150px;
}

button.disabled
{
	cursor: default;
}

#cartButton
{
	padding: 0 0 0 35px;
	margin: 6px 35px 0 0;
	background-image: url(../images/sprite-btn.png);
    background-position: 0 -180px;
}

#cartButton span 
{
	background-image: url(../images/sprite-btn.png);
    background-position: right -180px;
	width: 125px;
	text-align: center;
}

.content #cartButton:hover, .content #cartButton:hover span
{
	background-image: url(../images/sprite-btn.png);
    background-position: 0 -210px;
}
.content #cartButton:hover span
{
	background-image: url(../images/sprite-btn.png);
    background-position: right -210px;
}


/* @group Locked */

a.linkgreylocked
{
	background: url(../images/bgLinkLockedGrey.gif) no-repeat right center;
	padding: 0 15px 0 0;
}

.detail-menu a.linkgreylocked:hover
{
	background-image: url(../images/bgLinkLockedRed.gif);
}

a.linkredlocked
{
	padding: 0 15px 0 0;
	background: url(../images/bgLinkLockedRed.gif) no-repeat right center;
}

a.buttonlocked, a.buttonlocked span
{
	background-image: url(../images/sprite-btn.png);
    background-position: left -60px;
}
a.buttonlocked span
{
	background-image: url(../images/sprite-btn.png);
    background-position: right -60px;
}

a.buttonredlocked, .wrapper .content a.buttonredlocked span
{
	background-image: url(../images/red/bgButtonLocked.gif);
}

a.buttonlocked span
{
	padding-right: 26px;
}

.teaserElement a.buttonlocked span, .detail-right a.buttonlocked span
{
	padding-right: 12px;
}

a.buttonlocked:hover, a.buttonlocked:hover span
{
	background-image: url(../images/sprite-btn.png);
    background-position: left -90px;
}
a.buttonlocked:hover span
{
	background-image: url(../images/sprite-btn.png);
    background-position: right -90px;
}
a.buttonredlocked:hover, .content a.buttonredlocked:hover span
{
	background-image: url(../images/red/bgButtonLockedHover.gif);
}

/* @end */


/* @end */


/* @group Teaserbox */

div.teaserbox {
	z-index: 30;
	width: 236px;
	position: relative;
}

div.teaserbox div.button {
	margin: 10px 0 0 0;
}

div.teaser div.teaserbox {
	float:right;
	margin: 14px -4px 0 0;
}

div.teaserbox-red-top {
	height: 5px;
	width: 236px;
	font-size: 2px;
	/*background: transparent url(../images/box-red-top.png) no-repeat scroll 0 0;*/
	background: transparent url(../images/sprite.png) no-repeat scroll 0 -175px;
}

div.teaserbox-red-bg {
	width: 236px;
	background: #d91d25;
}

div.teaserbox-red-bot {
	height: 141px;
	width: 236px;
	/*background: transparent url(../images/box-red-bottom.png) no-repeat scroll 0 0;*/
	background: transparent url(../images/sprite.png) no-repeat scroll 0 -185px;
}
div.teaserbox-red-bot h1 {
    margin-bottom: 10px;
}
div.teaserbox-red-bot .grey-button {
    margin-top: 15px;
}

div.teaserbox-text {
	position: relative;
	padding: 5px 10px 0 10px;
}

div.teaserbox-text div.picture {
    padding: 5px 0;
    float: left;
}

div.teaserbox-text div.picture img{
    position: relative;
}

div.teaserbox-text div.content{
    padding: 5px 5px;
    margin-left: 65px;
    color: rgb(247, 186, 186);
}

div.teaserbox-text div.content *{
    color: rgb(247, 186, 186);
}

div.teaserbox-text h1.underline {
    border-bottom: 1px dotted white;
    padding-bottom: 10px;
}

div.teaser {
	/*
	z-index: 10;
	*/
	width: 984px;
	position: relative;
	margin: -4px 0 0 4px;
	background: transparent no-repeat scroll 0 0;
}

#flash {
	z-index: 0;
	width: 984px;
	position: absolute;
	left: 0;
	top: 0;	
}

/* @end */

/* @group Elements */

div.content div.line {
	height: 18px;
	width: 984px;
	font-size: 5px;
	margin: 20px 0 0 4px;
	background: transparent url(../images/sprite.png) no-repeat scroll left -550px;
}

div.content div.line-small {
	height: 18px;
	width: 681px;
	font-size: 5px;
	margin: 20px 0 0;
	background: url(../images/sprite.png) no-repeat scroll left -530px;
}

div.content div.detail-right div.spacer {
	margin: 18px 0 0 0;
	clear: both;
}


div.spacer {
	margin: 10px 0 0 0;
}

div.content div.detail-right-full div.spacer {
	margin: 18px 0 0 0;
	clear: both;
}

div.content div.headline div.number {
	color: #fff;
	float: left;
	width: 24px;
	height: 32px;
	font-size: 13px;
	font-weight: bold;
	background: transparent url(../images/red/count.png) no-repeat scroll top right;
}

div.content div.headline {
	margin: 0 40px 0 0;
}

div.content div.headline div.number p {
	margin: 0;
	padding: 3px 0 0 5px;
}

div.content div.headline h3 {
	margin: 0 0 0 30px;
	padding: 3px 0 2px 0;
	border-bottom: 1px dotted #998f73;
}

div.product {
	margin: 10px 0;
}

div.product div.picture {
	float: left;
	width: 328px;
	height: 215px;
}

div.product div.description {
	float: right;
	width: 330px;
	margin: 0 0 0 20px;
}

div.product .listItem, div.product div.listItem-last {
	float: left;
	width: 152px;
	margin: 0 24px 5px 0;
}

div.product div.listItem-last {
	margin: 0;
}

div.product div.listItem a.productImage, div.product div.listItem-last a.productImage {
	width: 152px;
	height: 100px;
	padding: 0;
	position: relative;
	display: block;
	background-image: none;
	margin: 0 0 5px;
}

div.product div.listItemMed a.productImage {
	width: 236px;
	height: 155px;
}

div.product div.listItem a.productImage img, div.product div.listItem-last a.productImage img {
	border: 0;
}

div.product div.listItem a.productImage:hover, div.product div.listItem-last a.productImage:hover {
	padding: 0;
	background-image: none;
}

div.product div.listItem img, div.product div.listItem-last img {
	position: absolute;
}

div.product div.listItemMed {
	width: 327px; 
	height: 300px;
}

.listItemMed a.productLink, .listItemMed a.productLink:hover{
	width: 236px;
	display: block;
	background-image: none;
	padding: 0;
}

div.listItem .productLabel
{
	z-index: 20;
	left: 0;
	margin: 7px 0 0 -2px;
}

div.product dl {
	margin: 5px 0 12px;
}

div.product dt {
	clear: both;
	width: 185px;
	font-weight: normal;
}

div.product dd, div.product dt {
	padding-bottom: 0;
}

dt.acPrice {
	padding: 4px 0 0 0;
}

dd.acPrice {
	font-size: 15px;
	color: #FF1919;
	font-weight: bold;
}


/* @end */

/* @group Misc */

hr {
	clear: both;
	border: 1px solid #fff;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
	border-bottom: 1px dotted #a69b7c;
	margin: 0 0 15px;
	padding: 15px 0 0;
}

.popup hr
{
	border-top-color: #f4f2f4;
}

hr.footer {
	width: 982px;
	margin: 5px 0 10px 4px;
}

hr.narrow {
	width: 380px;
}

hr.red {
	margin: 1px -1px 2px -2px;
	padding: 0;
	border-bottom: 1px dotted #f00;
}

.checkout-error
{
	color: #f00;
}

.newsletter_form .disclaimer-error {
    width: 412px;
}

div.shopping_cart_meta a.button{
	margin-top: 0;
}

div.checkout-header-step-text {
	float: left;
	color: #ccc;
	margin: 0 10px 0 0;
}

div.checkout-header-step-text-active {
	float: left;
	font-weight: bold;
	margin: 0 10px 0;
}

dl dt {
	float: left;
	width: 10em;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0 0 0.5em;
}

dl dd {
	margin-left: 11em;
	padding-bottom: 0.5em;
	line-height: 1.3em;
}

div.labelFreeSmall {
	z-index: 20;
	width: 36px;
	height: 18px;
	position: absolute;
	left: 0;
	margin: 7px 0 0 -2px;
	background: transparent url(../images/free-small.png) no-repeat scroll 0 0;
}

div.labelNewSmall {
	z-index: 20;
	width: 26px;
	height: 18px;
	position: absolute;
	left: 0;
	margin: 7px 0 0 -2px;
	background: transparent url(../images/sprite.png) no-repeat scroll -60px -360px;
}

.body-fr div.labelNewSmall {
	width: 47px;
	background-position: -200px -360px;
}

.body-it div.labelNewSmall {
	width: 35px;
	background-position: -325px -360px;
}

div.labelNew {
	z-index: 20;
	width: 52px;
	height: 36px;
	position: absolute;
	margin: 7px 0 0 -4px;
	background: transparent url(../images/sprite.png) no-repeat scroll left -360px;
}

.body-fr div.labelNew {
	width: 89px;
	background-position: -100px -360px;
}

.body-it div.labelNew {
	width: 69px;
	background-position: -250px -360px;
}

div.labelNewRecipeSmall {
	z-index: 20;
	width: 65px;
	height: 18px;
	position: absolute;
	left: 0;
	margin: 7px 0 0 -2px;
	background: transparent url(../images/sprite.png) no-repeat scroll -143px -600px;
}

div.labelNewRecipeSmallBottom {
    top: 22px;
}

.body-fr div.labelNewRecipeSmall {
	width: 47px;
	background-position: -200px -600px;
}

.body-it div.labelNewRecipeSmall {
	width: 35px;
	background-position: -325px -600px;
}

div.labelNewRecipe {
	z-index: 20;
	width: 127px;
	height: 36px;
	position: absolute;
	margin: 7px 0 0 -4px;
	background: transparent url(../images/sprite.png) no-repeat scroll left -600px;
}

div.labelNewRecipeBottom {
    top: 40px;
}

.body-fr div.labelNewRecipe {
	width: 89px;
	background-position: -200px -600px;
}

.body-it div.labelNewRecipe {
	width: 69px;
	background-position: -250px -600px;
}

div.hr {
	padding: 10px 0;
	border-bottom: 1px dotted #a69b7c;
}

.content .cartTable th, .content  .cartTable td
{
	padding-left: 12px;
	padding-right: 12px;
}

.content .infoContainer
{
	display: none;
	padding-bottom: 20px;
}

ul.landingPage
{
	font-size: 14px;
	line-height: 20px;
	list-style-image: url(../images/red/arrow-big-re.gif);
}

ul.landingPage li
{
	margin: 0 0 1em 0;
}

.paging
{
	border-bottom: 1px dotted #a69b7c;
	padding: 0 0 12px 0;
}

/* @end */


/* @group SubNavi */

div.content div.detail-menu h1
{
	color: #4e4939;
	font-size: 14px;
	border-bottom: 1px dotted #a69b7c;
	margin: 0 0 10px;
	padding: 0 0 11px;
}

div.detail-menu ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

div.detail-menu ul ul {
	margin: 0;
}

div.detail-menu ul li {
	font-size: 13px;
	font-weight: bold;
	padding: 11px 0 0 15px;
	margin: 0 0 13px 0;
	border-top: 1px dotted #a69b7c;
	background: transparent url(../images/arrow.gif) no-repeat 0 15px;
}

div.detail-menu ul li.active {
	background-image: url(../images/arrow-down.gif);
}

div.detail-menu ul li a,
div.detail-menu ul.layer-1 li a,
div.detail-menu ul.layer-1 ul.layer-2 li a,
div.detail-menu ul.layer-1 ul.layer-2 ul.layer-3 li a{
	color: #6d6c50;
	text-decoration: none;
}

div.detail-menu ul li a:hover {
	text-decoration: none;
}

div.detail-menu li.first {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	background-position: 0 3px;
}

div.detail-menu ul.layer-1 {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

div.detail-menu ul.layer-1 li {
	border: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 0 10px;
	margin: 0 0 5px 10px;
	border-top: 1px dotted #a69b7c;
	background: transparent url(../images/arrow-small.gif) no-repeat 0 9px;
}

div.detail-menu ul.layer-1 li.active {
	background-image: url(../images/arrow-down-small.gif);
}

div.detail-menu ul.layer-1 li.first {
	border: 0;
}

div.detail-menu ul.layer-2 li {
	border: 0;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0 0 10px;
	margin: 0 20px 5px 10px;
	line-height: 12px;
	background-position: 0 5px;
}

div.detail-menu ul.layer-2 li.first {
	border-top: 0;
	background-position: 0 6px;
}

div.detail-menu ul.layer-3 li.active {
	font-style: italic;
}


/* @end */

/* @group TabNavi */

div.content div.tabmenu {
	height: 88px;
	margin: -45px 0 0 0;
	width: 756px;
	z-index: 40;
	position:relative;
	float: left;
}

div.content div.tabmenu-full {
	height: 88px;
	width: 716px;
	z-index: 40;
	position:relative;
	float: left;
}
	
div.content div.tabmenu h1 {
	color: #fff;
	padding: 10px 0 0 45px;
	position: relative;
}

div.content div.tabmenu-full h1 {
	color: #fff;
	padding: 10px 0 0 35px;
}

div.tabmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 8px;
	left: 32px;
	height: 26px;
	overflow: hidden;
}

div.tabmenu ul li {
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
}

div.tabmenu ul li a {
	display: block;
    font-weight: bold;
    text-decoration: none;
	padding: 0 4px 0 0;
}

div.tabmenu ul li a.locked {
	padding: 0 16px 0 0;
}

div.tabmenu ul li a span {
	display: block;
	padding: 6px 8px 4px 12px;
	margin: 0;
}



/* @end */

/* @group Auffüllaktion */

div.arrow {
	margin: 0;
	position: absolute;
	width: 12px;
	height: 32px;
	display: none;
	background: transparent url(../images/table-auffuell-hover-arrow.gif) no-repeat scroll 0 center;
}

div.arrow-left {
	float: left;
	margin: 0;
	position: absolute;
	width: 12px;
	height: 32px;
	display: none;
	background: transparent url(../images/table-auffuell-hover-arrow-left.gif) no-repeat scroll 0 center;
}

div.arrow-teaser {
	background: transparent url(../images/table-auffuell-hover-arrow-left-teaser.gif) no-repeat scroll 0 center;
}

div.content div.auffuell {
	position: relative;
	width: 680px;
}

.content div.table-header-auffuell-orange.small {
	clear: both;
	width: 602px;
	height: 39px;
	background: transparent url(../images/table-head-orange.gif) no-repeat scroll 0 0;
	margin: 10px 0 0;
}

div.table-header-auffuell-orange{
	clear: both;
	width: 680px;
	height: 39px;
	background: transparent url(../images/table-head-orange-list.gif) no-repeat scroll 0 0;
	margin: 10px 0 0;
}

div.table-header-auffuell-purple{
	clear: both;
	width: 680px;
	height: 39px;
	background: transparent url(../images/table-head-purple-list.gif) no-repeat scroll 0 0;
	margin: 10px 0 0;
}

div.table-header-auffuell-red {
	clear: both;
	width: 602px;
	height: 39px;
	background: transparent url(../images/table-head-red.gif) no-repeat scroll 0 0;
	margin: 10px 0 0;
}

div.table-footer-auffuell-small {
	clear: both;
	height: 7px;
	width: 602px;
	font-size: 1px;
	margin: 0 0 10px 0;
	background: transparent url(../images/table-bottom.gif) no-repeat scroll 0 0;
}

div.table-footer-auffuell {
	clear: both;
	height: 7px;
	width: 680px;
	font-size: 1px;
	margin: 0 0 10px 0;
	background: transparent url(../images/table-bottom-list.gif) no-repeat scroll 0 0;
}

div.auffuell-details {
	display:none;
	clear: both;
}

h3.auffuell {
	color: #FE1721;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 21px 0 0;
	padding: 5px 5px 5px 0;
	border-bottom: 1px dotted #a69b7c;
}

div.table-header-auffuell-orange h2, div.table-header-auffuell-red h2, div.table-header-auffuell-orange.small h2, div.table-header-auffuell-purple h2 {
	color: #fff;
	border-bottom: 0;
	font-weight: bold;
	padding: 10px 0 0 10px;
	margin: 0;
}

table.auffuell, table.auffuell-red {
	width: 680px;
}

table.auffuell.small, table.auffuell-red.small {
	width: 602px;
}

table.auffuell tr {
    background-color: #FBFAF7;
}

table.auffuell thead tr th {
	font-size: 10px;
	padding: 4px 0;
	text-align: left;
	font-weight: normal;
}

table.auffuell tbody tr td, table.auffuell-red tbody tr td {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #a69b7c;
	vertical-align: top;
	padding: 9px 0;
}

table.auffuell-teaser tr th, table.auffuell-teaser tr td {
	background-color: #eae6d8;
}

table.auffuell tbody tr.musthave td {
    background-color: #fcd7c3;
}

table.auffuell-red tbody tr {
	background: #FFE9D9;
}

table.auffuell tbody tr td.inputCol, table.auffuell-red tbody tr td.inputCol
{
	padding: 9px 0 6px;
	text-align: left;
}

table.auffuell tbody tr.last td, table.auffuell-red tbody tr.last td {
	font-size: 12px;
	border-bottom: 0;
}

table.auffuell tbody tr.pricing-sum {
	font-size: 13px;
	background: #fff;
	color: #FE2630;
}

table.auffuell tbody tr.pricing-sum td{
	padding: 20px 12px;
}

table.auffuell tbody tr.hover td,
table.auffuell-red tbody tr.hover td{
	background: #e5e0d1 url(../images/table-auffuell-tr-hover-bg.gif) repeat-x 0 0;
}

table.auffuell-teaser tbody tr.hover td{
	background: #CCC2A4 url(../images/table-auffuell-tr-hover-bg-teaser.gif) repeat-x 0 0;
}

table.auffuell-teaser tr .col-1 {
	border-left: 2px solid #ff6b00;
}

table.auffuell-teaser.leftArrow tbody tr.hover .col-1 {
	border-left: 0;
}

table.auffuell-teaser tr .col-last {
	border-right: 2px solid #ff6b00;
}

table.auffuell-teaser tbody tr.hover .col-last {
	border-right: 0;
}

table.auffuell-teaser.leftArrow tbody tr.hover .col-last {
	border-right: 2px solid #ff6b00;
}

table.auffuell .button-minus, table.auffuell .button-plus
{
	float:left;
	margin: 0;
	cursor: pointer;
}

table.auffuell .button-update
{
	float: right;
	cursor: pointer;
	position: relative;
	margin: 0 12px 0 0;
	background: url(../images/button-update.png) no-repeat 0 0;
	width: 30px;
	height: 20px;
}

table.auffuell .button-update:hover
{
	background-position: 0 -40px;
}

table.auffuell .button-update-inactive
{
	cursor: default;
	background-position: 0 -20px;
}

table.auffuell .button-update-inactive:hover
{
	background-position: 0 -20px;
}


.content input.auffuell {
	border: 0;
	float: left;
	width: 26px;
	height: 17px;
	font-size: 10px;
	font-size: 100%;
	font-weight: bold;
	margin: 0 1px;
	padding: 3px 0 0;
	text-align: center;
	background: transparent url(../images/auffuell-input.png) no-repeat scroll 0 0;
}

table.auffuell .grey
{
	background: url(../images/icon-false.gif) no-repeat 18px 0;
	padding: 0 10px 1px 40px;
	display: block;
}

table.auffuell .grey.true
{
	background-image: url(../images/icon-true.gif);
}

#auffuellImagePool
{
	position: absolute;
	left: 630px;
}

#auffuellDetailImage
{
	display: none;
	position: absolute;
	text-align: center;
	background: url(../images/table-auffuell-hover-bg.png) no-repeat 0 0;
	width: 240px;
	height: 220px;
}

#auffuellDetailImage img
{
	position: absolute;
}

td .productImage
{
	position: relative;
	width: 68px;
	height: 45px;
}

td .productImage img
{
	position: absolute;
	left: 0;
}

.productImage .productLabel
{
	z-index: 20;
	margin: 7px 0 0 -2px;
}

#discountTable table
{
	border-bottom: 1px dotted #f00;
	border-top: 1px dotted #f00;
	padding: 2px 0;
}

.productAlertNotSaved
{
	padding: 10px 20px 20px;
}

.productAlertNotSaved h3
{
	color: #FE1721!important;
	display: block;
	font-weight: bold!important;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 65px;
	background: url(../images/bgCart.gif) no-repeat left center;
	position: relative;
}

.productAlertNotSaved ul
{
	border-top: 1px dotted #a69b7c;
	border-bottom: 1px dotted #a69b7c;
	padding: 15px 0 20px 30px;
}

.productAlertNotSaved li
{
	font-weight: bold;
}

.productAlertNotSaved li span
{
	font-weight: normal;
	color: #b6ad9a;
}

/* @end */



/* @group Map */

#mapHolder2
{
	position: relative;
	width: 255px;
	height: 345px;
	float: left;
	display: block;
}

#mapHolder img, #mapHolder2 img
{
	position: absolute;
	top: 0;
	left: 0;
}

.vpTeaserH
{
	background: url(../images/map_small/bg.png) no-repeat 0 0;
	width: 440px;
	height: 160px;
}

.vpTeaserH #mapHolder
{
	float: left;
	margin: 2px 0 0 15px;
	position: relative;
	display: block;
	width: 115px;
	height: 155px;
}

.vpTeaserV
{
	background: url(../images/map_small/bgV.png) no-repeat 0 0;
	width: 200px;
	height: 300px;
	text-align: center;
	padding: 10px 0 0;
}

.vpTeaserV #mapHolder
{
	margin: 0 auto;
	float: none;
	position: relative;
	display: block;
	width: 115px;
	height: 155px;
}
.vpTeaserV .f_salesrep_container {
    height: 105px;
    text-align: center;
    position: relative;
}
.vpTeaserV .f_salesrep_container form#f_salesrep {
    position: absolute;
    bottom: 0;
    left: 19px;
}

.happinessTeaserV
{
	background: url(../images/bgTeaserHappiness.png) no-repeat 0 0;
	width: 200px;
	height: 347px;
	text-align: center;
	padding: 0;
}

.happinessTeaserV .pinHolder
{
	width: 117px;
	height: 165px;
	margin: 0 auto;
	position: relative;
}

.happinessTeaserV .pinHolder img
{
	position: absolute;
	cursor: pointer;
}

#happinessText
{
	margin: 25px 15px 0 20px;
	text-align: left;
}

/* @end */

/* @group Tooltip */

/* Core qTip styles */
.ui-tooltip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	z-index: 15000;
}

/* Fluid class for determining actual width in IE */
.ui-tooltip-fluid{
	display: block;
	visibility: hidden;
	position: static !important;
	float: left !important;
}

.ui-tooltip-content{
	position: relative;
	padding: 5px 9px;
	overflow: hidden;
	
	border-width: 1px;
	border-style: solid;
	
	text-align: left;
	word-wrap: break-word;
	overflow: hidden;
	
	border-color: #d3d3d3;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	background-color: #FAFAFA;
	color: #000;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.tipIntoCart .ui-tooltip-content{
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fefefc;
	color: #807f66;
	font-weight: normal;
	padding: 10px;
}

/* @end */

/* @group Declarations */ 

.declaration.ui-tooltip {
    width: 359px;
    padding: 0;
    margin: 0;
    max-width: 359px;
}
.declaration .ui-tooltip-titlebar {
    width: 339px;
    background: transparent url(../images/001/sprite_neu.png) no-repeat -400px -345px scroll;
    height: 28px;
    padding: 15px 20px 0 0;
}

.declaration .ui-tooltip-title {
    color: #34394a;
    font-size: 15px;
    padding: 3px 0 10px 23px;
    font-weight: bold;
    float: left;
}

.declaration .ui-tooltip-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: transparent url(../images/001/sprite_bullets.png) no-repeat -60px -23px scroll;
    text-indent: -10000px;
    cursor: pointer;
    position: absolute;
    right: 15px;
}

.declaration .ui-tooltip-content {
    min-height: 170px;
    width: 306px;
    max-width: 306px;
    background: transparent url(../images/001/bg_tooltip.png) no-repeat left bottom scroll;
    border: none;
    overflow: visible;
    padding: 10px 30px 35px 23px;
    opacity: 1;
    color: #34394a;
}

.declarations {
    padding: 10px 0 20px;
}

.declarations img {
    padding: 0 5px;
    cursor: pointer;
}
/* @end */

/* @group Search & News */

div.pages {
	width: 600px;
	margin: 20px 0 0;
}

.detail-middle div.pages {
	width: 400px;
	margin: 20px 0 0;
}

div.pages div.amount {
	float: left;
	width: 150px;
}

div.pages div.page-switcher {
	float: left;
	margin: 0 0 0 100px;
	white-space: nowrap;
}

.detail-middle div.pages div.page-switcher {
	float: left;
	margin: 0 0 0 40px;
}

div.pages div.page-switcher div.the-pages {
	float: left;
	margin: 0 5px;
	white-space: nowrap;
}

div.pages div.page-switcher div.the-pages a{
	padding: 0 4px;
}

div.pages div.page-switcher div.the-pages .active{
	font-weight: bold;
	text-decoration: none;
}

div.result {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #a69b7c;
}

div.content div.result h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
}

div.content div.result p {
	margin: 0 0 5px 0;
}


div.content div.search-top
{
	border-bottom: 1px dotted #a69b7c;
	margin: 0 0 20px;
}

div.content div.search-top h2 {
	color: #FF1919;
	font-weight: bold;
	float: left;
	display: block;
	border: 0;
	margin: 7px 0;
}

div.content div.search-top div.form {
	float: right;
	width: 485px;
	margin: 0;
}

div.content div.search-top div.form input.field {
	border: 0;
	display: block;
	float: left;
	width: 368px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 0 5px;
	background: transparent url(../images/search-bar.png) no-repeat scroll 0 0;
}

div.content div.search-top div.form input.submit {
	border: 0;
	display: block;
	cursor: pointer;
	float: right;
	width: 108px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 5px;
	background: transparent url(../images/search-button.png) no-repeat scroll 0 0;
}

/* @end */


/* @group Auto-clearing */

.autoclear:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.autoclear
{
	display: inline-block
}

/* Hides from IE-mac \*/

* html .autoclear
{
	height: 1%
}

.autoclear
{
	display: block
}

/* End hide from IE-mac */

/* @end */


/* @group Forms */

form {
	padding: 0;
	margin: 0;
}

fieldset
{
	border: 0;
	padding: 0;
	margin: 0;
}

legend
{
	padding: 0 0 0.5em;
	color: #333;
	font-weight: normal;
	font-style: normal;
	white-space: normal;
}

.legendLabel
{
	padding: 1em 0 0.5em;
	font-weight: normal;
	font-style: normal;
	display: block;
	margin: 0;
}

label, .label
{
	float: left;
	padding: 0;
	margin: 0.5em 0.5em 0.5em 0;
	display: block;
	clear: both;
}

.detail-middle-small label, .detail-middle-small .label
{
	width: 120px;
}

.detail-middle-small label span, .detail-middle-small .label span
{
	width: 90px;
}

.detail-middle-small .inputcheckboxes.wide label span, .detail-middle-small .wide .label span
{
	width: 350px;
}

.label
{
	margin: 0.25em 0.5em 0.5em 0;
}

label p, .label p
{
	padding: 0;
	margin: 0;
}

.content input, select, textarea
{
	font-size: 1em;
	line-height: 1em;
	float: right;
	margin-bottom: 0.5em;
	padding: 3px;
	width: 185px;
}

form#contact_form_small .form_input_radio
{
	width: 20px;
}

/*form#contact_form_small .inputradios label
{
	width: 223px;
}*/

/*form#contact_form_small input, select, textarea
{
	width: 250px;
}*/

/*form.registration_form select, div#checkout_form select, form#user_edit_form select*/
select
{
    width: 193px;
}

.content input, textarea
{
	padding: 5px 3px 1px;
}

input.error, textarea.error, select.error {
	color: #B21212;
	background: #FFE5E5;
	border: 1px solid #B21212;
}

span.error, .inputcheckboxes.error {
	color: #B21212;
	clear: both;
	display: block;
	width: 180px;
	float: right;
	padding: 0 0 2em 0;
}

span.error a, .inputcheckboxes.error a{
	color: #B21212;
}

span.error
{
	padding-left: 10px;
	background: url(../images/error.gif) no-repeat left 3px;
}

.wide span.error {
	width: 90%;
	float: none;
}

.auffuell span.error {
	width: 100%;
	padding: 0 0 10px;
	background-image: none;
	font-size: 15px;
	font-weight: bold;
}

.message_box
{
	background-color: #f2f3f4;
	margin: 0 0 1em;
	padding: 1em 1em 0;
}
.popup .message_box
{
	background-color: #fff;
}
.message_box span
{
	display: block;
	padding: 0 0 1em 0;
	clear: both;
	font-weight: bold;
	margin: 0;
}
    
.errorMessage {
	color: #B21212;
}

.formElement
{
	border: 1px solid #998F73;
	color: #736C56;
}

.captcha
{
	border: 1px solid #8f8d82;
	float: right;
	margin: 1em 0 0;
}

.fieldpool_group_top
{
	float: left;
	width: 100%;
	margin-bottom:10px;
}

.fieldpool_group_bottom_left
{
	float: left;
    width: 330px;
    padding-right: 10px;
}

.fieldpool_group_bottom_left select
{
    width: 193px;
}

.fieldpool_group_bottom_right
{
	float: left;
    width: 330px;
}

.contact_checkbox 
{
    float: left;
    width: 33%;
}

.contact_checkbox span
{
	float: right;
	width: 195px;
}

.contact_checkbox input
{
	width: 20px;
	float: left;
}

.sales_channel_poll_other_checkbox
{
	margin-top: 5px;
}

.contact_form_marketing_checkbox
{
	float: left;
	margin-top: 10px;
}

.contact_form_marketing_checkbox input
{
    float: left;
    width: 20px;
    margin-left:0px;
}

.contact_form_marketing_label
{
	float: right;
	width: 294px; 
	margin-top: 0px;
	clear: none;
}

.form_captcha_label
{
	width: 129px;
}

.contact_checkbox label
{
    float: none;
    display: inline;
    margin-bottom: 10px;
}

.textarea_contact_form_big
{
	height:125px;
}

.contact_checkbox input.number_of_shops_count
{
    width: 50px;
}

.contact_checkbox input.sales_channel_poll_other
{
	width: 150px;
}

.contact_checkbox input.sale_of_ice_producer
{
    width: 200px;
}

div.questionbox
{
	margin: 10px 0px;
}

.input
{
	float: right;
	display: block;
	width: 250px;
	border: 0;
	padding: 0;
	clear: none;
	margin: 0;
}

input.small
{
	width: 100px;
}

input.left
{
	float: left;
}

.inputcheckboxes, .inputradios
{
	float: right;
	display: block;
	width: 195px;
	border: 0;
	margin: 0;
	padding: 0.25em 0 0.5em;
}

.inputcheckboxes.wide, .inputradios.wide, .inputcheckboxes.medium, .inputradios.medium
{
	float: none;
	width: 100%;
}

.inputcheckboxes label, .inputradios label
{
	display: inline;
	clear: none;
	margin: 0 6pxm 6px 0;
	padding: 0;
	width: 150px;
}

.inputcheckboxes label span, .inputradios label span
{
	float: left;
	width: 150px;
}

.inputcheckboxes.wide label, .inputradios.wide label
{
	display: inline;
	clear: none;
	width: 100%;
	padding: 3px 0 0;
}

.inputcheckboxes.wide label span, .inputradios.wide label span
{
	float: left;
	width: 400px;
}

.inputcheckboxes.medium label, .inputradios.medium label
{
	display: inline;
	clear: none;
	width: 330px;
	padding: 3px 0 0;
}

.inputcheckboxes.medium label span, .inputradios.medium label span
{
	float: left;
	width: 300px;
}

.inputcheckboxes input, .inputradio, .inputradios input, .inputcheckbox
{
	width: 20px;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}	

input.shop-cart-quantity-input
{
	margin: 4px 5px 0 0;
	width: 40px;
	float: left;
}

input.text-input-xs
{
	width: 40px;
}

.disabled
{
	cursor: default;
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	background-color: #f3f4f5;
}

.zipSearchResult span
{
	padding: 0.5em 0 1em 0;
}

/*select
{
	width: 258px;
}*/

textarea
{
	height: 8em;
	overflow: auto;
	font: 11px/1.5em "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
}




/* @end */

/* @group Gewinnspiel */

div.win {
	margin: 0 0 0 4px;
	background: transparent url(../images/gewinnspiel-gold/win-kiste.jpg) no-repeat left bottom;
	padding: 0 0 20px;
}

div.win div.text {
	margin: 20px 32px 0 32px;
}

div.win div.text h1 {
	color: #b21212;
	display: block;
	margin: 0 0 25px;
	border: 1px dotted #a69b7c;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

p.question {
	color: #ff1919;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	/*padding: 0 0 10px 0;*/
	border-bottom: 1px dotted #fff;
}

div.padding {
	padding: 0 20px 0 0;
}

div.question {
	color: #ad151a;
	float: none;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
}

div.question img {
	float: left;
	margin: 5px 15px 0 0;
	padding-bottom: 5px;
}

div.win label {
	clear: none;
	width: 180px;
}

div.question label {
	float: left;
	clear: none;
	margin: 30px 0 0 0;
}

div.code {
	width: 297px;
	background: #fff;
	margin: 5px 0 0 0;
	text-align: center;
}

div.border {
	width: 298px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #fff;
}

img.padding {
	margin: 0 10px 10px 0;
}

div.win input
{
	width: 290px;
}

div.win select
{
	width: 300px;
}

div.win .captcha
{
	border: 0;
	float: none;
	margin: 0 auto;
}

div.win .form_input_radio, div.win .form_input_checkbox
{
	width: auto;
	float: left;
	margin: 0 0.5em 0 0;
}

div.win label a
{
	color: #555;
}

div.win span.error
{
	float: none;
	width: 100%;
}
div.win .quizanswers .error {
    padding-bottom: 0;
    width: auto;
}
div.win .quizanswers span.error {
    width: 275px;
}
div.win form .red-button {
    margin-right: -18px;
}
/* @end */

/* @group Checkout steps */

.checkout-header-steps
{
	width: 680px;
	margin: 0 0 15px 0;
}

.checkout-header-steps span
{
	padding: 6px 6px 6px 15px;
	display: block;
}

.checkout-header-step
{
	width: 230px;
	height: 30px;
	float: left;
	color: #ada99c;
	background: #f0eee9 url(../images/bgCartHeader.gif) no-repeat right 0;
}

.checkout-header-step-active
{
	width: 230px;
	height: 30px;
	float: left;
	color: #736c58;
	background: #e2ded5 url(../images/bgCartHeader.gif) no-repeat right -30px;
}

.checkout-header-step a
{
	color: #ada99c;
}

.checkout-header-step-3
{
	width: 220px;
	background-image: none;
}

.checkout-header-step-activebg
{
	background-position: right -60px;
}

/* @end */

/* @group Basket */



.cartConditions
{
	background: #FFE5E5;
	padding: 30px 30px 15px 15px;
}

div.cartConditions h3
{
	margin: 0 0 10px 26px;
	font-size: 16px;
	font-weight: bold;
}

.cartConditions .inputcheckboxes
{
	padding: 0 0 20px;
}

.cartConditions .inputcheckboxes h4
{
	color: #B21212;
	margin: 0 0 0 26px;
	font-size: 12px;
}

.cartConditions label
{
	margin: 0;
}

.cartConditions label span
{
	padding: 0 0 20px;
	border-bottom: 1px dotted #a69b7c;
}

/* @end */



div.bigBox {
	width: 680px;
	height: 152px;
	margin: 15px 0;
	background: transparent url(../images/bigbox.gif) no-repeat scroll 0 0;
}

div.bigBox div.text {
	padding: 10px;
}

/* @group Register */

div.registerbox-login {
    background: transparent top left no-repeat scroll url(../images/registerbox-1.jpg);
    width:290px;
    height:80px;
    margin:5px -5px 15px;
    padding: 25px;
}

div.registerbox-login div.button {
    background: transparent top left no-repeat scroll url(../images/button-login.png);
    width:109px;
    height:26px;
    padding-top:10px;
    margin:0;
    text-align: center;
}
div.registerbox-register {
    background: transparent top left no-repeat scroll url(../images/registerbox-2.jpg);
    width:290px;
    height:80px;
    margin:5px -5px 15px;
    padding: 25px;
}
div.registerbox-register div.button {
    background: transparent top left no-repeat scroll url(/images/button-register.png);
    width:203px;
    height:26px;
    padding-top:10px;
    margin:0;
    text-align: center;
}
div.registerbox-login div.button a,
div.registerbox-login div.button a:hover,
div.registerbox-register div.button a,
div.registerbox-register div.button a:hover {
    color:#725B15;
}
a.registerbox-vertriebspartner, 
div.registerbox-endverbraucher {
    display:block; 
    height: 47px; 
    font-weight: bold; 
    text-decoration: none; 
    margin-top: 5px; 
    float: left;
}
a.registerbox-vertriebspartner, a.registerbox-vertriebspartner:hover {
    background: transparent no-repeat scroll top left url(../images/registerbox-vertriebspartner.jpg); 
    width:235px; 
    color: #FFFFFF; 
    padding: 60px 0 0 95px; 
}

div.registerbox-endverbraucher {
    background: transparent no-repeat scroll top left url(../images/registerbox-endverbraucher.jpg);
    height: 35px;
    width: 319px;
    padding: 72px 0 0 11px;
}
div.registerbox-endverbraucher a {
    float: left;
    margin-right: 9px;
}



/* @end */

/* @group Survey */
 
.progressbar
{
	margin: 2em 0 0;
	clear: both;
}

.progressbar div, .progressbar span
{
	height: 12px;
	display: block;
    float: left;
}

.progressbar div.finished {
	background: url('../images/surveyProgressFinished.gif') repeat-x left;
}
 
.progressbar div.finished span{
	background: url('../images/surveyProgressFinished.gif') repeat-x right;
	float: right;
	width: 2px;
}
 
.progressbar div.todo {
	background: url('../images/surveyProgressTodo.gif') repeat-x left;
}
 
.progressbar div.todo span{
	background: url('../images/surveyProgressTodo.gif') repeat-x right;
	float: right;
	width: 2px;
}
 
.progressbar div.current {
	background: url('../images/surveyProgressCurrent.gif') repeat-x left;
}
 
.progressbar div.current span{
	background: url('../images/surveyProgressCurrent.gif') repeat-x right;
	float: right;
	width: 2px;
}
 
p.survey_current_question {
    margin: 1em 0 0;
    text-align: center;
}
 
.surveyButtons .button, .surveyButtons .button.right
{
	margin-top: 0;
}

p.survey_legend {
    color: #000;
    font-size: 9px;
}
 
table.survey {
    margin: 2em 0;
    border-bottom: 1px dotted #a69b7c;
}
 
table.survey tr th, table.survey tr td {
    border-right: 1px dotted #a69b7c;
	text-align: center;
	line-height: 1.25em;
}

table.survey tr td {
    padding: 10px 10px 5px;
    vertical-align: middle;
	width: 70px;
	height: 20px;
}

table.survey tr th {
    padding: 5px 5px 10px;
    font-weight: normal;
    font-size: 10px;
    vertical-align: top;
}

table.survey tr.odd td {
	background-color: #EDE9DD;
}

table.survey tr td input {
	width: auto;
	float: none;
}
 
table.survey tr td.question {
    text-align: left;
    width: 235px;
}
 
table.survey_check td.first {
    vertical-align: top;
    padding: 2px 0px;
    width: 199px;
}
 
table.survey_check td.second {
    vertical-align: top;
    padding: 2px 0px;
    width: 200px;
}
 
table.survey_check td div.left {
    float: left;
    width: 20px;
}
 
table.survey_check td div.right {
    float: left;
    padding-top: 3px;
    width: 175px;
}
 
textarea.survey {
    width: 398px;
    float: none;
    height: 100px;
}

p#textRemainInfo
{
    font-size: 9px;
    color: #9B927A;
    margin: 0;
}

.phone_text
{
    display: block;
}

.validityImg
{
	float: right;
	padding: 1em 0 0 0;
}

.validityHint
{
	clear: both;
	padding: 1em 0 0 0;
	display: none;
}

/*
 * Goldene Zeiten
 */
.gt_category
{
    float: left;
    margin-right: 7px;
    width: 222px;
}

.gt_category a
{
    display: block;
    margin: 0;
}

.gt_category a span
{
    background-image: url('../images/golden_times/boxen.jpg');
    display: block;
    height: 199px;
    width: 222px;
}

#box_marken span {
    background-position: 0 0;
}

#box_marken:hover span,
#container_marken .box_hover span {
    background-position: -222px 0;
}

#box_markt span {
    background-position: 0 -199px;
}

#box_markt:hover span,
#container_markt .box_hover span {
    background-position: -222px -199px;
}

#box_service span {
    background-position: 0 -398px;
}

#box_service:hover span,
#container_service .box_hover span {
    background-position: -222px -398px;
}

.gt_category_last
{
    margin-right: 0;
}

.gt_category_container
{
    margin-top: 30px;
    height: 370px;
}

.gt_subcategory_link_box
{
    background: url(../images/golden_times/box_flydown.jpg) bottom left no-repeat;
    margin: 0;
    padding: 0 0 3px 0;
    list-style: none;
}

ul.gt_subcategory_link_box li
{
    padding: 0;
    margin: 0;
    height: 40px;
}

ul.gt_subcategory_link_box a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #a36220;
    display: block;
    height: 38px;
    line-height: 38px;
    margin: 0 3px 2px 2px;
    padding: 0 20px;
    font-weight: bold;
    text-decoration: none;
}

* html ul.gt_subcategory_link_box a
{
    padding: 0 10px;
}

ul.gt_subcategory_link_box a:hover
{
    background-color: #f4f0de;
    color: #e8151f;
}

.accordion_container{margin-top: 10px; float:left; width:100%; display: inline;}


/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }

div.detail-menu li.ui-accordion-li-fix { display: block; }

.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

.gt_accordion_block{display: block; width:680px; height: 54px;}
.gt_accordion_arrow{background-image: url(../images/golden_times/arrow.jpg); background-repeat: no-repeat;}
.gt_accordion_arrow_selected{background-image: url(../images/golden_times/arrow_up.jpg); background-repeat: no-repeat;}

.gt_accordion_arrow_hover{background-image: url(../images/golden_times/arrow_hover.jpg); background-repeat: no-repeat;}
.gt_accordion_arrow_selected_hover{background-image: url(../images/golden_times/arrow_up_hover.jpg); background-repeat: no-repeat;}


#accordion .accordion_topic {
    background: url(../images/golden_times/accordion.jpg) 0 0 no-repeat;
    cursor: pointer;
    display: block;
    height: 56px;
    padding: 0 30px;
    text-decoration: none;
}

#accordion .accordion_topic:hover {
    background-position: 0 -54px;
}

#accordion .accordion_topic_active {
    background-position: 0 -108px;
}

#accordion .accordion_topic_active:hover {
    background-position: 0 -162px;
}

#accordion .accordion_topic .ui-icon {
    display: none;
}

#accordion .accordion_topic span.topic1 {
    color: #e8151f;
    float: left;
    font-size: 16px;
    height: 17px;
    line-height: 17px;
    padding: 0;
    width: 200px;
}

#accordion .accordion_topic span.topic2 {
    color: #998f73;
    display: block;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 375px;
    overflow: hidden;
}

#accordion .accordion_topic_active span.topic2 {
    color: #e8151f;
    font-size: 16px;
    line-height: 18px;
    height: 18px;
}

#accordion .accordion_content {
    background: url(../images/golden_times/accordion_content_bg.png) bottom left no-repeat;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 0 15px 230px;
}

#accordion .accordion_content ul {
    list-style: none;
    padding-left: 15px;
}

#accordion .accordion_content ul li {
    background: url(../images/golden_times/list_bullet.gif) 0 5px no-repeat;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px;
    padding-left: 15px;
}

/* Tabs
----------------------------------*/
.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; display: block; width:225px; height:71px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs .ui-tabs-nav li a.tab0{background-image: url(../images/golden_times/tab_marken.jpg); background-repeat: no-repeat;}
.ui-tabs .ui-tabs-nav li a.tab1{background-image: url(../images/golden_times/tab_markt.jpg); background-repeat: no-repeat;}
.ui-tabs .ui-tabs-nav li a.tab2{background-image: url(../images/golden_times/tab_service.jpg); background-repeat: no-repeat;}
.ui-tabs .ui-tabs-nav li a.tab0_active{background-image: url(../images/golden_times/tab_marken_active.jpg); background-repeat: no-repeat;}
.ui-tabs .ui-tabs-nav li a.tab1_active{background-image: url(../images/golden_times/tab_markt_active.jpg); background-repeat: no-repeat;}
.ui-tabs .ui-tabs-nav li a.tab2_active{background-image: url(../images/golden_times/tab_service_active.jpg); background-repeat: no-repeat;}

#tabs span{display: block; width:680px; height:1px; float:left;}
#tabs span.tab0_line{background-image: url(../images/golden_times/tab1_line.jpg); background-repeat: no-repeat;}
#tabs span.tab1_line{background-image: url(../images/golden_times/tab2_line.jpg); background-repeat: no-repeat;}
#tabs span.tab2_line{background-image: url(../images/golden_times/tab3_line.jpg); background-repeat: no-repeat;}

/* @end */

/* @group News */

div.news
{
	padding: 10px 0 15px;
}

div.news h4
{
	font-size: 14px;
	font-weight: bold;
	clear: none;
	margin: 0 0 6px;
}

div.news h4 a {
    text-decoration: none;
}

div.news a.img
{
	float: left;
	margin: 3px 20px 0 0;
}

div.news p
{
	margin: 0;
	line-height: 18px;
}

div.news p a
{
	float: right;
	background: url(../images/arrow-link.png) no-repeat 0 center;
	padding: 0 0 0 20px;
	font-weight: bold;
}

.rssFeed
{
	float: right;
	padding: 0 0 0 25px;
	background: url(../images/iconRss.png) no-repeat left center;
	font-weight: normal;
	color: #FE1721;
	text-decoration: none;
	font-size: 12px;
}

/* @end */

/* Poker */
div.pokerbox_text
{
    padding: 80px 0px 0px 50px;
    font-size: 12pt;
}

div.pokerbox_img
{
    padding: 0px 90px;
}
/* Poker End */

.imageDescription
{
	margin-top: 2px;
	margin-bottom: 15px;
}

p.dotted_bottem
{
    padding-bottom: 10px;
    border-bottom: 1px dotted #A69B7C;
}


/* Saisonstart 2011 */
.season-form input {
    float: left;
    width: 210px;
}

.season-form label {
    
}


.season-form button span span
{
	font: bold 12px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	background: url(../images/red/bgButton.gif) no-repeat right center;
	color: #fff;
	padding: 0 20px 0 0;
	width: 100px;
	margin: 0;
	vertical-align: middle;
}

.season {
    margin-right: 9px;
    width: 222px;
    float: left;
}

.season-arrow {
    margin-top: 30px;
    margin-left: 180px;
    background: url(../images/arrow_big.jpg) no-repeat left center;
    padding-left: 40px;
}

.season-arrow a {
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    
}

hr.margin-down{
    margin-bottom: 30px;
}

hr.margin-top{
    margin-top: 20px;
}

.season-form {
    padding-top: 20px;
    margin-left: 9px;
    width: 222px;
    float: left;
}

/* @group Flydownmenü */

.fg-menu-container { position: absolute; top:0; left:-999px; padding: 0; display: none; }
.fg-menu-container.fg-menu-flyout { overflow: visible; }

.fg-menu,
.fg-menu ul { list-style-type:none; padding: 0; margin:0; }

.fg-menu { position:relative; }
.fg-menu-flyout .fg-menu { position:static; }

.fg-menu ul { position:absolute; top:0; }
.fg-menu ul ul { top:-1px; }

.fg-menu li { clear:both; width:100%; margin: 0; padding:0; border: 0; }
.fg-menu li li { font-size:1em; }

.fg-menu-container {
	position: relative;
}

.fg-menu-container ul {
	background: url('../images/flydown-bg2.gif') bottom left no-repeat;
	list-style: none;
	margin: 0;
	padding: 1px 0 1px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 206px;
}

.fg-menu-container li {
	background-color: #fefefc;
	margin: 0;
	padding: 0;
	position: relative;
}

.fg-menu-container .fg-menu-first {
	background: transparent url('../images/flydown-bg.png') top left no-repeat;
	border: none;
	padding-top: 24px;
}

.fg-menu-container  li:last-child a {
	padding-bottom: 28px;
	margin-bottom: 3px;
}

.fg-menu-container  li:last-child  ul li a{
	padding-bottom: 5px;
	margin-bottom: 0;
}

.fg-menu-container  li ul li:last-child a {
	padding-bottom: 28px;
	margin-bottom: 3px;
}

.fg-menu-container  li ul li:last-child ul li a{
	padding-bottom: 5px;
	margin-bottom: 0;
}

.fg-menu-container li ul li ul li:last-child a {
	padding-bottom: 28px;
	margin-bottom: 3px;
}

.fg-menu-container  li ul li  ul li ul li a{
	padding-bottom: 5px;
	margin-bottom: 0;
}

.fg-menu-container ul li ul li, .fg-menu-container ul li ul li.fg-menu-first {
	padding-top: 0;
	margin-top: 0;
}

.fg-menu-container ul li ul li.fg-menu-first  a{
	padding-top: 24px;
	margin-top: 3px;
}

.fg-menu-container ul li ul li.fg-menu-first  ul li a{
	padding-top: 0;
	margin-top: 0;
}

.fg-menu-container ul li ul li  ul li.fg-menu-first a{
	padding-top: 24px;
	margin-top: 3px;
}

.fg-menu-container .fg-menu-first ul {
	margin-top: 24px;
}

.fg-menu-container .fg-menu span.topic,
.fg-menu-container a {
	border-left: 1px solid #cac6bd;
	border-right: 1px solid #cac6bd;
	color: #a8a087;
	display: block;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding: 5px 25px 5px 17px;
	position: static;
	text-decoration: none;
}

.fg-menu-container .fg-menu span.topic {
	color: #6D6C50;
}

.fg-menu-container a.ui-state-hover,
.fg-menu-container a.ui-state-default {
	background-color: #edebe5;
	outline-width: 0;
	color: #f9171f;
}

.fg-menu-container .fg-menu-indicator {
	position: relative;
}

.fg-menu-container .fg-menu-indicator .ui-icon {
	background: url('../images/flydown-bg.png') -206px 0 no-repeat;
	height: 10px;
	overflow: hidden;
	width: 6px;
	position: absolute;
	right: 12px;
	top: 8px;
}

.fg-menu-container  ul li .fg-menu-first .fg-menu-indicator .ui-icon {
	top: 26px;
}

.fg-menu-container a.ui-state-hover .ui-icon,
.fg-menu-container a.ui-state-default .ui-icon {
	background-position: -206px -10px;
}


.positionHelper {
	z-index: 10000;
}

.fg-menu-container a span.locked, .fg-menu-container span.locked
{
	background: url(../images/bgLinkLockedGrey.gif) no-repeat right center;
	padding: 0 15px 0 0;
}

.fg-menu-container a.ui-state-hover span.locked,
.fg-menu-container a.ui-state-default span.locked
{
	padding: 0 15px 0 0;
	background: url(../images/bgLinkLockedRed.gif) no-repeat right center;
}

/* @end */

/* @group Partner-Slider*/

.partner {
    position: relative;
}
#partnerSlider,
#partnerNoSlider {
    text-align: left;
    position: relative;
    z-index: 2;
    height: 68px;
    margin: 0 4px;
    overflow: hidden;
    background: #fff;
}

#partnerNoSlider ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 5px;
}

#partnerSlider ul li,
#partnerNoSlider ul li {
    background: transparent url(../images/001/sprite_neu.png) no-repeat right -600px;
}

#partnerNoSlider ul li {
    background: transparent url(../images/001/sprite_neu.png) no-repeat right -600px;
    float: left;
    padding: 0 12px;
}
#partnerNoSlider ul li.last {
    background-image: none;
    float: left;
    padding: 0 9px;
}

#partnerSlider ul li div,
#partnerNoSlider ul li div{
    width: 138px;
    height: 68px;
    text-align: center;
    margin-right: 1px;
    background: #fff;
}

#partnerNoSlider ul li div{
    display: inline-block;
    width: auto;
    height: 68px;
    text-align: center;
    margin-right: 1px;
    background: #fff;
}

.partner .sliderArrow {
    position: absolute;
    top: 0px;
    width: 15px;
    height: 68px;
    z-index: 10;
    cursor: pointer;
    background: #fff;
}

.partner .sliderArrow span{
    display: block;
    width: 4px;
    height: 9px;
    margin: 25px 1px 25px 5px;
}

.partner .sliderArrowLeft {
    left: 0px;
}

.partner .sliderArrowRight {
    right: 0px;
}

.partner .sliderArrowLeft span{
    background: #fff url(../images/001/sprite_bullets.png) no-repeat -30px -14px scroll;
}

.partner .sliderArrowRight span{
    background: #fff url(../images/001/sprite_bullets.png) no-repeat -20px -14px scroll;
}
/* @end */

 div.light_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_rounded/close.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_arrow_previous{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{position:absolute; top: -15px; left: 5px;z-index:3000;width:30px;height:30px;background: url(../images/prettyPhoto/light_square/close.png) no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_arrow_previous{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_nav .pp_arrow_previous{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_nav .pp_arrow_next{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_next:hover{background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:10px;position: relative;}* html .pp_top{padding:0 10px;}.pp_top .pp_left{height:10px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:10px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:10px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_content .ppt{left:auto;margin-bottom:5px;position: relative;top:auto;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;color: #e8151f;font-weight: bold;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}a.pp_next{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}

@charset "utf-8";

/**
	Active Menu
*/
html
{
	
}

li.active div.left {
	width: 4px;
	float: left;
	height: 28px;
	/*background: #FF1919 url(../images/header-menu-active-left.png) no-repeat scroll top left;*/
	background: #FF1919 url(../images/sprite.png) no-repeat scroll -240px -175px;
}

li.active div.right {
	width: 4px;
	float: left;
	height: 28px;
	/*background: #FF1919 url(../images/header-menu-active-right.png) no-repeat scroll top left;*/
    background: #FF1919 url(../images/sprite.png) no-repeat scroll -250px -175px;
}

li.active div.middle {
	float: left;
	height: 21px;
	padding-top: 7px;
	background: #FF1919 url(../images/header-menu-active.gif) no-repeat scroll top center;
    /*background: #FF1919 url(../images/sprite.png) no-repeat scroll -175px -260px;*/
}

div.content h1 {
	color: #FF1919;
}

a.button span
{
	color: #FF1919;
}

a.productLink {
	color: #736C56;
	padding: 0 0 0 10px;
	text-decoration: none;
	background: transparent url(../images/arrow-small.gif) no-repeat scroll 2px 3px;
}

a.productLink:hover, a.productLinkActive {
	color: #FF1919;
	padding: 0 0 0 10px;
	text-decoration: none;
	background: transparent url(../images/red/arrow-small.gif) no-repeat scroll 2px 3px;
}

/* @group Tabmenu */

div.tabmenu ul li a,
div.tabmenu ul li a:hover {
	color: #990f0f;
}
div.tabmenu ul li.active a,
div.tabmenu ul li.active a:hover {
	color: #FF1919;
}

div.content div.tabmenu {
	background: transparent url(../images/red/header-tab-background.png) no-repeat scroll top center;
}

div.tabmenu ul li a {
	/*background: transparent url(../images/red/tabmenu-inactive-right.gif) no-repeat right 0;*/
	background: transparent url(../images/sprite-red.png) no-repeat right -148px;
}

div.tabmenu ul li a.locked {
	background: transparent url(../images/red/tabmenu-inactive-right-locked.gif) no-repeat right 0;
}

div.tabmenu ul li a span {
	/*background: transparent url(../images/red/tabmenu-inactive.gif) no-repeat  0 0;*/
	background: transparent url(../images/sprite-red.png) no-repeat  left -148px;
}

div.tabmenu ul li a:hover, div.tabmenu ul li.active a {
	/*background: transparent url(../images/red/tabmenu-active-right.gif) no-repeat right 0;*/
    background:  url("../images/sprite-red.png") no-repeat scroll right -120px transparent;
}

div.tabmenu ul li.active a.locked, div.tabmenu ul li a.locked:hover {
	background: transparent url(../images/red/tabmenu-active-right-locked.gif) no-repeat right 0;
}

div.tabmenu ul li a:hover span, div.tabmenu ul li.active a span {
	/*background: transparent url(../images/red/tabmenu-active.gif) no-repeat  0 0;*/
    background:  url("../images/sprite-red.png") no-repeat scroll left -120px transparent;
}

/* @end */

/* @group SubNavi */

div.detail-menu ul li {
	background-image: url(../images/arrow-big-re.gif);
    /*background: url("../images/sprite.png") no-repeat scroll 0 -330px transparent;*/
}

div.detail-menu ul li.active-re {
    background-image: url(../images/red/arrow-big-re.gif);
    /*background: url("../images/sprite.png") no-repeat scroll 0 -360px transparent;*/
}

div.detail-menu ul li.active-re.first {
    background-image: url(../images/red/arrow-big-re.gif);
    /*background: url("../images/sprite.png") no-repeat scroll 0 -370px transparent;*/
}

div.detail-menu ul li.active-down {
	background-image: url(../images/red/arrow-big-down.gif);
}

/* Auskommentiert, dIe Pfeile sollen nur im aktiven Zustand rot sein
div.detail-menu ul.layer-1 li {
	background-image: url(../images/red/arrow-small.gif);
}
*/

div.detail-menu ul.layer-1 li.active-re {
    background-image: url(../images/red/arrow-small.gif);
}

div.detail-menu ul.layer-1 li.active-down {
	background-image: url(../images/red/arrow-small-down.gif);
}

div.detail-menu ul li a:hover {
	color: #FF1919;
}

div.detail-menu ul li.active a,
div.detail-menu ul.layer-1 li.active a,
div.detail-menu ul.layer-1 ul.layer-2 li.active a,
div.detail-menu ul.layer-1 ul.layer-2 ul.layer-3 li.active a {
	color: #FF1919;
}

div.detail-menu ul.layer-1 li a {
	color: #998f73;
}

div.detail-menu ul.layer-1 li a:hover,
div.detail-menu ul.layer-1 ul.layer-2 li a:hover,
div.detail-menu ul.layer-1 ul.layer-2 ul.layer-3 li a:hover {
	color: #FF1919;
}

div.detail-menu ul.layer-3 li.active a {
	color: #FF1919;
}



/* @end */
