#topTeaser {
	position:relative;
	margin-top:15px;
	width:100%;
	background-color:#efefef;
}

#topTeaserLeft {
	position:relative;
	top:10px;
	left:30px;
	/*margin-top:30px;
	width:340px;*/
	width:710px;
	text-align:left;
	height:180px;
	border:0px solid red;
}

#topTeaserLeft a:hover {
	text-decoration:underline;
}

#topTeaserLeft p {
	width:280px;
	line-height:130%;
}

#topTeaserLeft p.link {
	text-align:right;
}

#topTeaserLeft h2 {
	color:#666666;
}

#topTeaserRight {
	position:relative;
	float:right;
	right:15px;
	margin-top:10px;
	width:370px;
}

#topTeaserRight img {
	display:block;
	float:right;
	margin:4px;
	margin-bottom:0px;
	border:3px solid #990033;
}



#bottomTeaser {
	position:relative;
	width:100%;
}

#bottomTeaserLeft {
	position:relative;
	float:left;
	margin-top:15px;
	padding-left:15px;
	width:370px;
	text-align:center;
	border:0px solid red;
}

#bottomTeaserRight {
	position:relative;
	float:right;
	right:15px;
	margin-top:15px;
	width:400px;
	text-align:left;
	color:#333333;
}

#bottomTeaserRight li {
	margin-left:20px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:10px;
 	list-style-type: none;
	background-image: url(../images/arrow_upper_right.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}


#bottomTeaserRight strong {
	font-size:115%;
}

#bottomTeaserRight p {
	padding-bottom:15px;
}

#bottomTeaserRight p img {
	position:relative;
	display:block;
	margin-left:-17px;
	margin-bottom:-11px;
}