/* dies sind die wichtigen Styles: */
#hintergrund {position:absolute; z-index:1; width:100%; height:100%;}
#scrollbar   { position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2; min-width: 920px; min-height: 600px; }
/* nur f?r das Aussehen, kann ver?ndert werden: */
body { color: white; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; background-color: black; }
p { }
td {  }
a:link { color: #fff; font-weight: bold; text-decoration: none; }
a:visited { color: #fff; font-weight: bold; text-decoration: none; }
a:hover { color: #ffb800; font-weight: bold; text-decoration: none; }
a:active { color: #8b2512; font-weight: bold; text-decoration: none; }
tt { color: #e4e4e4; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; background-color: black; }
