body {
  color: #21AB9D;
  background-image: /image/back_.jpg;
  font-size: 100.01%;
  font-family: Arial, Helvetica, sans-serif;
  
}

h1 {
  text-align:center;
  font-size: 180%;
  font-weight: 700;
  font-stretch: expanded;
}

h1.rechts {
  text-align:right;
  font-size: 180%;
  font-weight: 700;
  font-stretch: expanded;
}


h2 {
  text-align:center;
  font-size: 150%;
  font-weight: 700;
}

h2.rechts {
  text-align:right;
  font-size: 150%;
  font-weight: 700;
}

h2.error {
  text-align:center;
  font-size: 130%;
  font-weight: 700;
  color: red
}

h3 {
  text-align: center;
  font-size: 120%;
  font-weight: 700;
}

a:link {
  color: #21AB9D;
}

a.schwarz:link {
  color:black;
}

a:visited {
  color: #666666;
}

a.schwarz:visited {
  color:black;
}

a:active {
  color: #cccccc;
}

a.schwarz:active {
  color: #7a7777;
}

a.schwarz:hover {
  color: #7a7777;
}

div.footer {
  font-size:xx-small;
  text-align:center;
}

tr {
  color:black;
}

tr.col1 {
  background-color: #408080;
  color: black;
}

tr.col2 {
  background-color: #C0C0C0;
  color: black;
}

tr.header{
  background-color:  #808080;
  color: black; 
}

ul {
  font-size: 80%;
  list-style-type:disc;
}
