/*
	Linkseiten (verlinken auf andere, haben sonst keinen Inhalt)
*/

ul.sections {
	margin: 0.5em 0;
	padding-left: 0;
	list-style-type: none;
}

.sections li {
	margin-top: 0.35em;
	margin-left: 1.5em;
	text-indent: -1.5em;
}

.sections li:before {
	font-weight: bolder;
	content:"\25CA";
	padding-right: 0.35em;
	color: #888;
}

ul.sections li ul {
	margin-top: 0;
	padding-top: 0;
	list-style-type: none;
}

.index {
	line-height: 1.75;
	letter-spacing: 0.25em;
}

p.index,
p.index a {
	font-weight: bolder;
	font-size: 1.1em;
}

p.readallsections {
	padding-left: 20px;
	vertical-align: middle;
	background: url(abbildungen/icon-readallsections-01.png) center left no-repeat;
}
