
/* LLH neutral/teaser_gutscheine.css.php */

#t_gutscheine_de,
#t_gutscheine_en {
	float: left;
	margin: 0 0 18px 0;
	width: 100%;
}

#t_gutscheine_de a:link, #t_gutscheine_de a:visited, #t_gutscheine_de a:hover, #t_gutscheine_de a:active,
#t_gutscheine_en a:link, #t_gutscheine_en a:visited, #t_gutscheine_en a:hover, #t_gutscheine_en a:active {
	display: block;
	width: 332px;
	height: 106px;
}

#t_gutscheine_de {
	background: url(gfx/bg_t_gutscheine_de.gif) no-repeat left top;
}

#t_gutscheine_shoplink_de {
	background: url(gfx/bg_b_shop.gif) no-repeat left top;
}

#t_gutscheine_shoplink_de a:link, #t_gutscheine_shoplink_de a:visited, #t_gutscheine_shoplink_de a:hover, #t_gutscheine_shoplink_de a:active,
#t_gutscheine_shoplink_en a:link, #t_gutscheine_shoplink_en a:visited, #t_gutscheine_shoplink_en a:hover, #t_gutscheine_shoplink_en a:active {
	display: block;
	width: 186px;
	height: 67px;
}

.b_shop {
	float: left;
	position: relative;
	background: url(gfx/bg_b_shop_big.jpg) no-repeat left top;
	width: 449px;
	height: 435px;
	margin: -13px 0 0 0;
}


.b_shop .link a:link, .b_shop .link a:visited, .b_shop .link a:hover, .b_shop .link a:active {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 449px;
	height: 421px;
}

.b_shop .head {
	padding: 0 10px 0 10px;
	height: 38px;
}

.b_shop .head h2 {
	color: #fff;
	margin: 0;
}

.b_shop .image {
	padding: 5px 5px 5px 5px;
}

.b_shop .content {
	padding: 0 10px 0 10px;
}


/* XMAS teaser_overlay*/

#teaser-overlay {
	background: #000;
	z-index: 999;
	
	/* Firefox OK */
	position: fixed;
	left: 0;
	bottom: 0;
	height: 20px;

	/* IE6 Fallback */

	width: 100%;
	height: 20px;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: .90;
}
.noscript {
	display: none;
}

#teaser-fixed {
	text-align: left;
	color: #018d78;
	width: 897px;
	margin: 0 auto;
	height: 20px;
}

#teaser-overlay a:link, #teaser-overlay a:visited {
	color: #d20b23;
	text-decoration: none;
}

#teaser-content {
	width: 897px;	
	height: 180px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	background: url(gfx/overlay_teaser.png) no-repeat bottom center #000;

}

#teaser-content #subhead {
	padding: 20px 0 10px 0;
	margin: 0 0 10px 0;
	width: 250px;
	letter-spacing: 0.035em;
	font-size: 16px;
	border-bottom: 1px dotted #fff;
}
#teaser-content #headline {
	margin: 0 0 5px 0;
	width: 250px;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
}