body {
  background-color: #666;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

a:link {
  color:#000;
  text-decoration:none;
  }
  
a:visited {
  color:#333;
  text-decoration:none;
  }
  
a:focus {
  color:#000;
  background-color:#333;
  font-weight:bold;
  }
  
a:hover {
  color:#000;
  text-decoration:none;
  font-weight:bold;
  }
  
a:active {
  color:#000;
  background-color:#333;
  font-weight:bold;
  }

#inhalt {
  width:            800px;
  padding-top:      30px;
  padding-bottom:   20px;
  background-color: #666;
  margin-left:      auto;
  margin-right:     auto;
}

#logo {
  margin-bottom:    20px;
  text-align:       center;
}

#hauptinhalt {
  margin-bottom:    20px;
  text-align:       center;
}

.bild1 {
  width:            190px;
  height:           163px;
  top:              50%;
  padding-top:      10px;
  margin-left:      10px;
  margin-top:       -81px;
}
/*
#bild2 {
  width:            200px;
  padding-top:      35px;
  margin-left:      5px;
  vertical-align:   middle;
}

#text {
  margin-top        60px;
  font-size:        120%;
  color:            #000;
}
*/
img {
  border:           none;
}
table {
  width:            400px;
  text-align:       left;
  margin-left:      auto;
  margin-right:     auto;
}

td.datum {
  width:            100px;
  border:           0;
  vertical-align:   top;
  empty-cells:      show;
}

td.inhalt {
  width:            300px;
  border:           0;
  vertical-align:   top;
  empty-cells:      show;
}
