.teaserContent {
	width: 600px;
	height: auto;
	overflow: hidden;
	background-color: #F19200;
	margin-bottom: 40px;
	margin-top: 15px;
}

div.teaserPics {
}
ul#teaser {
	margin: 0;
}
ul#teaser li {
	background-color: #F19200;
	position: relative;
	margin: 0;
}
ul#teaser li a img {
	width: 600px;
	height: 230px;
	overflow: hidden;
}

ul#teaser div.teaser_txt {
	position: relative;
	bottom: 0;
	width: 600px;
	height: 51px;
	background-color: #E5E5E5;
	font-size: 10px;
}

ul#teaser .teaser_txt h2 {
	float: left;
	letter-spacing: 0;
	padding: 3px;
	margin: 0;
	width: 48%;
}
ul#teaser .teaser_txt p {
	line-height: 1.35em;
	padding: 3px 0;
	margin: 0;
	float: left;
	width: 50%;
}

ul#teaser .teaser_txt a.moreLink {
	color: #F19200;
	background-color: #E5E5E5;
}

ul#teaser .teaserNavi {
	background-color: #F19200;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 5px;
	font-size: 10px;
	line-height: 0.9em;
	height: 13px;
}
ul#teaser .teaserNavi span {
	cursor: pointer;
	padding: 0 5px;
}
