Technical Details

Layout definitions: main-layout.css

/* ------------------- Layout Style Definitions ------------------- */
/* ----------------------- Rev.: 2018/06/05 ----------------------- */
/* ----------------------- (C) Roland Unger ----------------------- */

/* ---------------------------- Layout ---------------------------- */

#main, main {
	margin: 0 auto;
	padding: 1em 0 0;
	position: relative;
	max-width: 51em;
	height: 100%;
	text-align: left;
	background: transparent;
}

/* ------------------------ Document Header ----------------------- */

#header {
	padding: 0;
	margin: 0 0 1em;
}

#header h1 {
	margin: 0 auto;
	padding: 0.2em 0 0.3em 0;
	font-size: 2em;
	font-weight: 600;
}

nav {
	clear: both;
	padding: 0 0.1em 0.05em;
	margin: 0;
	display: block;
	font-size: 83%;
}

#breadCrumbs {
	display: block;
	text-align: left;
	padding: 0 1em 0 0;
	margin: 0;
	clear: both;
	float: left;
}

#menuItems , #menu {
	display: block;
	text-align: right;
	padding: 0;
	margin: 0;
}

#menu {
	clear: both;
}

#breadCrumbs li , #menuItems li , #menu li {
	white-space: nowrap;
	display: inline;
	margin-left: 0;
}

#header a:link , #header a:visited {
	text-decoration: none;
}

#header a:active , #header a:hover {
	text-decoration: underline;
}

#menuItems .js , #menuItems .jsBack , #menuItems .jsClose , #menuItems .jsTest {
	display: none;
}

/* ----------------------- Document Footer ------------------------ */

footer {
	clear: both;
	padding: 0.5em 0 0 0;
	margin: 1em 0;
	border-style: none;
	border-top: 1px solid #000;
	font-size: 90%;
	line-height: 130%;
	vertical-align: baseline;
	color: #808080;
	text-align: center;
}

/* ---------------- Information and Contents Pane ----------------- */

#contentAndNavigation {
	width: 100%;
	margin: 0;
	padding: 0;

    display: -webkit-flex;
    display: flex;
	align-items: stretch;
}

/* ----------------------- Information Pane ----------------------- */

article {
	margin: 0;
	padding: 0 0 0 1em;
	background: #fff;

    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
	order: 2;
}

article > *:first-child {
	margin-top: 0;
}

/* ------------------------ Navigation Bar ------------------------ */

aside {
	width: 11em;
	overflow: hidden;
	margin: 0;
	padding: 0;

    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
	order: 1;
}

#navObject {
	padding: 0;
	margin: 0;
	width: 11em;
	height: 100%;
	border-style: none;
}

aside a, aside .noLink {
	text-decoration: none;
	margin: 0;
	padding: 0 0.15em;
}

aside li a, aside li .noLink {
	display: block !important;
}

aside .small a, aside .small .noLink {
	display: inline !important;
}

aside .small a {
	padding: 0;
}

aside a img {
	border-style: none;
}

aside .small, aside ul {
	margin: 0.4em 0.6em 0;
	padding: 0.15em 0;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 95%;
	line-height: 125%;
	color: #000;
}

aside li .small {
	margin: 0;
	padding: 0.15em 0.3em;
	border: 1px solid #000;
}

aside ul li {
	margin: 0;
	padding: 0 0 0.75em;
	background: transparent;
	border: 1px solid #000; /* wichtig fuer IE */
	list-style-type: none;
	text-align: left;
}

aside li ul {
	margin: 0.15em 0 0;
	padding: 0.15em 0.15em;
	border: 1px solid #000;
}

aside ul li li {
	padding: 0;
}

aside .small table.months {
	font-size: 105%;
}

aside table.months td {
	width: 3.5em;
	font-size: 95%;
	line-height: 125%;
}

/* --------------------------- Site Map --------------------------- */

.sitemap  {
	font-size: 16px;
	line-height: 20px; }

.branch {
	vertical-align: top;
}

/* ---------------------- Two-Colums Layout ----------------------- */

dl.biblio {
	list-style : none;
	margin: 0;
}

dl.biblio dt {
	font-weight : bold;
	margin-top: 1em;
}

dl.biblio dt:first-child {
	margin-top: 0;
}

