/* Definition für den Play Button bei den Multimedia-Videos */ 


#content_container .image .playbtn {
	background: url("/pimg/play.png") repeat scroll 0 0 transparent;
	_background: url("/pimg/play.gif") repeat scroll 0 0 transparent;
	_z-index: 100;
    height: 65px;
    left: 88px;
    position: absolute;
    top: -55px;
    width: 95px;
}
#content_container .image:hover .playbtn {
	background: url("/pimg/play_hover.png") repeat scroll 0 0 transparent;
	_background: url("/pimg/play_hover.png") repeat scroll 0 0 transparent;
	_z-index: 100;
    height: 65px;
    left: 88px;
    position: absolute;
    top: -55px;
    width: 95px;
}


/* teaser VIDEO / IMAGE */

#content_container .image {
	 position: relative;
	width: 15em;
	height: 7.4em;
	overflow: hidden;
	margin: 6px 0 10px 0;
	_margin: 6px 0 10px -15px;
	
}
