/*
 *  Styles für Clips Teaserbox
 */

	#teaserBox {
		width: 566px;
		height:	240px;
		padding: 0 0 0 0;
		background: url('../images/01.jpg') no-repeat top left; 
		position: relative;
		color: rgb(255,255,255);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
		#teaserBox .active {
			color: rgb(0,0,0);
		}
		
		#teaserBox a {
			color: rgb(255,255,255);
			text-decoration: none;
		}

	.teaserBox_linkpane {
		width: 100%;
		height: 100%;
		cursor: pointer;	
	}
		
	
	#teaserBox_Header {
		height: 36px;
	}
	
	#teaserBox_HeaderBackground {
		position: relative;
		height: 36px;
		width: auto;
		opacity: .6;
		background-color: rgb(175,175,175);
	}
		
	#teaserBox_HeaderOverlay {
		position: absolute;
		top: 0px;
		height: 36px;
		padding: 0px;
		display: block;
		padding: 8px 12px 8px 0px;
	}
			
		#teaserBox_HeaderOverlay a {
			color: rgb(255,255,255);
			padding-left: 12px;
			text-decoration: none;
			display: block;	
			float: left;
		}
	
	#teaserBox_TextBackground {
		position: absolute;
		left: 206px;
		top: 138px;
		width: 360px;
		height: 94px;
		background-color: rgb(175,175,175);
		opacity: .6;
	}
		
	#teaserBox_TextOverlay {
		padding: 14px 26px;
		position: absolute;
		left: 206px;
		top: 138px;
		width: 308px;
		height: 42px;
	}
		
			
