@page { size:portrait; }
body {
   margin: 0;
   padding: 0;
   background: white;
   color: black;
   font-family:Tahoma, Verdana, Arial, sans-serif;
   font-size: 12pt;
}
#titel {
   display:none;
  }
div#Rahmen {
   display:none;
  }
body a:link, body a:visited {
   font-weight: bold;
   text-decoration: none;
}
body a:link:after, body a:visited:after {
   content: " (" url(../images/pfeil-rechts-mini.gif) attr(href) ") ";
   font-weight: normal;
   font-size: 80%;
}
p.seitenlink {border:2px solid orange;
    background-color:#D7CFA6;
    text-align:center;
  }
div#inhalt{
   position: absolute;
   background-color: white;
   top: 140px;
   left:10px;
   padding:1em;
   width:90%;
   overflow: auto;
   z-index:-1;
}
div#wenig {
   margin:3em;
   width:70%;
}
div#schmal {
   margin-left:3em;
   width:90%;
}
div#titel h1 {
   text-align:right;
   margin-top:1em;
   margin-right:20%;
   font-size:1.6em;
   font-style:oblique;
   font-weight:lighter;
  }
.fixfloat {
   float: none;
   clear: both;
   width: 1px;
   padding: 0;
   margin: 0;
   font-size: 0px;
   line-height: 0px;
   height: 1px;
}
a.extra { color:black; text-decoration:none; }
a.extra:hover { font-weight:bold; }