html, body {
	width: 100%;
    height: 100%;
	overflow: hidden;

    font-family: 'Times New Roman';
}

.HintergrundGrau {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 950px;
	height: 100%;
	z-index: 1;

	margin: 0px;
	padding: 0px;
	overflow: hidden;

	border-style: none;
	background: url(Bilder/Grau.jpg);
	background-size: auto;
}

.HintergrundKarte {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
    
	z-index: 1;
            
	padding: 0px;
	overflow: hidden;

	text-align: center;
            
	border-style: none;
}


.Inhalt {
	position: absolute;
	left: 160px;
	top: 260px;
	bottom: 40px;
	width: calc(100% - 200px);
	height: calc(100% - 300px);
	z-index: 4;

	padding: 0px;
	margin-right: 100px;
	margin-bottom: 100px;

	opacity: 1;
	color: black;
                        
	overflow: hidden;
	overflow-y: auto;
	background-color: transparent;	
	border: none;
	border-width: 1px;
	border-color: green;
}


.InhaltRechts {
	position: absolute;
    top: 168px;
	bottom: 36px;
	right: 40px;
	width: 12%;
	z-index: 4;

	margin: 0px;
	padding: 0px;
	text-align: center;

	background-color: transparent;
	opacity: 1;
	overflow: hidden;

	border-style: none;
	border-width: 1px;
	border-color: red;
}


.Navigation {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 118px;
	height: calc(100% - 80px);
	
	z-index: 10;

	margin: 0px;
	padding: 0px;

	text-align: center;
            
	background-color: transparent;
	overflow: hidden;
	border: none;
	border-width: 1px;
	border-color: black;
 }


.KastenTitelbild {
    width: auto;
    height: 60px;
    margin: 0px;
}


.KastenJahr {
	/* umgibt die Ereignisse, wird für Sprungmarken genutzt */
	float: left;
    clear: both;
	height: auto;
    width: auto;

	z-index: 1;
            
	margin: 0px;
	margin-top: -80px;
	padding: 0px;

	text-align: center;
            
	border-style: none;
	border-width: 1px;
	border-color: yellow;
}

.KastenPortrait {
    position: absolute;
	height: 20%;
    width: 10%;
    right: 40px;

    z-index: 3;

	margin: 0px;
    margin-right: 5px;
	padding: 20px;
    padding-left: 0px;
    padding-right: 0px;

	font-family: 'Times New Roman';
	font-size: 12px;

    text-align: center;

	background-color: RGB(255, 255, 250);
	opacity: 0.8;
	overflow: hidden;

	border-style: solid;
	border-width: 1px;
	border-color: black;
	box-shadow: 4px 3px 0px rgba(0, 0, 0, 0.3);

    transition: all;
    transition-duration: 750ms;
}

.KastenPortrait:hover {
    height: 24%;
    width: 12%;
    right: 39px;
    z-index: 4;
    opacity: 1;
}

.KastenText {
	margin: 10px;
	margin-bottom: 20px;
	padding: 30px;
	background-color: RGB(255, 255, 250);
	opacity: 0.8;
	overflow: visible;
	border-style: ridge;
	border-width: 6px;
	border-radius: 2px;
	border-color: RGB(180, 120, 60);
	box-shadow: 4px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 3px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 4px 3px 0px rgba(0, 0, 0, 0.3);
}

.KastenText:first-child {
	margin-top: 0px;
}

.KastenText:last-child {
	margin-bottom: 0px;
}


.Knopf {
    width: 100px;
    height: 62px;
	z-index: 10;

	margin-bottom: 10%;
	padding-top: 38px;

	color: RGB(60, 30, 20);
	font-family: 'Times New Roman';
	font-size: 20px;
	font-weight: 400;
	text-align: center;

	background-color: RGB(255, 255, 250);
	opacity: 0.8;
	border-style: ridge;
	border-width: 6px;
	border-radius: 90px;
	border-color: RGB(180, 120, 60);
	box-shadow: 4px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 3px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 4px 3px 0px rgba(0, 0, 0, 0.3);

    transition: all;
    transition-duration: 500ms;
}

.Knopf:hover {
    color: darkred;
    font-weight: 500;
	opacity: 1;
    border-color: darkred;
}


.Titel {
	position: absolute;
	left: 160px;
	top: 20px;
	width: calc(100% - 200px);
    height: 240px;
    margin: 20px auto;
    border: 1px none red;
    display: flex;
    z-index: 6;
}

.TitelLinks {
	width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
}

.TitelRechts {
	width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
}

.Uhr {
	position: absolute;
	top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    transform: translate(-50%, -50%);
    padding: 0px;
    margin: 0px;
    z-index: 10; /* Vordergrund-Schicht */
	/* background-image: url("Bilder/Ziffernblatt.gif"); */
	/* background-size: contain; */
	background-color: RGB(255, 255, 250);
	border-style: ridge;
    border-width: 6px;
    border-radius: 126px;
    border-color: RGB(180, 120, 60);
    box-shadow: 4px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 3px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 4px 3px 0px rgba(0, 0, 0, 0.3);
}


h1 {
	/* große Überschrift in Überschriftskasten, Überschriften der Absätze im Impressum, Namen der Personen, die Geburtstag haben */
	margin: 0;
	margin-bottom: 10px;
	
	font-size: 30px;
	font-weight: 500;
	color: darkred;
}

h2 {
	/* Absatzüberschriften in Personenportraits und im Impressum, Zitat von Personen, die einen runden Geburtstag haben (mit Änderungen)*/
	margin: 0px;
    margin-bottom: 10px;
	padding: 0px;
	
	font-size: 20px;
	font-weight: normal;
	color: darkred;
    text-align: left;
}

p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	
	font-size: 16px;
	color: black;
	text-align: left;
	line-height: 1.4;
}

ul {
	margin: 0px;
	margin-top: 10px;
	margin-left: -20px;
}

li {
	margin-bottom: 6px;	
	font-size: 16px;
	color: black;
    line-height: 1.4;
}

a {
	font-size: 25px;
	font-weight: 200;
	color: darkred;
}

a14 {
	font-size: 14px;
	font-weight: normal;
	color: black;
}

a15 {

	font-size: 14px;
	font-weight: normal;
	color: rgb(100,100,100);
}

hr {
	width: 40%;
	height: 1px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	border: none;
	background-color: darkred;
}