body { background-color: black;
       color: white;
       font-family: times new roman;  }

.centertable {
  position:absolute;
  top:50%;
  left:50%;
  width:41em;
  height:32.5em;
  margin-left:-20.5em;
  margin-top:-17em; 
}

.buchbox {
  width:26em;
  height:32.5em;
}

.linkbox {
  width:15em;
  height:32.5em;
}

.autor {
  vertical-align: top;
  font-size: 150%;
  height: 20%;
}

.titel {
  font-size: 300%;
  vertical-align: bottom;
}
.untertitel {
  vertical-align: top;
  font-size: 180%;
}

.verlag {
  vertical-align: bottom;
  font-size: 150%;
  height: 50%;
}
.msb-image {
   position: relative;
   top: +0.6em;
   width:1.5em;
   height:1.8em;
   padding-right: 0.3em;
}

.topic {
   font-size: x-large;
}

.topic a:link { 
  color: #FFA500;
  text-decoration: none; 
}

.topic a:visited { 
  color: #FFA500;
  text-decoration: none; 
}

.topic a:hover {
  color: aqua;
  text-decoration: underline;
}

.topic-description {
   padding-left: 1.5em;
   vertical-align: top;
}

