/*
 * abstracts.css
 *
 * (c) 2023 Prof Dr Andreas Müller
 */
div#inhalt {
	width: 760px;
}

table.navigation {
	width: 100%;
}
td.links {
	padding: 6px;
	text-align: left;
	width: 50%;
	background: #999999;
	color: white;
}
td.rechts {
	padding: 6px;
	text-align: right;
	width: 50%;
	background: #999999;
	color: white;
}

h3 {
	text-align: left;
}
h4 {
	text-align: left;
}

span.link {
	text-decoration: underline;
	cursor: pointer;
}
