@charset "utf-8";
/* CSS Document */

#teaser_wrapper{
	background-image:url(../images/frontpage_bg.png);
	background-repeat:repeat;
	height:441px;
	width:100%;
	z-index:0;
	margin-top:-30px;
	}


#teaser_left
{
	background-image:url(../images/teaserleft_bg.png);
	background-repeat:no-repeat;
    float:left;
	width:400px;
	height:400px;
	z-index:1;
	position:relative;
	margin:0px 0px 0px 80px;
	position:absolute;  
}