body, p a {
    font: normal 90% Arial, Helvetica, sans-serif;
    color: black; background-color: white;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  }
  p {
    margin: 3em 0 0 3em;  /* Positionierung des 'zurueck'-Links */
  }

  img {
        border:none;
  }

  span{}

  .wichtig {
        font-weight: bold;
  }

  .emph {
        font-style:italic;
  }

  .klein{
        font: normal 70% Arial, Helvetica, sans-serif;
  }

  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
  }

  div{}

  .rahmenlinks{
        background-color: #063d79;
        height: 700px;
        width: 205px;
  }

  .bildlinksoben {
    position: absolute;
    top: 0em; left: 0em;
    width: 18em;
  }

  .lehrstuhl {
    font: normal 90% Verdana, Helvetica, Arial, sans-serif;
        position:absolute;
        top:120px; left:10px;
        color: white;
  }

  .lehrstuhl2 {
    font: normal 90% Verdana, Helvetica, Arial, sans-serif;
        position:absolute;
        top:135px; left:80px;
        color: white;
  }

  .bildlinksunten {
        position:absolute;
        top: 645px;
        left: 10px;
  }

  .schriftoben {
        position: absolute;
        top: 15px;
        left: 280px;
        color: white;
        font: normal 250% Verdana, Helvetica, Arial, sans-serif;
        height: 5em;
  }

  .menu {
        position: absolute;
        top: 200px;
        left: -10px;
        color:white;
  }

  a.LinksLinks {
        text-decoration: none;
        color:white;
  }

  a.LinksLinks:hover {
        text-decoration: underline;
  }

  a.LinksLinksAktiv {
        text-decoration: none;
        color:#FFAAAA;
        font-style:italic;
  }

  a.LinksLinksAktiv:hover {
        text-decoration: underline;
  }

  a.BigLink {
        color:black;
        font-weight:bold;
        text-decoration: none;
  }

  a.BigLink:hover {
        font-weight:bold;
        text-decoration: underline;
  }

  #bildoben {
    position: absolute;
    top: 0; left: 207px;
    width: 14.8em;
    background-color: white;
  }

  div.anmerkung1 {
    padding:5px;
        position:absolute;
        background-color: #c9c9c9;
        top: 280px;
        left:820px;
        width:150px;
  }
  div.anmerkung2 {
    padding:5px;
        position:absolute;
        background-color: #c9c9c9;
        top: 540px;
        left:820px;
        width:150px;
  }
  div.anmerkung3 {
    padding:5px;
        position:absolute;
        background-color: #c9c9c9;
        top: 630px;
        left:820px;
        width:150px;
  }
  .bilderrahmenrechts {
        position: absolute;
        left: 810px;
        top: 100px;
  }

  #Inhalt {
  position: absolute;
  background-color: white;
  width:730px;
    margin-left: 220px; padding: 0 1em;
        top: 100px;
  }

  #Inhalt h2 {
    font-size: 1em;
    margin: 1em 0 0.5em;
    color: black;
    border-bottom: 1px solid silver;
  }
  #Inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 1em;
    color: black;
    border-bottom: 1px solid silver;
  }
  #Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  table {
        font: normal 100% Helvetica, Arial, sans-serif;
    color: black;
        border-color: black;
        border:1px solid #000;
        border-collapse: collapse;
        margin:1px;
  }
  td {
        border-color:black;
        border: 1px solid;
        text-align:center;
  }
  a.NormalLink {
        color:black;
        font-weight:bold;
        text-decoration: underline;
  }