/* CSS mit den Farben und Grafiken für die verschiedenen Bücher */
/* Kick ins Leben (kis) */
.kis {
	color: #f69918 !important;
}

.kis-bg  {
	background: #f69918 !important;
}

.kis-bg:hover {
	background: #fdb54e !important;
}

.kis-banner {
background:url(./images/backgrounds/bg_banner_1.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.kis-bt a, a.button_buy_table.kis-bt, .newsletter .submit.kis-bt{
	background: #f69918; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #f69918 0%, #fdb54e 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f69918),
		color-stop(100%, #fdb54e) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f69918 0%, #fdb54e 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f69918 0%, #fdb54e 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f69918 0%, #fdb54e 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f69918 0%, #fdb54e 100%);
	/* W3C */
}

.kis-bt a:hover, a.button_buy_table.kis-bt:hover, .newsletter .submit.kis-bt:hover {
	background: #fdb54e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #fdb54e 0%, #f69918 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdb54e),
		color-stop(100%, #f69918) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdb54e 0%, #f69918 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdb54e 0%, #f69918 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdb54e 0%, #f69918 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fdb54e 0%, #f69918 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#fdb54e', endColorstr = '#f69918', GradientType = 0 ); /* IE6-8 */
}

.kis-sh {
	box-shadow: inset 0 1px #ff5152;
}

/* ENDE Kick ins Leben */

/* Blaue Vögel (kis) */
.bv {
	color: #cc007b !important;
}

.bv-bg  {
	background: #cc007b !important;
}

.bv-bg:hover {
	background: #fc089b !important;
}

.bv-banner {
background:url(./images/backgrounds/bg_banner_4.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.bv-bt a, a.button_buy_table.bv-bt, .newsletter .submit.bv-bt{
	background: #cc007b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #cc007b 0%, #fc089b 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc007b),
		color-stop(100%, #fc089b) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc007b 0%, #fc089b 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc007b 0%, #fc089b 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc007b 0%, #fc089b 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #cc007b 0%, #fc089b 100%);
	/* W3C */
}

.bv-bt a:hover, a.button_buy_table.bv-bt:hover, .newsletter .submit.bv-bt:hover {
	background: #fc089b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #fc089b 0%, #cc007b 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc089b),
		color-stop(100%, #cc007b) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fc089b 0%, #cc007b 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fc089b 0%, #cc007b 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fc089b 0%, #cc007b 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fc089b 0%, #cc007b 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#fc089b', endColorstr = '#cc007b', GradientType = 0 ); /* IE6-8 */
}

.bv-sh {
	box-shadow: inset 0 1px #ff5152;
}

/* ENDE Blaue Vögel */

/* Tote Models nerven nur (tmnn) */
.tmnn {
	color: #49bab5 !important;
}

.tmnn-bg  {
	background: #49bab5 !important;
}

.tmnn-bg:hover {
	background: #93c9c5 !important;
}

.tmnn-banner {
background:url(./images/backgrounds/bg_banner_5.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.tmnn-bt a, a.button_buy_table.tmnn-bt, .newsletter .submit.tmnn-bt{
	background: #49bab5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #49bab5 0%, #93c9c5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49bab5),
		color-stop(100%, #93c9c5) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #49bab5 0%, #93c9c5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #49bab5 0%, #93c9c5 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #49bab5 0%, #93c9c5 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #49bab5 0%, #93c9c5 100%);
	/* W3C */
}

.tmnn-bt a:hover, a.button_buy_table.tmnn-bt:hover, .newsletter .submit.tmnn-bt:hover {
	background: #93c9c5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #93c9c5 0%, #49bab5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93c9c5),
		color-stop(100%, #49bab5) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #93c9c5 0%, #49bab5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #93c9c5 0%, #49bab5 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #93c9c5 0%, #49bab5 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #93c9c5 0%, #49bab5 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#93c9c5', endColorstr = '#49bab5', GradientType = 0 ); /* IE6-8 */
}

.tmnn-sh {
	box-shadow: inset 0 1px #76c2bc;
}

/* ENDE Tote Models */

/* Liebe vertagen, Mörder jagen (lvmj) */
.lvmj {
	color: #49bab5 !important;
}

.lvmj-bg  {
	background: #49bab5 !important;
}

.lvmj-bg:hover {
	background: #93c9c5 !important;
}

.lvmj-banner {
background:url(./images/backgrounds/bg_banner_4.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.lvmj-bt a, a.button_buy_table.lvmj-bt, .newsletter .submit.lvmj-bt{
	background: #49bab5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #49bab5 0%, #93c9c5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49bab5),
		color-stop(100%, #93c9c5) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #49bab5 0%, #93c9c5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #49bab5 0%, #93c9c5 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #49bab5 0%, #93c9c5 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #49bab5 0%, #93c9c5 100%);
	/* W3C */
}

.lvmj-bt a:hover, a.button_buy_table.lvmj-bt:hover, .newsletter .submit.lvmj-bt:hover {
	background: #93c9c5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #93c9c5 0%, #49bab5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93c9c5),
		color-stop(100%, #49bab5) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #93c9c5 0%, #49bab5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #93c9c5 0%, #49bab5 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #93c9c5 0%, #49bab5 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #93c9c5 0%, #49bab5 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#93c9c5', endColorstr = '#49bab5', GradientType = 0 ); /* IE6-8 */
}

.lvmj-sh {
	box-shadow: inset 0 1px #76c2bc;
}

/* ENDE Liebe vertagen, Mörder jagen */
/* #ffcaec - hell */
/* ff238d - dunkel */
/* ffddf3 - ganz hell (Schatten) */

/* Tote machen Träume wahr (tmtw) */
.tmtw {
	color: #ff238d !important;
}

.tmtw-bg  {
	background: #ff238d !important;
}

.tmtw-bg:hover {
	background: #ffcaec !important;
}

.tmtw-banner {
background:url(./images/backgrounds/bg_banner_4.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.tmtw-bt a, a.button_buy_table.tmtw-bt, .newsletter .submit.tmtw-bt{
	background: #ff238d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff238d),
		color-stop(100%, #ffcaec) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff238d 0%, #ffcaec 100%);
	/* W3C */
}

.tmtw-bt a:hover, a.button_buy_table.tmtw-bt:hover, .newsletter .submit.tmtw-bt:hover {
	background: #ffcaec; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcaec),
		color-stop(100%, #ff238d) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffcaec 0%, #ff238d 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#ffcaec', endColorstr = '#ff238d', GradientType = 0 ); /* IE6-8 */
}

.tmtw-sh {
	box-shadow: inset 0 1px #76c2bc;
}

/* ENDE Tote machen Träume wahr */

/* Tote Bosse singen nicht (tbsn) */
.tbsn {
	color: #ff238d !important;
}

.tbsn-bg  {
	background: #ff238d !important;
}

.tbsn-bg:hover {
	background: #ffcaec !important;
}

.tbsn-banner {
background:url(./images/backgrounds/bg_banner_4.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.tbsn-bt a, a.button_buy_table.tbsn-bt, .newsletter .submit.tbsn-bt{
	background: #ff238d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff238d),
		color-stop(100%, #ffcaec) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff238d 0%, #ffcaec 100%);
	/* W3C */
}

.tbsn-bt a:hover, a.button_buy_table.tbsn-bt:hover, .newsletter .submit.tbsn-bt:hover {
	background: #ffcaec; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcaec),
		color-stop(100%, #ff238d) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffcaec 0%, #ff238d 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#ffcaec', endColorstr = '#ff238d', GradientType = 0 ); /* IE6-8 */
}

.tbsn-sh {
	box-shadow: inset 0 1px #76c2bc;
}

/* ENDE Tote Bosse singen nicht */

/* Tote Trolle meckern nicht (ttmn) */

.ttmn {
	color: #ff238d !important;
}

.ttmn-bg  {
	background: #ff238d !important;
}

.ttmn-bg:hover {
	background: #ffcaec !important;
}

.ttmn-banner {
background:url(./images/backgrounds/bg_banner_4.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.ttmn-bt a, a.button_buy_table.ttmn-bt, .newsletter .submit.ttmn-bt{
	background: #ff238d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff238d),
		color-stop(100%, #ffcaec) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff238d 0%, #ffcaec 100%);
	/* W3C */
}

.ttmn-bt a:hover, a.button_buy_table.ttmn-bt:hover, .newsletter .submit.ttmn-bt:hover {
	background: #ffcaec; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcaec),
		color-stop(100%, #ff238d) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffcaec 0%, #ff238d 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#ffcaec', endColorstr = '#ff238d', GradientType = 0 ); /* IE6-8 */
}

.ttmn-sh {
	box-shadow: inset 0 1px #76c2bc;
}

/* ENDE Tote Trolle meckern nicht */
/* Tote Tanten plaudern nicht (ttpn) */

.ttpn {
	color: #fba009 !important;
}

.ttpn-bg  {
	background: #fba009 !important;
}

.ttpn-bg:hover {
	background: #f6bb53 !important;
}

.ttpn-banner {
background:url(./images/backgrounds/bg_banner_1.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.ttpn-bt a, a.button_buy_table.ttpn-bt, .newsletter .submit.ttpn-bt{
	background: #fba009; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #fba009 0%, #f6bb53 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fba009),
		color-stop(100%, #f6bb53) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fba009 0%, #f6bb53 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fba009 0%, #f6bb53 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fba009 0%, #f6bb53 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fba009 0%, #f6bb53 100%);
	/* W3C */
}

.ttpn-bt a:hover, a.button_buy_table.ttpn-bt:hover, .newsletter .submit.ttpn-bt:hover {
	background: #f6bb53; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #f6bb53 0%, #fba009 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6bb53),
		color-stop(100%, #fba009) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6bb53 0%, #fba009 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6bb53 0%, #fba009 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6bb53 0%, #fba009 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f6bb53 0%, #fba009 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#f6bb53', endColorstr = '#fba009', GradientType = 0 ); /* IE6-8 */
}

.ttpn-sh {
	box-shadow: inset 0 1px #76c2bc;
}

/* ENDE Tote Tanten plaudern nicht */

/* Wunschleben (wln) */
.wln {
	color: #ff238d !important;
}

.wln-bg  {
	background: #ff238d !important;
}

.wln-bg:hover {
	background: #ffcaec !important;
}

.wln-banner {
background:url(./images/backgrounds/bg_banner_4.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.wln-bt a, a.button_buy_table.wln-bt, .newsletter .submit.wln-bt{
	background: #ff238d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff238d),
		color-stop(100%, #ffcaec) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff238d 0%, #ffcaec 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff238d 0%, #ffcaec 100%);
	/* W3C */
}

.wln-bt a:hover, a.button_buy_table.wln-bt:hover, .newsletter .submit.wln-bt:hover {
	background: #ffcaec; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcaec),
		color-stop(100%, #ff238d) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffcaec 0%, #ff238d 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffcaec 0%, #ff238d 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#ffcaec', endColorstr = '#ff238d', GradientType = 0 ); /* IE6-8 */
}

.wln-sh {
	box-shadow: inset 0 1px #76c2bc;
}

/* ENDE Wunschleben */
/* Tote Trainer pfeifen nicht (biene7) */

.biene7 {
	color: #7fb5ff !important;
}

.biene7-bg  {
	background: #7fb5ff !important;
}

.biene7-bg:hover {
	background: #a1c6f8 !important;
}

.biene7-banner {
background:url(./images/backgrounds/bg_banner_10.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.biene7-bt a, a.button_buy_table.biene7-bt, .newsletter .submit.biene7-bt{
	background: #7fb5ff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #7fb5ff 0%, #a1c6f8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fb5ff),
		color-stop(100%, #a1c6f8) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7fb5ff 0%, #a1c6f8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7fb5ff 0%, #a1c6f8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7fb5ff 0%, #a1c6f8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #7fb5ff 0%, #a1c6f8 100%);
	/* W3C */
}

.biene7-bt a:hover, a.button_buy_table.biene7-bt:hover, .newsletter .submit.biene7-bt:hover {
	background: #a1c6f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #a1c6f8 0%, #7fb5ff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1c6f8),
		color-stop(100%, #7fb5ff) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a1c6f8 0%, #7fb5ff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a1c6f8 0%, #7fb5ff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a1c6f8 0%, #7fb5ff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a1c6f8 0%, #7fb5ff 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#a1c6f8', endColorstr = '#7fb5ff', GradientType = 0 ); /* IE6-8 */
}

.biene7-sh {
	box-shadow: inset 0 1px #76c2bc;
}

/* ENDE Tote Trainer pfeifen nicht */
/* Tote singen selten schief (biene8) */

.biene8 {
	color: #ca3970 !important;
}

.biene8-bg  {
	background: #ca3970 !important;
}

.biene8-bg:hover {
	background: #b0b1df !important;
}

.biene8-banner {
background:url(./images/backgrounds/bg_banner_4.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.biene8-bt a, a.button_buy_table.biene8-bt, .newsletter .submit.biene8-bt{
	background: #ca3970; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #ca3970 0%, #b0b1df 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ca3970),
		color-stop(100%, #b0b1df) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ca3970 0%, #b0b1df 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ca3970 0%, #b0b1df 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ca3970 0%, #b0b1df 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ca3970 0%, #b0b1df 100%);
	/* W3C */
}

.biene8-bt a:hover, a.button_buy_table.biene8-bt:hover, .newsletter .submit.biene8-bt:hover {
	background: #b0b1df; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #b0b1df 0%, #ca3970 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0b1df),
		color-stop(100%, #ca3970) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b0b1df 0%, #ca3970 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b0b1df 0%, #ca3970 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b0b1df 0%, #ca3970 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #b0b1df 0%, #ca3970 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#b0b1df', endColorstr = '#ca3970', GradientType = 0 ); /* IE6-8 */
}

.biene8-sh {
	box-shadow: inset 0 1px #c3c3e5;
}

/* ENDE Tote singen selten schief */


/* Frau Appeldorn und der tote Maler (fatm) */
.fatm {
	color: #db1354 !important;
}

.fatm-bg  {
	background: #db1354 !important;
}

.fatm-bg:hover {
	background: #e2a9bb !important;
}

.fatm-banner {
background:url(./images/backgrounds/bg_banner_4.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.fatm-bt a, a.button_buy_table.fatm-bt, .newsletter .submit.fatm-bt{
	background: #db1354; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #db1354 0%, #e2a9bb 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db1354),
		color-stop(100%, #e2a9bb) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #db1354 0%, #e2a9bb 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #db1354 0%, #e2a9bb 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #db1354 0%, #e2a9bb 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #db1354 0%, #e2a9bb 100%);
	/* W3C */
}

.fatm-bt a:hover, a.button_buy_table.fatm-bt:hover, .newsletter .submit.fatm-bt:hover {
	background: #e2a9bb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #e2a9bb 0%, #db1354 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2a9bb),
		color-stop(100%, #db1354) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2a9bb 0%, #db1354 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2a9bb 0%, #db1354 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2a9bb 0%, #db1354 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e2a9bb 0%, #db1354 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#e2a9bb', endColorstr = '#db1354', GradientType = 0 ); /* IE6-8 */
}
/* - Verwendung ist nicht klar. Nicht austauschen. */
.fatm-sh {
	box-shadow: inset 0 1px #76c2bc;
}

/* ENDE Frau Appeldorn und der tote Maler */

/* Frau Appeldorn und der tote Bademeister (fatb) */
.fatb {
	color: #db1354 !important;
}

.fatb-bg  {
	background: #db1354 !important;
}

.fatb-bg:hover {
	background: #e2a9bb !important;
}

.fatb-banner {
background:url(./images/backgrounds/bg_banner_4.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.fatb-bt a, a.button_buy_table.fatb-bt, .newsletter .submit.fatb-bt{
	background: #db1354; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #db1354 0%, #e2a9bb 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db1354),
		color-stop(100%, #e2a9bb) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #db1354 0%, #e2a9bb 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #db1354 0%, #e2a9bb 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #db1354 0%, #e2a9bb 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #db1354 0%, #e2a9bb 100%);
	/* W3C */
}

.fatb-bt a:hover, a.button_buy_table.fatb-bt:hover, .newsletter .submit.fatb-bt:hover {
	background: #e2a9bb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #e2a9bb 0%, #db1354 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2a9bb),
		color-stop(100%, #db1354) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2a9bb 0%, #db1354 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2a9bb 0%, #db1354 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2a9bb 0%, #db1354 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e2a9bb 0%, #db1354 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#e2a9bb', endColorstr = '#db1354', GradientType = 0 ); /* IE6-8 */
}
/* - Verwendung ist nicht klar. Nicht austauschen. */
.fatb-sh {
	box-shadow: inset 0 1px #76c2bc;
}

/* ENDE Frau Appeldorn und der tote Bademeister */

/* Frau Appeldorn und der tote Kapitän (fatk) */
.fatk {
	color: #db1354 !important;
}

.fatk-bg  {
	background: #db1354 !important;
}

.fatk-bg:hover {
	background: #e2a9bb !important;
}

.fatk-banner {
background:url(./images/backgrounds/bg_banner_4.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

.fatk-bt a, a.button_buy_table.fatk-bt, .newsletter .submit.fatk-bt{
	background: #db1354; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #db1354 0%, #e2a9bb 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db1354),
		color-stop(100%, #e2a9bb) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #db1354 0%, #e2a9bb 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #db1354 0%, #e2a9bb 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #db1354 0%, #e2a9bb 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #db1354 0%, #e2a9bb 100%);
	/* W3C */
}

.fatk-bt a:hover, a.button_buy_table.fatk-bt:hover, .newsletter .submit.fatk-bt:hover {
	background: #e2a9bb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #e2a9bb 0%, #db1354 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2a9bb),
		color-stop(100%, #db1354) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2a9bb 0%, #db1354 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2a9bb 0%, #db1354 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2a9bb 0%, #db1354 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e2a9bb 0%, #db1354 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#e2a9bb', endColorstr = '#db1354', GradientType = 0 ); /* IE6-8 */
}
/* - Verwendung ist nicht klar. Nicht austauschen. */
.fatk-sh {
	box-shadow: inset 0 1px #76c2bc;
}

/* ENDE Frau Appeldorn und der tote Kapitän */

/* Generelle Styles */
/* Shop-Auswahl */

.shops {
max-width:338px;
width: 95%;
margin:5px 0 10px 0;
padding:2px 0 2px 0;
font-size: 1.1em;
}

.pricing_block .shops {
	text-align: center;
}

