 /* Basic */
 body {
 width 90%;
 color: black;
 font-size: 12pt;
 font-family: Calibri, Arial, Helvetica, Verdana, sans-serif;
 padding: 0;
 margin-top: 10px;
 text-align: center;
 background-color: #315A82;
 }
 
 #rahmen {
 margin: 0px auto;
 width: 1100px;
 height: auto;
 background-color: #ffffff;
 } 

 /* 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;
 }

 /* Titel-Überschrift */
 .titel {
 font-size: 20pt;
 font-weight: bold;
 color: #000000;
 font-family: Calibri, MS Sans Serif, Verdana, sans-serif;
 }
 
 /* Layoutmittel */

 #inhalt {
 width: auto;
 margin-top: 0px;
 padding-top: 10px;
 padding-left: 60px;
 padding-right: 60px;
 background-color: #ffffff;
 color: #000000;
 text-align: justify;
 } 

 .inhaltTIT {
 margin: 0px;
 margin-top: 0px;
 text-align: center;
 }
 
 /* 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 {
    margin: 0 auto;
    padding: 5px;
    height: 15px;
    background-color: #ffffff;
    font-size: 10pt;
    color: #000000;
    border-top: 1px solid #a9a9a9
 }
