/******************************************/
/* Scrolling
/******************************************/ 

div.scroll {
  overflow:auto;
  overflow-y:hidden;
  /*padding:0px 0 10px 0;*/
  margin-bottom:4px;
  background-color:transparent;
}

* html div.scroll{
   width:100%;
   padding:0 0 17px 0;
}

div.scroll table {
  width:99.8%;
  margin-left:1px; 
  margin-top:1px;
  text-align:left;
  border:0;
}

* html div.scroll table{
  width:100%;
  margin:0;
}

/**********************************************************/
/* Hilfstyle für lange Tabellenzellenueberschriften
/**********************************************************/ 
span.nospace{
	letter-spacing: 0px;
	font-size: 0px;
    width: 0px;
}

div.left{
	float:left;
	width:49%;
}

div.right{
	float:right;
	width:49%;
}