/* Stylesheets der Portalseite */

div#leiste-rechts {
	width: 35%;
	float: right;
	padding: 0.5em;
	margin-left: 1.5em;
}

div#leiste-rechts p.leiste-rechts-ueberschrift {
	display: block;
	border-bottom: 1px dotted #103d96;
	margin-bottom: 0.6em;
	font-weight: bold;
	color: #103d96;
}

div#leiste-rechts ul.leiste-rechts-ul {
	list-style: url(/images/design/minipfeil.gif) outside;
	padding-left: 20px;
}

div#leiste-rechts p.mehr {
	margin-top: 0.25em;
	text-align: right;
	margin-bottom: 0.25em;
}

