﻿:root { font-size: 13pt; }
body { max-width: 568px; margin: 1em auto 4em auto; }
h1, h2, h3, p, li { margin: 0; padding: 0; color: #444; }
h1, h2, h3 { font-family: sans-serif; color: #444; }
/* h3 { clear: both; } */
h1 {
	font-size: 100%; font-weight: normal; color: gray;
}
h2 { margin-top: 2em;   padding-top: 0.5em; margin-bottom: 0.5em; }
h3 { margin-top: 1.5em; padding-top: 0.5em; margin-bottom: 0.5em; }
.goodNews, .goodNews a	{ color: green; }
.badNews, .badNews a	{ color: red; color: orange; }
.solution, .solution a	{ color: blue; color: aqua; }
p { margin-bottom: 0.5em; }
p.datum { margin-bottom: 0; color: silver; font-family: monospace; font-weight: bold; }

a { color: maroon; }
h2 a, h3 a { color: #444; text-decoration: none; }
img { font-family: monospace; color: red; }
img[src="./res/VorfahrtBraille.jpg"]	{ width: 150px; margin-left: 1em; margin-bottom: 0.5em; }
img[src="./res/postillon.jpg"]		{ border: thin solid silver; }
a:hover { text-decoration: underline; }
cite { font-style: normal; }
cite:before { content: "»"; }
cite:after { content: "«"; }
article { padding-top: 0.5em; }
p.datum + h2,
p.datum + h3 { margin-top: 0; padding-top: 0; }
h2 + h3,
article > h3 { margin-top: 0; padding-top: 0; }
article { border-top: thin solid rgb( 219, 219, 219 ); margin-top: 2em; }

ul { padding-left: 1em; }
ul.jurMenu { width: 80%; margin-left: 10%; padding-top: 1em; margin-top: 3em; text-align: center; border-top: 1px solid silver; }
ul.jurMenu li { display: inline-block; color: gray; }
/* ul.jurMenu li:after { content: "  •  " } */
ul.jurMenu li:after { content: "  \2002\2022\2002  " }
ul.jurMenu li:last-child:after { content: ""; }
ul.jurMenu li a { text-decoration: none; color: gray; }
ul.jurMenu li a:hover { text-decoration: underline; }
