/* Überschrift der 1. Ebene */
  h1 {
   font-family: Arial; font-style:italic; font-weight:bold; font-size:24pt;}

/* Überschrift der 2. Ebene */
  h2 {padding-bottom:3px; border-bottom:0px solid color=#5555aa; margin:0px;
   font-family: Arial; font-style:normal; font-weight:bold; color:#5555aa; font-size:16pt;}

/* Schriftart für Seiten-Layout */
  body {
   font-family: Arial; font-style:none; font-weight:none; color:#000000; font-size:12pt;}

/* Schriftart für Bilder-Unterschriften */
  .Bild {font-family: Arial; font-style:normal; font-weight:normal; color:#000000; font-size:10pt;}

/* Schriftart für spezielle Bezeichnungen */
  .Name {font-family: Arial; font-style:normal; font-weight:normal; color:#000000; font-size:14pt;}

/* Schriftart für spezielle Bezeichnungen */
  .special {font-family: Arial; font-style:normal; font-weight:normal; color:#00FFFF; font-size:7pt;}

  /* Definition Tabellenkörper */
  tbody {
   font-family: Arial; font-size:10pt;}

/* Definition Tabellenkopf */
  thead {
   font-family: Arial; font-style:normal; font-weight:bold; font-size: 10pt;}

/* Definition der Seiten- /Textfarbe */
  body { background-color:#ffffff; color:#000000;}

      /* Seiten-Container */
      .container {
        width:800px; text-align:left;
        margin:0px auto;
        z-index:2;
        background:#fff;
      }
      /* Menu-Container */
      .menu {
        width:800px;
        margin:0px auto;
        padding:10px 0px 0px 0px;
        position:fixed; top:0px;
        border-bottom:1px solid #ccc;
        z-index:3;
        background:#fff;
      }
      /* Inhalts-Container */
      .inhalt {
        width:800px;
        min-height:600px;
        padding:1px;
        clear:left;
        position:absolute; top:80px;
        z-index:2;
        background:#fff;
      }
      /* circle */
      #navCircle {
        height:20px;
        margin: 0;
        /*padding: 0 0 20px 10px;*/
        /*border-bottom: 1px solid #9FB1BC;*/
      }
      #navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
      }
      #navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
      }
      #navCircle a:link.active, #navCircle a:visited.active {
        padding-top: 24px;
        color: #FF007F;
        background: url(./Bilder/circle.gif) no-repeat bottom center;
      }
      #navCircle a:hover {
        padding-top: 20px;
        color: #00E090;
        background: url(./Bilder/circle1.gif) no-repeat top center;
      }