<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {width:100%;
      height:100%;
     }

body { background:white;
       color:#848484;
       font-family: Arial;
       font-size: 10pt;
       width: 98%;
       height:95%;
}

pre  { font-family:Arial; font-size:10pt;
}


p { font-family:Arial; font-size:10pt;
}

h1 { font-family:Arial;
     font-size:12pt;
     color: rgb(16, 31, 138);
}


A:active { color:dodgerblue;
         text-decoration:underline;
}

A:link { color:indigo;
       text-decoration:none;
}

A:visited { color:indigo;
          text-decoration:none;
}

A:hover { color:royalblue;
        text-decoration:none;
}



div.kopf {position: absolute;
         background:#F6FCF6;
         top:3px;
         left:25px;
         height:69px;
         width:90%;
}

div.randkopf {position: absolute;
         background:#F6FCF6;
         top: 0px;
         left: 0px;
         height: 75px;
         width:100%;
}

div.navi {position: absolute;
         background:#81C6C9;
         top: 75px;
         left: 0px;
         height: 25px;
         width:100%;
}

div.objekt {position: absolute;
        top:100px;
        left:10px;
        height:70%;
        width:79%;
        overflow:auto;
}

div.visit {position: absolute;
        top:100px;
        left:81%;
        height:70%;
        width:19%;
        overflow: hidden;
}

div.script {position: absolute;
          float:bottom;
          bottom:0px;
          left:10px;
          height:30px;
          width:90%;

}</pre></body></html>