:root {
    --Hintergrund: black;
    --HintergrundHell: whitesmoke;
    --HintergrundPopup: rgb(39, 39, 39);
    --HintergrundRamen: grey;
    --HintergrundRamenStartFarbe: lightgrey;
    --HintergrundRamenAusFarbe: lightblue;
    --HintergrundRamenAnFarbe: tomato;
  
    --Rahmen : 2px solid gray;
  
    --ZweiteZeile: darkslategray;
    --ErsteZeile: black;
  
    --Text: whitesmoke;
    --TextDunkel: black;
    --TextLinkBlau: DeepSkyBlue  ;
    --TextLinkHellblau: cadetblue;
    --TextLinkHellOver: darkslategray;
  }

a:active     { color: #FF0000; font-variant: normal; font-size: 10pt; font-family: Arial; 
               background-color: #ffffff; text-transform: none; 
               list-style-type: none; cursor: auto; border-style: none; text-decoration:underline }

a:hover      { color: #0000FF; font-variant: normal; font-size: 10pt; font-family: Arial; 
               text-transform: none; text-decoration:underline }

a:link       { color: #FF0000; font-variant: normal; font-size: 10pt; font-family: Arial }

a:visited    { font-family: Arial; color: #FF0000; font-size: 10pt; text-decoration:underline }

h1           { color: #000080; font-style: normal; font-variant: normal; font-weight: bold; 
               font-size: 14pt; font-family: Arial, Verdana, Helvetica; 
               text-transform: none; margin-top:12 }
h2           { font-family: Arial; font-size: 10pt; color: #000080; font-weight: bold; margin-top:0; margin-bottom:6 }

h3           { color: #000080; font-variant: normal; font-size: 10pt; font-family: Arial; text-transform: none; 
               text-align: justify; margin-top:0; margin-bottom:0; font-weight: normal }

h4 { color: rgb(153,153,0); font-family: Arial, Helvetica, sans-serif }
h5 { color: #000066; font-weight: normal; text-align: left; text-transform: none; word-spacing: 0; margin: 0; font-variant:normal; font-size:10pt; font-family:Arial; text-indent:0; line-height:100%; text-decoration:none }
h6           { font-weight: normal; font-size: 11px; font-family: Arial, Verdana, Helvetica }
body         { font-size: 10pt; color: #000066; margin-top: 0; margin-bottom: 0; background-color:#FFFFFF; font-family:Arial }
p            { font-family: Arial; font-size: 10pt; color: #000080 }
tr           { font-family: Arial; font-size: 10pt; color: #000080 }
td           { font-family: Arial; font-size: 10pt; color: #000080 }
br           { font-family: Arial; font-size: 10pt; color: #000080; margin-top:0; margin-bottom:0 }

a.LinkWeiss:link
{
  color: white;
  text-decoration: none;
}

a.LinkWeiss:visited {
  color: goldenrod;
  text-decoration: none;
}


a.LinkWeiss:hover {
  color: gray;
  text-decoration: none;
}