
div.berichte {
	border-top: 1px dotted #888888;
	margin-top: 2px;
	padding-bottom: 2px;
	background-color: #EEEEEE;
}
div.berichte p { font-size: 11px; line-height: 1.4em; text-indent: -1.5em; padding-left: 1.5em; }
div.berichte p + p { border-top: 0px; padding-top: 0px; }

a.lit-umschalter {
	display: block;
	border: 1px dotted #888888;
	margin-top: -21px;
	margin-left: auto;
	width: 150px;
	margin-bottom: 2px;
	color: #555555;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	position: relative;
	z-index: 50;
}

a.lit-umschalter:hover { color: white; background-color: orange; }

@media print { a.lit-umschalter { visibility: hidden; } }

