/* CSS FILE: TextSize small */
body {
	
	font-family: arial, sans-serif, verdana;
	font-size:0.75em; /* default small */
	color:#000000; 
	scrollbar-base-color: #E3E5E6;
	scrollbar-3dlight-color:#C8CEC7;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: 373A37;
	scrollbar-shadow-color: 373A37;
	scrollbar-track-color:#E3E5E6;
	margin: 0; 
	padding: 0;
   	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
 }