/* Definition der Container */

#TEASERBOX{
	position: absolute;
	width: 149px;
	height:109px;
	background: white;
	color: black;
	padding: 10px;;
}
#TEASERBOX h1{
	font:12px "Trebuchet MS";
	font-weight:bold;
	line-height:12px;
	height: 20px;
	background-image: url(img/bg_teaserboxh1.gif)
}

#FOOTER{
	position: absolute;
	width: 850px;
	height:20px;
	background: white;
	top:390px;
	left:52px;
	margin-bottom:30px;
	color: black;
	font:11px "Trebuchet MS";
}

