/* ===== 11-NOV-2023 ===== */

/* Begruendung Font 'Trebuchet MS': hat erkennbares 'kleines L' */


/* ===== Definitionen Gesamtblatt ===== */

/* ===== !!! nicht identisch mit master.css aus home !!! ===== */

html {
  height: 100%;
  overflow: hidden;
}

body {
  height: 98%;
  background-color: #000000;
}

div#wrapper {
  position: absolute; left:0px; top:0px;
  height: 100%;
  width: 100%;
}


/* ===== linke NavBox: Definition und Sprungliste ===== */
div#nav {
  position: relative; left:0px; top:0px;
  float: left;
  width: 12%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: auto;
  background-image: url("../wp/marmor04.bmp");
  background-attachment: fixed;
  text-align: center;
}

ul.nav {
  font-family: 'Trebuchet MS', 'Times New Roman', Arial;
  font-size: 13pt;
  font-weight: bold;
}

/* ===== obere NavBox: Definition ===== */


div#top {
  float: right;
  position: relative; left:0px; top:0px;
  height: 17%;
  width: 88%;
  background-image: url("../wp/rauhputz05.gif");
  background-attachment: fixed;
  font-family: 'Trebuchet MS', 'Times New Roman', Arial;
}


/* ===== untere Boxen: Definition ===== */

div#index {
  position: relative; top:0px;
  float: right;
  width: 88%;
  min-height: 100%;
  margin: 0 auto;
  background-image: url("../graph/space.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  font-family: Eurostile, 'Trebuchet MS', 'Times New Roman', Arial;
}

div#infoLinks {
  position: relative; left:0px; top:0px;
  float: left;
  height: 83%;
  min-height: 83%;
  width: 20%;
  background-image: url("../wp/rauhputz05.gif");
  background-attachment: fixed;
}

div#info {
  position: relative; left:0px; top:0px;
  float: right;
  width: 47%;
  min-width: 47%;
  height: 83%;
  min-height: 83%;
  overflow: auto;
  padding: 0% 1% 0% 0%;
  background-image: url("../wp/rauhputz05.gif");
  background-attachment: fixed;
  font-family: 'Trebuchet MS', 'Times New Roman', Arial;
  font-size: 15pt;
  line-height:1.25;
}

div#infoStory {
  position: relative; left:0px; top:0px;
  float: right;
  width: 47%;
  min-width: 47%;
  height: 83%;
  min-height: 83%;
  overflow: auto;
  padding: 0% 1% 0% 0%;
  background-image: url("../wp/rauhputz05.gif");
  background-attachment: fixed;
  font-family: 'Trebuchet MS', 'Times New Roman', Arial;
  font-size: 15pt;
  line-height:1.5;
}

div#infoRechts {
  position: relative; left:0px; top:0px;
  float: right;
  width: 20%;
  height: 83%;
  min-height: 83%;
  background-image: url("../wp/rauhputz05.gif");
  background-attachment: fixed;
}


div#infoMax {
  position: relative; left:0px; top:0px;
  float: right;
  width: 87%;
  min-width: 87%;
  height: 100%;
  min-height: 100%;
  overflow: auto;
  padding: 0% 1% 0% 0%;
  background-image: url("../wp/rauhputz05.gif");
  background-attachment: fixed;
  font-family: 'Trebuchet MS', 'Times New Roman', Arial;
  font-size: 13pt;
  text-align: center;
}

/* ===== Tabellen ===== */

table#top {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-size: 13pt;
}

table#topSt {
  width: 20%;
  margin: 0 auto;
  text-align: center;
  font-size: 13pt;
}

table.infoTop {
  margin: 0 auto;
  text-align: center;
  font-size: 10pt;
}

table.index {
  margin: 0 auto;
  font-size: 16pt;
  color:olive;
}

table.indexInfo {
  width: 100%;
  margin: 0 auto;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

table.info {
  font-size: 12pt;
}

/* ===== allgemein ===== */

h1 {
  text-align: center;
}

h2 {
  color:darkred;
  text-align: center;
}

h3 {
  font-style: italic;
  color:navy;
}

a:hover {
  color:red;
  text-decoration:none
}

a {
  color:#7b0a0a;
  text-decoration:none
}
