/* text styles ######################################################################## */
h1 {
	text-shadow: none;
	margin: 0px 0 10px 0;
	font-weight: normal;
}
.teaser{
	font-weight: bold;
	font-size: 12px;
	color: #386D61;
}
.component_text ul{
	font-size: 12px;
	margin-left: 20px;
}
.component_text p{
	margin-bottom: 7px;
	font-size: 12px;
	line-height: 16px;
}
.component_text{
	float: left;
	width: 100%;
}