.shortSnippetOverview li, .shortSnippetOverview ul {
	list-style: none;
}
/* SNIPPETS */
.overviewSnippetList li {
	padding-bottom: 2em;
	background-image: url('../images/BottomBorder.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom:1.5em;
}
/* SNIPPETS */
.overviewSnippets {

	}
	.overviewSnippets li {
		list-style: none;
		background-image: url('../images/BottomBorder.png');
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 90%;
		min-height: 7em;
		margin-bottom: 2em;
	}
.overviewSnippetsContent h2 {
	display: inline;
	position: relative;
	float: none;
}
.snippetEntry {
	background: url('../images/HRuledStyled.png') no-repeat bottom left;
}
.overviewSnippetsContent a {
	color: #000;
}
.teaserImageForOverview {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.overviewSnippetList li, .overviewSnippetList ul  {
	list-style: none;
}

.readMore {
	font-weight: bold;
	float: right;
	text-transform: lowercase;
}
.readMore:after
	{
	content: ' )';
	}
.readMore:before
	{
	content: '( ';
	}