﻿
  body {
    direction: ltr;
    padding: 0px;
    background-color: rgb(255, 255, 181);
    font-family: "Times New Roman",Times,serif !important;
    font-size: 18pt;
    font-weight: normal;
    line-height: normal;
    color: rgb(0, 0, 0);
    text-align: center;
    vertical-align: middle;
    }

  a:link {
    text-decoration: underline;
    color: rgb(0, 0, 255);
    }

  a:active {
    text-decoration: underline;
    color: rgb(0, 0, 255);
    }

  a:visited {
    text-decoration: underline;
    color: rgb(111, 111, 111);
    }

  a:hover {
    text-decoration: underline;
    color: rgb(255, 0, 0);
    }

  span.hinweis {
    font-size: 12pt;
    }

