body {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fliess {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.fliessschwarz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc0000;
}
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.headschwarz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a.fliesslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.fliesslink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
.formular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #ffffff;
	border: 1px solid #000000;
}
div#mainhold { 
	position:relative; overflow:hidden;
	width:525px; height:290px; 
	z-index:100; 
}
div#wkhold { 
	position:relative; overflow:hidden;
	width:200px; height:290px; 
	z-index:100; 
}
div#fullhold { 
	position:relative; overflow:hidden;
	width:735px; height:290px; 
	z-index:100; 
}
div#mainwin	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:525px; height:290px; 
	clip:rect(0px, 525px, 290px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
div#wkwin	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:200px; height:290px; 
	clip:rect(0px, 200px, 290px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
div#fullwin	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:735px; height:290px; 
	clip:rect(0px, 735px, 290px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
}
div#scrollbar { 
  position:relative; left:0; top:0;
  width:10px; height:290px; 
  font-size:1px; z-index:1;
}
div#maintrack { 
  position:absolute; left:0; top:12px;
  width:10px; height:266px;
  background: url("./images/track_main.gif") #336 repeat;
  z-index:1;
}
div#maindragBar {
  position:absolute; left:1px; top:1px;
  width:8px; height:20px;
  background-color:#000000;
  z-index:1;
}  
div#wktrack { 
  position:absolute; left:0; top:12px;
  width:10px; height:266px;
  background: url("./images/track_wk.gif") #336 repeat;
  z-index:1;
}
div#wkdragBar {
  position:absolute; left:1px; top:1px;
  width:8px; height:20px;
  background-color:#cc0000;
  z-index:1;
}  
div#fulltrack { 
  position:absolute; left:0; top:12px;
  width:10px; height:266px;
  background: url("./images/track_main.gif") #336 repeat;
  z-index:1;
}
div#fulldragBar {
  position:absolute; left:1px; top:1px;
  width:8px; height:20px;
  background-color:#000000;
  z-index:1;
}  
div#up { position:absolute; left:0; top:0; z-index:2; }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

