#RegionStartPageContent 
{
	width: 610px;
	float: left;
}
#RegionStartPageContent span,a
{
    text-decoration: none;
}
#RegionStartPageContent #TeaserMain 
{
	background-color: #f5f5ed;
	margin-bottom:15px;
}

#RegionStartPageContent #TeaserMain a
{
    text-decoration: none;
}
#RegionStartPageContent #TeaserMain img
{
	float: left;
	/*margin-right: 14px;*/
	margin: 0 14px 0 0;
}
#RegionStartPageContent #TeaserMain p
{
	padding: 10px 14px;
	margin: 0;
}
#RegionStartPageContent #TeaserMain span
{
    text-decoration: none;
}
#RegionStartPageContent .StartPageTeaserBox 
{
	cursor: pointer;
	position: relative;
	min-height: 113px;
	width: 295px;
}
* html #RegionStartPageContent .StartPageTeaserBox 
{
	height: 113px;
}
#RegionStartPageContent .StartPageTeaserBox .TextTeaser
{
	height: 80px;
	overflow: hidden;
	padding: 15px 86px 22px 15px;
}
#RegionStartPageContent .StartPageTeaserBox .ArrowImage
{
	position: absolute;
	bottom: 15px;
	right: 7px;
}
#RegionStartPageContent .StartPageTeaserBoxLink:hover
{
	color: #654;
	font-weight: normal;
}

#RegionStartPageContent #TeaserLeft 
{
	float: left;
}
#RegionStartPageContent #TeaserRight 
{
	float: right;
}
#RegionStartPageContent .ArticleHeading
{
    font-size: 300%;
    font-weight: bold;
    margin-bottom: 310px;
}

.MainLink
{
    float :right;
    color: Red;
    text-decoration: none;
    padding: 10px 14px;
    
}
.MainLink:hover
{
    color: Red;
}

