body {font-size:80%;}
#logo { position:absolute;right:5px;top:5px;border-style:none;}
#h1 {margin-top:40px;}
h1
{
 font-family:Arial;
 color:#000;
 padding-bottom:5px;
}
h1{ font-size:1.3em;}
pre {
 font-size:1.2em;
 color:#000;
 border:1px solid #bbb;
 background-color:#efefef;
 padding:5px;
 margin-top:20px;
}

/* Allgemeine Hyperlinks */
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-family:Arial;
  font-weight:normal;
  color:#003cd7;
  font-size:1em;
}
a:active, a:hover
{ 
  color:#f00;
}
/* Hyperlinks vorherige Seite */
a.prev
{
 padding-left:14px;
 background: url(../images/xprev.gif) no-repeat left;
}
a.prev:link, a.prev:visited, a.prev:hover, a.prev:active
{ 
 text-decoration:underline;
 font-weight:normal;
}