  body {
    color: white; background-color: black;
    font-size: 18px;
    font-family: Verdana,Arial,sans-serif;
    margin:15px 0 30px 0;
    padding:0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  #framed {
    border:2px ridge silver;
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width:1200px;
    height:800px;
    padding: 0;
    color: white; background-color: #333333;
    border-top: 2px ridge silver;
    border-left: 2px ridge silver;
    border-right: 2px ridge silver;
  }
  html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

  div#Left {
    text-align: left;
    float:left;
    margin:-5px 0 0 0;
    padding:0;
    width:263px;
    height:600px;
    color:white; background-color: black;  
  }

  ul#Name{
    border:0;
    color:white;
    font-size:100%;
    font-weight:bold;
    float:left;
    margin:70px 0 10px 0; 
    padding:0 0 5px 5px;
    list-style: none;
  }

  ul#Aff_txt{
    border:0;
    color:white;
    font-size:80%;
    float:left;
    margin:0 0 0 0; 
    padding:0 0 5px 5px;
    list-style: none;
  }

  ul#Navigation {
    border:0;
    color:white;
    font-size:100%;
    font-weight:bold;
    float:left;
    margin:0;
    padding:220px 0 10px 10px;
    list-style: none;
  }
 
  ul#Navigation li {
    margin:0;
    padding:2px 0 2px 0;
  }

  ul#Navigation a {
    font: normal 100% Verdana, Arial, sans-serif;
    color: black; background-color: white;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: white; background-color: black; text-decoration: none;
  }

  ul#Navigation a:visited {
    color: white; background-color: black; text-decoration: none;
  }

  ul#Navigation a:hover {
    color: #AAAAFF; background-color: black; text-decoration: none;
  }

  ul#Navigation a:active {
    color: #FF7777; background-color: black; text-decoration: none;
  }

  div#Inhalt {
    height:595px;
    overflow:auto;
    font-size:16px;
    color: #DDDDDD; background-color: #333333;
    padding: 0 1em;
  }

  div#Inhalt h2 {
    font-size:110%;
    font-variant:normal;
    font-weight:bold;
    margin:0;
    padding:12px 0 6px 0;
    color: #AAAAFF;
  }

  div#Inhalt h3 {
    font-size:100%;
    font-variant:small-caps;
    font-weight:bold;
    margin:0;
    padding: 6px 0 3px 0px;
    color: #AAAAFF;
  }

  div#Inhalt ul {
    border:0;
    color:#CCCCCC;
    font-size:85%;
    font-weight:normal;
    margin:0;
    padding:1px 0 10px 25px;
    list-style: square outside;
  }

  div#Inhalt table {
    border:0;
    font-size:85%;
    font-weight:normal;
    margin:0;
    padding:5px 0 10px 0px;
    table-layout:fixed;
  }
  
  div#Inhalt td {
    vertical-align:top;
    border: none;
  }

  div#Inhalt p {
    font-size:85%;
    margin:0;
    padding: 0 0 2px 0;
    color: #DDDDDD;
  }

  div#Inhalt a:link {
    color: white; font-weight:normal; text-decoration: none;
  }

  div#Inhalt a:visited {
    color: white; font-weight:normal; text-decoration: none;
  }

  div#Inhalt a:hover {
    color: #FF7777; text-decoration: none;
  }

  div#Inhalt a:active {
    color: #FF7777; text-decoration: none;
  }


  p#Fusszeile {
    clear: both;
    font-size: 70%;
    font-style: italic;
    margin: 0; padding: 0 0 2px 0px;
    text-align: center;
    color: white; background-color: black;
    border-top: 2px solid white;
    border-bottom: 2px ridge silver;
  }