dl.biblio dd {
	white-space: nowrap;
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

dl.biblio dd:after {
	content: ' ';    
}

.twoColsFirst {
	width: 49.5%;
	float: left;
	margin: 0;
	overflow: hidden;
}

.twoColsLast {
	float: none;
	margin: 0 0 0 50.5%;
	overflow: hidden;
}

/* --------------- Two-Colums (Bottom) Navigation ----------------- */

p.navPage, ul.navPage {
	font-size: 90%;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 1.25em 0 0;
	display: block;
	background: transparent;
	border-style: none;
}

ul.navPage li {
	text-align: left;
	padding: 0 1em 0 0;
	margin: 0;
	display: block;
	clear: both;
	float: left;
}

ul.navPage li.right {
	text-align: right;
	padding: 0 0 0 1em;
	margin: 0;
	display: block;
	clear: none;
	float: none;
}

/* ---------------- Within-Page Navigation Table ------------------ */

.linktable {
	float: right;
	margin: 0 0 10px 10px;
	border-collapse: collapse;
	border-spacing: 0 0;
}

.linktable th {
	border-style: none;
	padding: 0px 3px;
	font-weight: bold;
	text-align: center;
	font-size: 0.83em;
}

.linktable td {
	border-style: none;
	padding: 1px 3px;
	text-align: center;
	color: #000; /* no link */
	background: transparent;
	font-size: 0.83em;
}

.linktable a {
	text-decoration: none;
}

.linktable a:hover {
	text-decoration: underline;
}

/* ---------------------- List of Chapters ------------------------ */

.chapter {
	margin: 1em 0 0;
	padding: 0;
}

.chapter li {
	clear: left;
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
}

.chapter img {
	float: left;
	margin: 0 1em 1em 0;
}

/* -------------- Address and Characteristics Lists --------------- */

.characteristics {
	margin: 0;
}

.characteristics dt {
	text-align: right;
	width: 33%;
	clear: both;
	float: left;
}

.characteristics dd {
	margin: 0 0 1em 35%;
	padding: 0;
}

.characteristics dd.noSpacer {
	margin: 0 0 0 35%;
	padding: 0;
}

.characteristics dd:after { /* clearing float */
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.highlighted {
	padding: 0.8em 1em 0;
	border: 1px solid #000;
}

.highlighted dt {
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
}

.license dt {
	width: 6.5em;
	font-weight: bold;
}

.license dd {
	margin-left: 7.5em;
}

/* -------------------------- List icon --------------------------- */

.listIcon {
	border: none;
}

/* -------------------------- Klemperer --------------------------- */

#klemperer {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	background: transparent;
	color: #000;
}

#klemperer img {
	float: left;
	padding: 0 0 0.5em 0;
	border-style: none;
}

#klemperer .h1 {
	margin: 0;
	padding: 0;
	font-size: 3em;
	text-align: right;
}

#klemperer p {
	font-size: 1.5em;
	line-height: 120%;
	margin: 1em auto 0.5em auto;
	text-align: right;
}

.reference {
	margin-top: 1em;
	margin-bottom: 0;
	border-style: none;
}

.reference td {
/*	padding: 0;  */
	vertical-align: baseline;
}

.reference ul {
	margin: 0 auto;
}

.signature {
	padding-left: 10px;
	text-align: right;
}

/* ---------------------------- Papers ---------------------------- */

.paper {
	border-left: solid #c0c0c0 3px;
	padding-left: 1em;
}

/* ----------------------------- Wiki ----------------------------- */

.koordinate {
	border: 1px solid #aaa;
	margin: 0 0 0.5em 0.5em;
	padding: 0.5em;
	float: right;
	clear: right;
	font-size: 80%
}

.wiki ul {
	padding-left: 0;
	margin-left: 0;
}

.wiki ul li {
	list-style-type: none;
	background: url(../figs/bullet.gif) no-repeat 1px 0.2em;
	padding: 0.05em 0 0.05em 15px;
	margin-left: 0;
}

.wiki ul li ol {
	padding-left: 40px;
}

.wiki ul li ol li {
	list-style: decimal outside;
	padding: 0;
	background: none;
}	

#toc {
	border: 1px solid #000;
}

#toc td {
	font-size: 88%;
	padding: 0.5em;
}

#toc h3 {
	border-style: none;
	margin: 0;
}

#toc ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

#toc li {
	background: none;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

#toc ul ul {
	margin-left: 1em;
}

#toc a {
	text-decoration: none;
}

.summary {
	float: right;
	margin: 0 0 0.5em 1em;
	border: 1px solid #000;
}

.summary th , .summary td {
	padding: 3px;
}

.summary th {
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.summary tr:first-child th {
	border-top: none;
}

.summary td {
	font-size: 85%;
}

.summary img {
	display: block;
	margin: 0 auto;
}

.data {
	border: 1px solid #000;
}

.data th , .data td {
	padding: 3px;
}

.data th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.data tr:first-child th {
	border-top: none;
}