.page{
	background-image: none;
	height: auto;
	min-height: none;
}
.body{
	margin-left: 8px;
	padding-top: 16px;
	background-color: #d9d9d9;
}
.footer{
	background: #fff url(../images/footer_bg_homepage.gif) no-repeat top right;
	width: 100%;
	position: relative;
	clear: both; 
	padding-bottom: 20px;
	bottom: 0px;
}

/*  ------------------ Homepage Teaser  ------------------ */
.teaser{
	padding: 0px;
	color: #fff;
}
.teaser .left{
	width: 388px;
	float: left;
	background-color: #a2ad00;
	padding: 0px;
	border-top: 16px solid #eee;
	border-bottom: 16px solid #eee;
}
.teaser .right{
	width: 388px;
	float: left;
	background-color: #882345;
	padding: 0px;
	border-top: 16px solid #eee;
	border-bottom: 16px solid #eee;
}

.teaser .teaserimg{
	float: left;
	margin: 0px;
}
.teaser .teasertext{
	float: right;
	margin: 0px;
}
.teaser p{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 175px;
}
.teaser a{
	color: #fff;
	margin: 0px;
	padding: 0px;
}
.teaser a:hover{color: #fff;}
.teaser h2{	
	font-size: 11px;
	line-height: 12px;
	width: 175px !important;
	width: 187px;
	margin: 0px;
	padding: 9px 0px 0px 5px;
}
.teaser .pfeil{	margin-right: 5px;}
.teaser .link{ margin-top: 6px;}