/*------------------------------------------------------------------------------*/
/* Flashseite */
/*------------------------------------------------------------------------------*/


#Content{
height:580px;
}

#teaser_xmas {
	position: absolute;
	z-index: 999;
	left: 0px;
	bottom: 0px;
}

#teaser_xmas.open { 
	width: 37px;
	height: 388px;
	background: url('grafiken/weihnachten_teaser_hide.png') no-repeat center center;
}

#teaser_xmas.close {
	width: 345px;
	height: 215px;
	background: url('grafiken/weihnachten_teaser_show.png') no-repeat center center;
}
#teaser_xmas  a { text-indent: -999em; display:block; height: 255px}
#teaser_xmas_close {width: 36px; height: 28px; position: absolute; margin-left: 302px; margin-top: 100px; background: transparent url('/bmdw_close_button.png') no-repeat; cursor:pointer}#teaser_bmdw {
	position: absolute;
	z-index: 999;
	left: 0px;
	bottom: 0px;

}

#teaser_bmdw.open { 
	width: 41px;
	height: 214px;
	background: url('grafiken/band_wolf_teaser_hide.png') no-repeat center center;
}

#teaser_bmdw.close {
	width: 345px;
	height: 255px;
	background: url('grafiken/band_wolf_teaser_show.png') no-repeat center center;
}
#teaser_bmdw  a { text-indent: -999em; display:block; height: 255px}
#teaser_bmdw_close {width: 36px; height: 28px; position: absolute; margin-left: 292px; margin-top: 5px; background: transparent url('grafiken/bmdw_close_button.png') no-repeat; cursor:pointer}


