#teasercontainer {width: 950px; height: 250px; background-color: transparent;}
#teasercontainer div {
	overflow: hidden;
	width: 950px;
	height: 250px;
	background-color: transparent;
	margin: 0px;
}
.teaserelement {
	width: 950px;
	height: 250px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.teaserelement h2 {
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	margin: 44px 0px 0px 27px;
	float: left;
}
.teaserelement p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 15px 0px 0px 27px;
	width: 380px;
	height: 145px;
	background: transparent;
	overflow: auto;
	float: left;
	clear: left;
}
.teaserelement ul {
	float: right;
	list-style-type: none;
	margin: 135px 15px 5px 0px;
	width: 150px;
}
.teaserelement li {list-style-type: none; font-size: 12px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; width: 20px; height: 17px; float: right; display: block; background-color: #406f9a; margin: 3px; text-align: center; padding-top: 3px;}
.teaserelement li.selected  {background-color: #99bad8;}
.teaserelement a {color: #ffffff; text-decoration: none;}
.teaserelement a:hover  {color: #99bad8; text-decoration: underline;}
.teaserelement h1 {
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	margin: 44px 0px 0px 27px;
	float: left;
}
