/****************************************************************************
 * Basisstyles für das Basis-Layout                                         *
 ***********************************************************************!-> */

/* Verweise ************************************************************!-> */
  a[href]:after {
    content: " <"attr(href)">";
    font-style: italic;
  }

/****************************************************************************
 * Positionierung, Abmessung und Ränder                                     *
 ***********************************************************************!-> */

  body {
    width: 100%;
    background-color: rgb(255,255,255);
  }

  div#Kopfzeile {
    display: none;
  }

  img#EckeLinksOben {
    display: none;
  }

  img#Bildleiste_Horizontal {
    display: none;
  }

  div.Rubrik {
    display: none;
  }

  div#Suche {
    display: none;
  }

  div#Navigation {
    display: none;
  }

  div#Inhalt {
    width: 98%;
    border-left: none;
    margin-bottom: 0px;
    padding: 0px;
    overflow: visible;
  }

  div#Inhalt_Text {
    width: 100%;
    overflow: visible;
  }

  div#Inhalt_Bildleiste {
    display: none;
  }

  img#Inhalt_Fussbogen {
    display: none;
  }

  div#Info {
    page-break-before: always;
    width: 100%;
  }

  div.Info_Kopf {
    padding: 0px;
    background-color: rgb(255,255,255);
    color: black;
  }

  div.Info_Kopfbogen {
    display: none;
  }

  div.Info_Text {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 1em;
    padding: 0px;
    background-image: url(pics/nix.gif);
    background-repeat: no-repeat;
    background-color: rgb(255,255,255);
    color: black;
  }

  div.Info_LogoKopf {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 1em;
  }

  img.Info_Icon {
    display: none;
  }
