body {
	padding: 10px;
}

/* Turn page back and forth at top of page */
.topturn {
}
/* Turn page back and forth at top of page */
.botturn {
	margin-top: 50px;
}


.breadcrumbs {
	padding: 0;
}

.breadcrumbs a:link, .breadcrumbs a:visited, breadcrumbs a:active {
	color: #666;
}
.breadcrumbs a:hover {
	color: #669;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	align-items: end; /* needed? */
}

.breadcrumbs li {
	display: inline-block;
	margin: 0;
	border: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}

.breadcrumbs li:not(:first-child)::before {
	content: "→";
}
	
h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #666699;
}
h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666;
	padding: 2px 0px 2px 20px; /* top right bottom left */
}

h4 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
}

dl dt {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
dl dd {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
}

li {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
}

/* Tables */
table, th, td {
	border: 1px black solid;
	border-collapse: collapse;
}
table caption {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
}
table thead {
	background-color: grey;
	color: white;
}
table th, table td {
	text-align: left;
	padding: 4px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	vertical-align: top;
	
}


/* Links / Anchors */
a {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* "Das Kleingedruckte", also Randbemerkungen oder Nebentext */
.smallprint { font-size: 14px; }

/* Eingeführt wegen breiter Notengraphiken in True-Type-Stil: */
pre {
  overflow: auto;
}


