﻿/* -----------------------------------------------------------------------------------
/* --- Allgemein Screen --- */
/* - TO DO List, letzte Akt. 23.06.2024 - */
/* - TO DO List, 15.05.2024 - */

body {
	display: block;
	float: left;
	font-family: 'Grenze Gotisch', 'Matura', Fraktur, 'Courier Prime', Verdana, Helvetica, serif;
	background: url('../../pic/Es-Ist-Soweit_BO_31-12-2024.jpg') no-repeat center top;
	background-color: transparent;
	color: #002A69;
}

/*
body {
	background-image: url('../../pic/icon-artist-800.jpg');
	background-repeat: no-repeat;
	background-position: center middle fixed;
	font-family: 'Grenze Gotisch', 'Matura', Fraktur, 'Courier Prime', Verdana, Helvetica, serif;
    background: #FEFCFC;
    color: #957215;
}
*/

div * {
    display: block;
    float: left;
    width: 900px;
    margin: 5px auto;
    padding: 5px;
    background-color: #FEEFEE;
    color: #002A89;
	font-size: 1em;
	font-weight: normal;
}

div#Navigation_TOC-HP-Main-Site,
div#muke.guche.jetz {
   clear: left;
   width: fit-content;
   margin: 5px auto;
   padding: 5px;
   background-color: #9F1D12;
   color: #EE4B4D;
   font-size: large;
   font-weight: bold;
}

div#DerMeyMachtAllesNeu {
	position: absolute;
	top: 10px;
	right: 12px;
	background: #8D2A0F url('../../pic/Der-Mey_Der-Macht-Alles-Neu_DANKE_2024-05-13_06-46_800x50.gif') no-repeat fixed center middle;
	color: #F66F77;
	font-size: 1em;
	font-weight: normal;
}

div a * {
    margin: 5px auto;
    padding: 5px;
	background-color: #8D2A0F;
	color: #FCE9B8;
	font-size: 1em;
	font-weight: normal;
    text-decoration: none;
}

div a:hover {
    margin: 5px auto;
    padding: 5px;
	background-color: #EE4B4D;
	color: #8D2A0F;
	font-size: 1em;
	font-weight: normal;
    text-decoration: none;
}

.content {
	display: block;
	float: left;
	width: 800px;	
	border-radius: 0px 0.5em 0.5em;
	border: 1px solid #002ADC;
	margin: 5px auto;
	margin-top: 10px;
	padding: 5px;
	background-color: transparent;
	color:#002A89;
	font-family: 'Grenze Gotisch', 'Matura', Fraktur, 'Courier Prime', Verdana, Helvetica, serif;
	font-size: 1em;
}

.contentInner {
	clear: left;
	width: 96%;
	margin: 2px auto;
	padding: 5px;
	font-family: 'Grenze Gotisch', 'Matura', Fraktur, 'Courier Prime', Verdana, Helvetica, serif;
	font-size: 1em;
	line-height: 1.3em;
}

.contentPHP {
   display: block;
   float: left;
   width: 800px;
   margin: 10px auto;
   padding: 5px;
   background-color: #E5DFBA;
   color: #002A89;
   border-radius: 0px 0.5em 0.5em;
   border: 1px solid #002A69;
   font-size: 1em;
}

.contentInnerPHP {
   clear: left;
   width: 96%;
   margin: 4px auto;
   padding: 5px;
   font-family: 'Grenze Gotisch', 'Matura', Fraktur, 'Courier Prime', Verdana, Helvetica, serif;
   background-color: #E5DFBA;
   color: #002A89;
   font-size: large;
   text-align: left;
   line-height: 1.3em;
}

.tocPHP {
   clear: left;
   width: 96%;
   margin: 10px auto;
   padding: 4px;
   font-family: 'Grenze Gotisch', 'Matura', Fraktur, 'Courier Prime', Verdana, Helvetica, serif;
   background-color: #8D2A0F;
   color: #FEEFEE;
}

.toc {
	background-color: #8D2A0F;
	color: #fee;
	font-family: 'Grenze Gotisch','Fraktura','Verdana','sans-serif';
	font-size: 13pt;
}

p * {
	display: block;
	float: left;
	width: 96%;
	margin: 5px auto;
	padding: 3px 2px 3px 4px;
	background-color: #FFF;
	color: #A52A2A;
	font-size: 1em;
	text-align: justify;
	line-height: 1.3em;
}

p.PHP {
	clear: left;
	width: fit-content;
	margin: 4px auto;
	padding: 3px 4px;
    background-color: #F4F4EE;
	color: #EB2F2D;
	font-size: 1em;
	text-align: left;
	line-height: 1.3em;
}
/* -----------------------------------------------------------------------------------
