div.scrollframe {
	position:relative;
	top:0px;
	height:495px;  /** etwas groesser als das div.scroll **/ 
 }
	

div.scroll {
	border:0 solid #9B9C9E;
	height:493px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding-right:14px;
	width:658px; }

div.scrollbar {
	background-color:#D8DADB;
	border:1px solid #9B9C9E;
	height:493px;
	left:657px;
	position:absolute;
	top:0;
	width:15px;
	/* -moz-border-radius:4px; */ }
	
div.scrollbar_r {
	background-color:#BF0B1D;
	width:11px;  
	height:10px;   /** wird beim initialisieren überschrieben **/
	margin-left:2px;
	margin-top:1px;
	position:relative;
	cursor:pointer;
	/* -moz-border-radius:4px; */ }


.personal {
	padding-left: 2px; }

