/*
 * Großer Teaser-Startseite
 */
DIV.bigTeaser {
	position:relative;
	width:525px;
	background:#f3f3f3;
	margin:20px 0 0 0;
}
DIV.bigTeaser IMG {
	display:block;
}
DIV.bigTeaser DIV.contentImage {
	margin-top:0;
	width:200px;
}
DIV.bigTeaser DIV.contentImage IMG {
	max-width:200px;
}
DIV.bigTeaser DIV.contentBody {
	margin:0;
	width:295px;
}
DIV.bigTeaser DIV.contentBody H1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:1em 0 0.5em 0;
}
DIV.bigTeaser DIV.contentBody P.contentDetailLinks {
	position:absolute;
	right:15px;
	bottom:5px;
	text-align:right;
}
/*
 * slideShow Startseite
 */
DIV.slideShow IMG {
	max-height:110px;
}
/* Letztes Item kommt rechtsbündig daher (nur Startseite) */
DIV.slideShow UL.headNavi LI.lastItem {
	/* float:right; <- doch nicht */ 
}


/*
 * Dreifach-Teaser Startseite
 */
DIV.tripleTeaser {
	position:relative;
	width:525px;
	clear:both;
	margin:25px 0 0 0;
}
DIV.tripleTeaser DIV.item {
	float:left;
	width:162px;
	margin:0 19px 0 0;
}
DIV.tripleTeaser DIV.lastItem {
	margin:0;	
}
DIV.tripleTeaser H1 {
	border-bottom:1px solid #cccccc;
	padding:0 0 0.3em 0;
	background:#fff;
}
DIV.tripleTeaser DIV.artToHear,
DIV.tripleTeaser DIV.artToRead,
DIV.tripleTeaser DIV.brochure {
	background:#f3f3f3;
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:5px 7px;
	height:92px;
}
DIV.tripleTeaser DIV.artToHear {
	background-image:url(../img/layout/teaser_art-to-hear_bg.gif);
}
DIV.tripleTeaser DIV.artToRead {
	background-image:url(../img/layout/teaser_art-to-read_bg.gif);
}
DIV.tripleTeaser DIV.brochure {
	background-image:url(../img/brochure/current/teaser_brochure_bg.gif);
}
DIV.tripleTeaser A.brochureEdge {
	position:absolute;
	bottom:0;
	right:0;
	width:65px;
	height:90px;
	background:transparent url(../img/layout/wai_egde.gif) no-repeat scroll bottom right;
	z-index:1;
}
DIV.tripleTeaser P.links {
	position:absolute;
	bottom:5px;
}


/*
 * Collectors Edition Startseite
 */
DIV.ceTeaser {
	position:relative;
	width:525px;
	clear:both;
	margin:25px 0 0 0;
}
DIV.ceTeaser DIV.contentImage,
DIV.ceTeaser DIV.contentBody {
	margin-top:10px;
}
DIV.ceTeaser H2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:0.5em;
}
DIV.ceTeaser UL.halfColumn {
	width:162px;
	float:left;
}
DIV.ceTeaser DIV.contentImage IMG {
	margin:4px 0 0.3em 0;
	max-width:160px;
}
DIV.ceTeaser DIV.contentImage H2 {
	font-size:0.9em;
	font-style:italic;
	padding:0;
}
DIV.ceTeaser DIV.contentImage P {
	padding:0;
}