#seite {
  width:95%; /* Die Breite der Seite(n) */
  margin: 0 auto;
}

a{
  text-decoration:none; /* Das Aussehen der Links */
  font-size:9pt;
  font-family:arial, sans-serif;
  font-weight:bold;}
a:link { color: #008000; font-family: "arial", "aelvetica";  text-decoration: none }
a:visited { color: #556B2F; font-family: "arial", "aelvetica"; text-decoration: none }
a:hover { color: #008300;background-color:white;  text-decoration:none;}
a:active { color: #006400;background-color:white;
  text-decoration:none; font-weight:normal; background-color:#00FF40;}

h3 {
  font-size:20pt; /* Angaben für Überschriften 3. Grades */
  font-family:arial, sans-serif;
  color:black;
  font-weight:bold;
  text-align:center;
}

#text {
  font-size:10pt;  /* Grösse in ..pt   */
  font-family:arial, sans-serif; /* Schriftart */
  
}

#td1 {
  background-color:#008000; /* Hintergrund und Breite */
  width: 5px;
}

#td2 {
  background-color:#008000; /* Hintergrund */
}

#td3 {
  background-color:#ffff00; /* Hintergrund */
}

#td4 {
  background-color:#6F0; /* Hintergrund */
  }

