/********************************************************************************************************
	created by:		Newmedia	http://www.newmedia.ch
	project:		Inotec Sicherheitstechnik GmbH
	date:			03/2008, Gaby Wildhaber
	Version:		4.1
	file:			teaser.css
	function:		different teaser styles inside /templates/sub/
********************************************************************************************************/	

#teaser_content{
	border:1px solid #333333;
	background-color:#1A1A1A;
	margin-bottom:20px;
}
	#teaser_content_title{
		background-image:url(../html/img/bg_teaser_content_title.jpg);
		background-repeat:repeat-x;
		height:20px;
		padding: 5px 10px 5px 10px;
		font-size:1.1em;
	}
	#teaser_content_text{
		margin: 0 10px 10px 10px;
	}
	
	#teaser_content_text h2{	
		padding-top:0;
	}
	*html #teaser_content_text h2{	
		padding-top:10px;
	}
	

/**************************************************
TEASER cywalkPAGE
***************************************************/	
#teaser_cywalkpage{
	border: 1px solid #333333;
	padding-top:10px;
}


	#teaser_cywalkpage .cywalkpage_image{
		text-align:center;
	}
	
	#teaser_cywalkpage .cywalkpage_image img {

	}

	#teaser_cywalkpage_title{
		padding-top:5px;
		text-align:center;
		border-top:1px solid #333333;
		background-color:#1D1D1D;
		font-size:1.1em;
		padding-bottom:5px;
	}
