body {
  background-color: #101010;
  color: #dedede;
  font-family: sans-serif;
}
a {
  color: #1080de;
  text-decoration: none;
}
em {  }
h1 {  }
h2 {  }
p { text-align: justify; }
table {  }

#content {
  margin: 30px;
  margin-right: 20em;
  /*max-width: 670px;*/
}

#logo {
  height: 302px;
  /*width:  670px;*/
}
#logo h1 { display: none; }
#logo div {
  background-color: #404040;
  float: left;
  margin-right: 30px;
  position: relative;
}
#logo .B::before, 
#logo .B::after {
  background-color: #101010;
  border-radius: 21px;
  content: "";
  display: block;
  height: 95px;
  left:   21px;
  width:  95px;
  position: relative;
}
#logo .B        {
  border-radius: 30px;
  height: 210px;
  width:  137px;
}
#logo .B::before { top:  7px; }
#logo .B::after  { top: 14px; }

#logo .i,
#logo .g,
#logo .tld {
  background-color: #101010;
  color: #404040;
  font-family: 'Rochester';
  font-size: 288px;
  line-height: 100%;
}
#logo .i { top: -46px; }
#logo .g { top:  41px; }
#logo .tld {
  font-size: 42px;
  left: -44px;
  top:  259px;
}

nav {
  /*font-size:  120%;*/
  line-height: 4em;
  list-style: none;
  position: fixed;
  right: 0;
  top:  .25em;
  width: 20em;
}

.quelle {
  color: #808080;
  font-size: 80%;
}
