.frameBoxLayout{
	background-color:#DEEADE;
	width: 180px;
	font-family: Verdana;
	font-size: 11px;
}

.noBoxLayout{
	background-color:#DEEADE;
	width: 180px;
	height:32px;
}

.oneBoxLayout{
	background-color:#DEEADE;
	width: 180px;
	height:117px;
}

.twoBoxLayout{
	background-color:#DEEADE;
	width: 365px;
	height:117px;
}

.threeBoxLayout{
	background-color:#DEEADE;
	width: 550px;
	height:117px;
}

.divTeaserRow{
	position:relative;
	/*border: solid 1px black;*/
	width:	550px;
	padding-top:12px;
}

.divTeaserImage{
	position:absolute;
	top:0px;
	height: 84px;
	margin-top:40px;
	
	z-index:5;
	/*border: solid 1px red;*/
	
}
.divTeaserText{
	position:absolute;
	top:0px;
	height: 90px;
	margin-top:40px;
	z-index:4;
	/*border: solid 1px black;*/
}
