/* DESIGN */

/* ##################################################################################################### */
/* GENERAL SETTINGS */

 body {
 /* text-align: center; */
  background-color:#ebf9f9; /*#8DD;*/
 }


/*	jsonHtmlOutput  a,jsonHtmlOutput a:link, a:active, a:visited  { */
/*	jsonHtmlOutput  a, a:link, a:active, a:visited  { /**/

	a.jsonHtmlOutput    { /**/
	  	background-color:green;
	}


	.kopfzeile {
	  	background-color:#758080;
  		border-top:1px solid black;
		border-right:1px solid black;
  		border-left:1px solid black;
  		border-bottom:1px solid black;
 	 	padding-top: 1.5%;               
 	 	color:white;
 	 	font-size:16pt;
 	 	text-align:center; 
 	 	padding-left: 0;  
	}



 	.fusszeile {
  		clear: both;
  		background-color:#758080;
  		border-top:2px solid black;
  		text-align:center;
	}
	
 	.header1 {
		font-size:18pt;
		font-weight:bold;
 	} 
 
 	div.legend  { /**/
 		background-color:#f2f2f2;
 		opacity:0.9;
	}

 	.legend > table { /**/
		border: 1px solid black;
	}



 .space {
	 line-height:1.5em;
 }
 
 
 .scaling {
 	font-size: 80%; 
	line-height: 100%;
}
 
 
/* ##################################################################################################### */
