/* Formatanweisungen für grundlegende Bestandteile der Seiten */

body {
 margin: 0;
 background-color: white;
 background-image: url(../Assets/Bgnd-Main25.jpg);
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: 0% 13%;
 overflow: hidden;
 }

#MainBox {
 position: absolute;
 margin: 0px;  padding: 0px;
 top: 15%;  left: 22.5%;
 width: 77.5%;  height: 77.5%;
 border: 0px solid black;
 overflow: auto;
 }

#MenuBox {
 position: absolute;
 margin: 0px;  padding: 0px;
 top: 20%;  left: 0%;
 width: 24%;  height: 79.5%;
 border: 0px solid black;
 overflow: hidden;
 }

.Headline {
 position: absolute;
 margin-left: 10%;  margin-right: 10%;
 top: 0%;  width: 80%;
 border: 0px solid black;
 text-align: center;  font-size: 24pt;  font-weight: bold;
 }

.Footline {
 position: absolute;
 margin-left: 10%;  margin-right: 10%;
 top: 97%;  width: 80%;
 border: 0px solid black;
 text-align: center;  vertical-align: middle; font-size: 10pt;
 }

.Footline > a {
 text-decoration: none;
 }
.Footline img {
 border: 0;
 }

.MenuBar {
 position: absolute;
 margin-left: -125px;  padding: 0;
 top: 0%; left: 50%; right: 50%; width: 250px;
 border: 0px solid red;
 overflow-x: hidden;
 overflow-y: hidden;
 }

.MainContent {
 margin: 3em;
 font-size: 11pt;  line-height: 1.4em;
 }

ul.NaviL1 {/* Format der Liste */
 margin-top: 0px;  margin-left: 10px;  margin-bottom: 0px;  padding: 0px;
 list-style: none;
 }
ul.NaviL1 li {/* Format der Listenelemente */
 margin-top: 7.5px; padding: 0; height: 32px;
 }
ul.NaviL1 li.Xtended {/* Format großer Listenelemente */
 margin-top: 7.5px; padding: 0; height: 64px;
 }

ul.NaviL2 {/* Format der Liste */
 margin-top: 0px;  margin-left: 40px;  padding: 0px;
 list-style: none;
 }
ul.NaviL2 li {/* Format der Listenelemente */
 margin-top: 5px; Padding: 0;  height: 24px;
 }