/**
 * Style sheet teaser
 */
#teasertexte h1
{
	margin:0px 0px 30px 0px;
	font-weight:normal;
	font-size:20px;
	color:#f7931e;
	text-transform:uppercase;
}

#teasertexte h2
{
	margin:0px 0px 5px 0px;
	font-weight:bold;
	font-size:14px;
	color:#005aab;
	line-height:16px;
}

#teasertexte a:link
{
	margin:0;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#f7931e;
}

#teasertexte a:visited
{
	text-decoration:none;
	color:#f7931e;
}

#teasertexte a:hover
{
	text-decoration:underline;
}
