 /* Basic */
 body {
    width: 98%;
    color: rgb(255, 255, 255);
    font-size: 12pt;
    font-family: Calibri, Arial, Helvetica, Verdana, sans-serif;
    padding: 0;
    margin-top:5px;
    background-color: #3e6d9c;
    justify-content: center;
 }
 
 #rahmen {
    margin: 0px auto;
    width: 1100px;
    height: auto;
    background-color: #ffffff;
    justify-content: center;
 } 

 /* Firmenschriftzug */
 .firma {
    background-color: #ffffff;
    border-bottom: 1px solid #A9A9A9;
    display: flex;
    justify-content: center;
 }
 
 /* Hauptbereich mit linker Navigation und Hauptfenster rechts */
 #main {
    margin-top: 0px;
    left: 1px;
    width: 1100px;
    display: flex;
    justify-content: center;
 }
 
 #inhalt {
    width:auto;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    justify-content: center;
    text-align: center;
    font-size: 14pt;
    font-family: Calibri, MS Sans Serif, Verdana, sans-serif;
    color: black;
 } 
 /* Titel-Überschrift */
 .titel {
 font-size: 20pt;
 font-weight: bold;
 color: #000000;
 font-family: Calibri, MS Sans Serif, Verdana, sans-serif;
 }

 table {
    table-layout: fixed;
    margin: 0 auto;
 }

th, td {
  width: 30%; /* Beispiel: 30% der Tabellenbreite */
}

 #agb {
    width: 1100px;
    height: 550px;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    float: left;
    background-color: #FFFFFF;
    overflow: auto;
    color: #000000;
 }
 #txt8 {
   font-size: 9pt;
   font-weight: normal;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   text-align: left;
 }

/* Fusszeile mit Navigation */
  
 /* untere Navigation */
 #navi_u {
   text-align: center;
   margin-top: 5px;
   font-size: 10pt;
   height: auto;
 }
 .navi_u a:link, .navi_u a:visited {
 color: black;
 text-decoration: none
 }
 .navi_u a:hover {
 color: #7B68EE;
 text-decoration: none
 }
 .navipunkt {
 margin-bottom: 7px 
 }
 .navi_aktiv {
 font-size: 10pt;
 color: #FFA500 
 }
   
 #rights {
   text-align: center;
   padding: 5px;
   height: 15px;
   background-color: #ffffff;
   font-size: 10pt;
   color: #000000;
   border-top: 1px solid #a9a9a9
 }