#seite {
  width:80%; /* Die Breite der Seite(n) */
  margin: 0 auto;
}

a{
  text-decoration:none; /* Das Aussehen der Links */
  font-size:10pt;
  font-family:verdana, sans-serif;
  font-weight:;}
a:link { color: #0000FF; font-family: "verdana", "aelvetica";  text-decoration: none }
a:visited { color: #008080; font-family: "verdana", "aelvetica"; text-decoration: none }
a:hover { color: #000000;background-color:white;  text-decoration:none;}
a:active { color: #000080;background-color:white;
  text-decoration:underline; font-weight:bold;}

h3 {
  font-size:16pt; /* Angaben für Überschriften 3. Grades */
  font-family:verdana, sans-serif;
  color:black;
  font-weight:bold;
  text-align:center;
}

#text {
  font-size:10pt;  /* Grösse in ..pt   */
  font-family:verdana, sans-serif; /* Schriftart */
  
}

#td1 {
  background-color:#F8F8FF; /* Hintergrund und Breite */
}

#td2 {
  background-color:#F0F8FF; /* Hintergrund */
}

#td3 {
  background-color:#E6E6FA; /* Hintergrund */
  width:100%;
}

#td4 {
  background-color:#1E90FF; /* Hintergrund */
  font-size:18pt; /* Angaben für Überschriften 3. Grades */
  font-family:verdana, sans-serif;
  color:white;
  font-style:italic;
  text-align:center;
  width:100%;
}

#td5 {
  background-color:#F5F5F5; /* Hintergrund */
  width:100%;
}

