/* PRESSEMITTEILUNGEN */

div.pressemitteilung {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
}

* html div.pressemitteilung { /* Totaler Krampf im IE, aber der zeigt sonst keinen border-bottom an, wenn das Element relativ positioniert wird */
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-top-color: #E6E6E6;
	margin-bottom: 9px;
}

div.pressemitteilung.withtoplink {
	padding-bottom: 2em;
}

div.pressemitteilung h3 {
	margin-right: 140px;
	text-transform: uppercase;
}

div.pressemitteilungdatum {
	color: #333333;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 0px;
}
