body {font-size:70%;}
#logo { position:absolute;right:5px;top:5px;border-style:none;}
p,td,div{
 font-family:Arial;
 font-weight:normal;
 color:#000;
 font-size:1em;
}
#h1 {margin-top:40px;}
h1{
 font-family:Arial;
 color:#000;
 font-size:1.3em;
 padding-bottom:5px;
 border-bottom:2px solid #000000;
}
h2{
 font-family:Arial;
 color:#000000;
 font-size:16px;
}

em{
 color:#bd0329;font-style:normal;
}
.examplediv{background-color:#efefef;border:1px solid #000000;}
code {font-size:1.2em;color:#bd0329;border:1px solid #999999;background-color:#efefef;padding:5px;}
div {font-size:12px;font-family:Arial;}
pre {
 font-size:1.2em;
 color:#000;
 border:1px solid #bbb;
 background-color:#efefef;
 padding:5px;
}
/* Allgemeine Hyperlinks */
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-family:Arial;
  font-weight:normal;
  color:#003cd7;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#ff0000;
}
/* 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;
}