/****************************************************
	T E A S E R
****************************************************/
div.Teaser {
/*	border: 1px solid #B5B5B5;
	padding: 10px;
	margin-bottom: 5px;*/
}

div.Teaser h1,
div.Teaser h2 {
	font-size: 100%;
}

div.Teaser p {
	margin-bottom: 0.5em;
	margin-top: 0;
}

div.TeaserItem {
	padding-bottom: 8px;
}

/****************************************************
	T E A S E R   L I S T S
****************************************************/
div.Teaser ul {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}

div.Teaser ul ul {
	margin: 0;
}

div.Teaser ul li {
	background-image: url("images/li.gif");
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	padding: 0 0 0 0.8em;
}

div.Teaser a
{
	font-weight: bold;
	text-decoration: none;
}