  body, p a {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: white; background-color: #000040;
    min-width: 51em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  }
  p {
    margin: 3em 0 0 3em;  /* Positionierung des 'zurueck'-Links */
  }

  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
  }
  body a{
    text-decoration: underline;
    color: white; background-color: transparent;
  }
  body a:hover{
    text-decoration: none;
    color: white; background-color: #DDA600;
  }

  #fixiert {
    position: absolute;
    top: 6.5em; left: 2em;
    width: 200;
    background-color: #000040;
    border: 0px;
  }

  #fixiert a.icq {
    font-family:arial,helvetica;
    font-size:11px;
    text-decoration: underline;
    color: white; background-color: #000040;
  }

  #fixiert a.icq:hover {
    font-family:arial,helvetica;
    font-size:11px;
    text-decoration: none;
    color: white; background-color: #DDA600;
  }

  #Header a{
    text-decoration: underline;
    color: white; background-color: transparent;
  }

  #Header a:hover{
    text-decoration: none;
    color: white; background-color: #DDA600;
  }

  #Inhalt {
    margin-left: 16em; padding: 0 1em;
    margin-right: 2em;
  }
  * #Inhalt {  /* versteckt vor Netscape 4 */
    background-color: #000040;
  }

  #Inhalt h2 {
    font-size: 1.2em;
    margin: 0.5em 5% 1em;
    color: #6c0000;
    text-align: center;
    border-bottom: 1px solid silver;
  }

  #Inhalt h3 {
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: underline; text-weight: bold;
    text-align: center;
  }

  #Inhalt p {
    font-size: 1em; /* font-weight: bold; */
    margin: 1em 0;
  }

  #Inhalt #error {
    font-size: 1em;
    margin: 1em 25% 1em;
    background-color: #FF0000; border: 1px solid silver;
    text-align: center; font-weight: bold;
  }

  #Inhalt #success {
    font-size: 1em;
    margin: 1em 25% 1em;
    background-color: #00FF00; border: 1px solid silver;
    text-align: center; font-weight: bold;
  }
  
  #Inhalt #Table a{
    text-decoration: underline;
    color: white; background-color: #808080;
  }

  #Inhalt #Table a:hover{
    text-decoration: none;
    color: white; background-color: #DDA600;
  }

  #Inhalt #Table #Nav a{
    text-decoration: underline;
    color: white; background-color: #6697FF;
  }

  #Inhalt #Table #Nav a:hover{
    text-decoration: none;
    color: white; background-color: #DDA600;
  }

/*
  #Inhalt a{
    text-decoration: underline; font-weight: bold;
    color: white; background-color: #000040;
  }

  #Inhalt a:hover{
    text-decoration: none; font-weight: bold;
    color: white; background-color: #DDA600;
  }
*/
  #Inhalt #Bottomline p{
    font-size: 0.7em;
    text-align: right;
    margin: 1em 5% 2em;
    border-top: 1px solid silver;
  }

  #Inhalt tr.white {
    color:#000000;
    background-color: #FFFFFF;
  }

  #Inhalt tr.grey {
    color:#FFFFFF;
    background-color: #808080;
  }

  #Inhalt a.white {
    font-family:arial,helvetica;
    font-size:13px;
    text-decoration: underline;
    color: black; background-color: #FFFFFF;
  }

  #Inhalt a.white:hover {
    font-family:arial,helvetica;
    font-size:13px;
    text-decoration: none;
    color: black; background-color: #DDA600;
  }

  #Inhalt a.grey {
    font-family:arial,helvetica;
    font-size:13px;
    text-decoration: underline;
    color: white; background-color: #808080;
  }

  #Inhalt a.grey:hover {
    font-family:arial,helvetica;
    font-size:13px;
    text-decoration: none;
    color: white; background-color: #DDA600;
  }

  #Inhalt td.white {
    font-family:arial,helvetica;
    font-size:13px;
    font-weight:normal;
    color:#000000;
    text-align: center;
  }  

  #Inhalt td.grey {
    font-family:arial,helvetica;
    font-size:13px;
    font-weight:normal;
    color:#FFFFFF;
    text-align: center;
  }

  #Inhalt #Filmdb-detail p, a, td {
    font-family:arial,helvetica;
    font-size:13px; 
    font-weight:normal; 
    color:#FFFFFF;
  }

  #Inhalt #Filmdb-detail p, a, td.header_desc {
    font-family:arial,helvetica;
    font-size:14px; 
    font-weight:bold; 
    color:#FFFFFF;
  }

  #Inhalt #Filmdb-detail p, a, td.header {
    font-family:arial,helvetica; 
    font-size:14px; 
    font-weight:normal; 
    color:#FFFFFF;
  }

  #Inhalt #Filmdb-detail p, a, td.descript {
    font-family:arial,helvetica;
    font-size:13px;
    font-weight:bold;
    color:#FFFFFF;
  }

  #Inhalt #Filmdb-detail a.footer {
    font-family:arial,helvetica;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
  }

  #Inhalt #News a {
    font-family:arial,helvetica;
    font-size:13px;
    text-decoration: underline;
    color: white; background-color:transparent;
  }

  #Inhalt #News a:hover {
    font-family:arial,helvetica;
    font-size:13px;
    text-decoration: underline;
    color: white; background-color:#DDA600;
  }

  h1 {
    font-size: 1.5em;
    margin: 0.5em; padding: 0.3em;
    text-align: center;
    background-color: #fed;
    border: 2px ridge gray;
  }

