/* besonderheiten startseite, jquery */
#center h2 a {
	margin: 0; padding: 0;
	text-decoration: none;
	color: #333;
}
#center h2 a:active,
#center h2 a:hover,
#center h2.active a:active,
#center h2.active a:hover {
	color: #666;
}
#center h2 {
	border-bottom-width: 1px;
}
#center h2.active {
	border-bottom-width: 4px;
}
#center h2.active a {
	color: #000;
}
#center .teaser-content {
	margin: 0; padding: 0;
	border-bottom: 1px solid #F6BA28;
}
#center .teaser-content .img-wrap {
	float: left;
	width: 140px;
	margin-bottom: 1em;
}
#center .teaser-content h3,
#center .teaser-content h4,
#center .teaser-content h5,
#center .teaser-content h6,
#center .teaser-content p {
	margin-left: 160px;
}
#center h3 {
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	color: #666;
	padding-bottom: 0.25em;
}
