body {
 color:#000;
 background-color:#fff;
 font-family:Arial;
 font-size:11pt;
}
h1 {
 text-align:center;
 }
a:link {
 color:#000;
 }
a:visited {
 color:#222;
 }
a:hover {
 text-decoration:none;
 background-color:#ffd;
 }
a:active {
 color:#444;
 }
a:focus {
 text-decoration:none;
 background-color:#ffd;
 }
.navigation {
 position:absolute;
 top:20px;
 right:20px;
 width:100px;
 text-align:center;
 float:right;
}
.navigation a {
 text-decoration:none;
}
.aktiv {
 font-weight:bold;
}
.main {
 border-right:110px solid #fff;
 margin:10px;
}
h2 {
 margin-top:1.5em;
}
.top {
  font-size:0.7em;
  margin-left:3em;
}
.cover {
 float:left;
 height:200px; 
 width:200px; 
 border:1px solid #000;
 margin:5px;
}
ul {
 list-style-type:none;
}
ul li{
 margin-bottom:1em;
}
.credit {
 font-size:0.7em;
 margin-left:3em;
}
.logo {
 text-align:center;
}
em {
 background-color:#ffd;
}
