document.writeln("<style type=\"text/css\">");
document.writeln("div#hold {position:relative; overflow:hidden;	width:"+(breite)+"px; height:"+hoehe+"px; z-index:100; float:left;}");
document.writeln("div#wn {position:absolute; left:0px; top:0px; width:"+breite+"px; height:"+hoehe+"px; clip:rect(0px, "+breite+"px, 100%, 0px); overflow:hidden; z-index:1; }");
document.writeln("div.content {position:absolute; width:"+breite+"; visibility:hidden; left:0px; top:0px; z-index:1;  }");
/* Set small font-size or size/position of div's will be off in some browsers  */
document.write("div#scrollbar {position:relative; left:0px; top:0px; width:"+(scrollbar_breite+2)+"px; height:"+hoehe+"px; font-size:1px; z-index:1; ");
if(dragbar_color.length==6)
  document.write("background-color: #"+dragbar_color+"; ");
else
  document.write("background:transparent; border:1px solid;");
document.writeln("}");
document.write("div#track {position:absolute; left:1px; top:11px; width:"+scrollbar_breite+"px; height:"+(hoehe-22)+"px; ");
if(track_color.length==6)
  document.write("background-color: #"+track_color+"; ");
else
  document.write("background:transparent;");
document.writeln("z-index:1;}");
/* url("/images/nav/track.gif") #336 repeat;*/
document.write("div#dragBar { position:absolute; left:1px; top:1px; width:"+dragbar_breite+"px; height:"+dragbar_hoehe+"px; ");
if(dragbar_color.length==6)
  document.write("background-color:#"+dragbar_color+";");
else
  document.write("background:transparent;");
document.writeln("z-index:1; }");
document.writeln("div#up { position:absolute; left:0px; top:0px; z-index:2 }");
document.writeln("div#down { position:absolute; left:0px; bottom:0px; z-index:3 }");
document.writeln("</style>");

