/* ----------------------------------------------------------------------------- */
/* TABELLE KBENTR3 für Kirchenbuch-Einträge - verwendet in mnu1-ges2-kb-entr.php */
/* ----------------------------------------------------------------------------- */
/* Legende bzw. Inhalt der Abb. "Einige der ältesten Kirchenbucheinträge aus dem */
/* Jahre 1715" - diese Tabelle sollte sich verkleinern, wenn das Fenster kleiner */
/* wird - betrifft Datei "kb00_index-kramarz_1715-mrkd.jpg"                      */
/*                                                                               */
/* Stand 20240902: Tabelle "kbentr3" in "mnu1-ges2-kb-entr.php" offensichtlich   */
/* gar nicht mehr benötigt.                                                      */
/*                                                                               */
/* ----------------------------------------------------------------------------- */

/*
table#impressum tbody tr:nth-child(even) { 
  background-color: #ffffff; 
  /* color: #000; */
	/* color: #ffffff; */
/* } */


/* neu eingefügt, um kleinere Zeile ohne Abstände vor und nach einfügen zu können */
/* KMR/hp 18.05.2025																															*/
/* Beispiel:	<div class="legende">Legenden-Text</div>																*/
.legende {
		font-size: 1em;
		font-weight: bolder;
		/* font-family: "Roboto Slab", serif; */
		font-family: "Open Sans", sans-serif;
		color: #3d4449;
	}

p.ohne-abstand {
		margin: 0;
		padding: 0;
}

.impressum-container {
	background-color: #ffffff;
	line-height: 200%;
	width: 200px;
	/* margin: 2em 0 3em 0; */
	margin: 0 0 1em 0;
	/* font-size: 8pt; */
	/* text-align: center; */
	/* vertical-align: baseline; */
	/* position: relative; */
	/* z-index: 1; */
	/* cursor: context-menu; */
}

.impressum-container #table {
	/* border: 1px solid black; */
	width: 200px;
	padding: 0 0 0 0;
}

.impressum-container #th, .impressum-container #td {
	/* border: 1px solid black; */
	padding: 0 0 0 0;
}

.impressum-container #th {
	/* border-bottom: 1px solid black; */
	/* background-color: lightgrey; */
	/* text-align: left; */
}

.impressum-container #td {
	text-align: left;
	vertical-align: top;
}

.mycontainer {
	/* background-color: #D3E8FA; */
	/* height: 300px; */
	width: 900px;
	margin: 2em 0 0 0;
	/* margin: 0 auto; */
	text-align: center;
}

.mycontainer50 {
	/* background-color: #D3E8FA; */
	/* height: 300px; */
	max-width: 50%;
	margin: 2em 0 0 0;
	/* margin: 0 auto; */
	text-align: center;
}

.mycentered-element {
	/* width: 900px; */
	margin: 0 auto;
	text-align: center;
	/* width: 855px; */
	/* height: 30px; */
	border-radius: 5px;
	/* background-color:lightgreen; */
}

.mycentered-element50 {
	max-width: 50%;
	/* margin: 0 auto; */
	text-align: center;
	/* width: 855px; */
	/* height: 30px; */
	border-radius: 5px;
	/* background-color:lightgreen; */
}

