body {
  color: #AAAAAA;
  font-family: sans-serif;
  width: 800px;
  margin-left: auto;
  margin-right: auto;

  font-size: 10pt;
  padding: 30px;
  background: #000000 url('pegasusgruppe.png');
  /* background-size:cover; */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
}

/* IDs ***********************************************************************/

#header {
  font-size: 24pt;
  padding-bottom: 20px;
  text-align: center;
}

#footer {
  color: #666666;
  padding-top: 20px;
}

#footer a:link, a:visited, a:hover, a:active {
  text-decoration:none;
  color: #666666;
  text-shadow: none;
}

#dates {
  width: 100%;
  text-align: left;
  vertical-align: top;
}

#dates td.date {
  width: 22%;
  vertical-align: top;
}

/* Classes *******************************************************************/

.dark {
  color: #666666;
}

.center {
 text-align: center;
}


/* Defaults ******************************************************************/

a:link, a:visited {
  text-decoration: none;
  color: #FFFFFF;
  text-shadow: none;
  transition: 200ms linear 0s;
}

a:hover, a:active {
  text-decoration: none;
  color: #FFFFFF;
  text-shadow: -1px 1px 12px #FFFFFF, 1px -1px 12px #FFFFFF;
  transition: 200ms linear 0s;
}

h1 {
  font-size: 14pt;
  padding-top: 20px;
}

h2 {
  font-size: 12pt;
  padding-top: 10px;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
