body * { font-family: sans-serif; }
body {
	margin: 2em auto;
	background-color: black;
	border: 3px solid gray;
	max-width: 1050px;
}
#trauerrand {
	padding: 2em 1.5em 0.5em 1.5em;
	background-color: white;
}
div.trauerrand p {
	margin: 0; padding: 0;
}
span {
	border-bottom: 1px dotted lime;
}
img.anzeige { margin-top: 1em; margin-bottom: 1em; }

#head {
	/* Überschrift und Foto */
}
#head #bild {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: smaller;
	text-align: center;
}
#head #bild img {
	border: 0.5ex solid black;
}
#head #bild p {
	margin: 0; padding: 0;
}
#head h1 {
	margin-bottom: 1em;
}

#content {
	clear: both;
	margin: 1em 0;
}

img[alt] { color: red; }

#menu { float: left; }
p.menu { border-top: 1px solid gray; border-bottom: 1px solid gray; padding: 0.5ex 0; text-align: center; }
p.menu a { color: gray; text-decoration: none; }
p.menu a.sel { color: black; text-decoration: underline; }
p.menu a:hover { color: black; text-decoration: underline; }

/* Inhalt */
#content h1,
#content h2,
#content h3,
#content th,
#content td,
#content p,
#content address { font-size: 11pt; }

/* Tagebuch */
table { border-bottom: 1px solid gray; }
address { font-style: normal; }
caption { padding: 0.5ex 2ex; font-size: x-large; font-weight: bold; background-color: silver; }
th { padding: 1ex 2ex 1ex 2px; text-align: left; border-bottom: 1px solid black; }
td { padding: 2px 2ex 1ex 2px; }
