body {
      color: #000080;
      padding-left: 200px;
      padding-right: 100px;
      font : normal 16px "Segoe UI", "Fruitiger Next", georgia, sans-serif;
      background-image: url(bilder/hintergrund3.gif);
      background-repeat: repeat;

}
#container {
     width: 700px;
     padding-top: 20px;
}
.zentriert {
      text-align: center;
}
.ueberzentr {
      text-align: center;
}
.stern {
      text-align: center;
      font: 40px;
}
.zentriertabsatz {
      text-align: center;
      margin-top: -4px;
      margin-bottom: -3px;
}
span.gross {
      font-weight: bold;
}
.stern {
      text-align: center;
      font: 40px;
}
.zentriertabsatz {
      text-align: center;
      margin-top: -4px;
      margin-bottom: -3px;
}

.bildgroesse {
      height: 500px;
      width: 303px;
      border: none;
}
span.maxflex {
      font-size: 30px;
      font-style: italic;
      font-weight: bold;
      color: black;
}

span.flex {
      font-size: 30px;
      font-style: italic;
      font-weight: bold;
      color: red;
}
#rot {
      text-align: left;
      color: red;
      font-size: 1.5em;
}
#groesse {
      font-size: 1.5em;
}
#laengetabelle {
      width: 200px;
}
#heiner {
      text-align: center;
}
#links {
      position : absolute;
      top : 280px;
      left: 5px;
      width : 145px;
      padding : 0;
      margin : 0;
   }

p {
      text-align : justify;
}

#liste {
     /* padding-top: 50px;*/
      margin-left: 50px;
      padding-left: 30px;
}
.keinePunkte {
      list-style-type: none;
}
li {
     list-style: square;
}
a:link {
      font-weight : bold;
      text-decoration : underline;
      color : #000080;
      }
a:visited {
      font-weight : bold;
      text-decoration : underline;
      color : #000080;
      }
a:active {
      text-decoration : underline;
      color : darkred;
   }
a:hover {
      text-decoration : underline;
      color : darkred;
   }
acronym {
      border-bottom : none;
}