body            { background: #CCCCCC;
                  color:#000000;
                  font-family: Arial, Verdana, Helvetica;
                  text-align: left; }

a:link          { color: #000000;
                  font-weight:normal;
                  text-decoration: none; }

a:active        { color: #000000;
                  text-decoration: none; }

a:visited       { color: #000000;
                  text-decoration: none; }

a:hover         { color: #800000;
                  background-color:#C0C0C0;
                  text-decoration: none;  }

hr              { color: #007500;
                }

h1              {
                 margin-left: 5mm;
                 margin-right: 10mm;
                 margin-top: 8mm;
                 margin-bottom: 8mm;
                 font-family: Arial;
                 font-size: xx-large;
                 font-weight: normal;
                 text-align: right;
                 color: #000000;
                 background: #CCCCCC;
                 text-decoration: none;
                }

h2              {
                  font-family: Arial;
                  font-size: xx-large;
                  font-weight: bold;
                  text-align: left;
                  font-style: italic;
                  color: #007500;
                  background: #CCCCCC;
                }
h3              {
                  font-family: Arial;
                  font-size: large;
                  font-weight:normal;
                  text-align: left;
                  font-style: italic;
                  color: #007500;
                  background: #CCCCCC;
                }
h4              {
                  font-family: Arial;
                  font-size: large;
                  font-weight:normal;
                  text-align: left;
                  color: #007500;
                  background: #CCCCCC;
                }


p               {
                 margin-left: 5mm;
                 margin-right: 5mm;
                 font-family: Arial;
                 font-size: medium;
                 color: #000000;
                 text-decoration: none;
                 }

table.ttip       {
                 margin-left: 5mm;
                 margin-right: 5mm;
                 width:100%;
                 display:inline;
                 border-collapse:collapse
                 }

td.ttip          {
                 border-color:#007500;
                 border-width:1px;
                 border-style:solid;
                 padding:4px;
                 background-color:#FFFFCC;
                 font-size:small;
                 }

/* Fusszeile */
#FZ               {
                 position:relative;
                 margin-left: 5mm;
                 margin-right: 5mm;
                 font-family: Arial;
                 font-size: medium;
                 font-weight: bold;
                 text-align: right;
                 color: #000000;
                 background: transparent;
                 text-decoration: none;
                  }


/* Aufzählungen */
li               {
                 margin-left: 5mm;
                 margin-right: 5mm;
                 font-family: Arial;
                 font-size: medium;
                 text-align: justify;
                 color: #000000;
                 text-decoration: none;
                  }

li#Tooltip      {
                 margin-left: 5mm;
                 margin-right: 5mm;
                 font-family: Arial;
                 font-size: small;
                 text-align: left;
                 color: #000000;
                 text-decoration: none;
                 }



                  /* Für Überschrift */
div#f1 {
position: fixed;
   top:0px;
   left:600px;

    font-size: 0.9em;
    float: right; width: 12em;
    height: 100%;
    margin: 0; padding: 0;
    border: 1px dashed silver; background-color: #eee;
  }


div#Inhalt {
    margin: 0 12em 0 16em;
    height: 100%;
    padding: 0 1em;
    border: 1px dashed silver;
    overflow:auto;
  }