/* --- Presse und Medien --- */
div.topline {
	float: none;
	clear: both;
	border-top: 1px dotted #cdcdcd;
	padding: 6px 0;
	margin: 3px 0;
}

div.topline div {
	float: left;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 6px 3px 0;
	width: 100px;
}

div.topline div.floatright {
	float: right;
	white-space: nowrap;
	text-align: right;
}

div.topline p {
	margin-bottom: 12px !important;
}

