.normal {font-family:Verdana,Sans Serif;font-size:11px;color:#000000;font-weight:normal;line-height:13px;}
.normalklein {font-family:Verdana,Sans Serif;font-size:10px;color:#000000;font-weight:normal;line-height:13px;}
.link {font-family:Verdana,Sans Serif;font-size:11px;color:#000000;font-weight:normal;font-style : italic;}
.schmatzKarteTitel {font-family:Verdana,Sans Serif;font-size:16px;color:#000000;font-weight:bold;line-height:13px;}
.schmatzKarteText {font-family:Verdana,Sans Serif;font-size:12px;color:#000000;line-height:13px;}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:480px; height:275px; z-index:100;
	top:0px; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:-2px; 
	width:465px; height:275px;
	clip:rect(0px, 480px, 275px, 0px); 
	overflow:hidden;	
	z-index:1;
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:-10px; 
	z-index:1; 
	}

		
div#scrollbar { 
  position:relative; left:0px; top:0px;
  width:11px; height:275px; 
  font-size:1px; z-index:1;
  }

div#track {
	position:absolute;
	top:-106px;
	width:11px;
	height:257px;
	background-color:#CFCFCF;
	z-index:1;
	left: 1px;
  }
div#dragBar {
  position:absolute; 
  left:1px; top:1px;
  width:9px; height:20px;
  background-color:#818181;
  z-index:1;
  }   
 
div#up { position:absolute; left:1px; top:-115px; z-index:2 }  
div#down { position:absolute; left:1px; top:152px; z-index:3 }  

