/* Zwischenüberschriften */
.newsdiv > h4 {
	font-style: normal;
	font-size: 100%;
	font-weight: bold;
	color: #444444;
	margin-top: 10px;
}

div.pmdiv {
	float:left;
	max-width: 280px;
	min-height: 340px;
	margin: 10px;
	
}
div.pmdivbreit {
	float:left;
	width: 90%;
	height: auto;
	margin: 10px;
	margin-bottom: 20px;
}
h1.pm_headline {
    line-height: 110%;
    margin-bottom: 8px;
}
h2.pm_headline {
	font-size: 18px;
    line-height: 110%;
    margin-bottom: 8px;
}
h6.pm_headline {
	 margin-bottom: 8px;
	 color: #777777;
}
h6.pm_headline_detail {
	margin-bottom: 21px;
	font-size: 16px;
	color: #777777;
}
p.pm_sprache {
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Pressemitteilung Layout */
div#pressemitteilung_main {
	float: left;
	width: 70%;
}
div#pressemitteilung_sidebar {
	float: left;
	width: 30%;
}
div.pm_weitere_unsichtbar, p.pm_weitere_unsichtbar {
	display: none;
}
p.pm_weiter {
	text-align: center;
}