/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.textstandard {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-indent: 15pt;
 	background-color: rgb(255,255,255);
 	margin: 0px;
 
	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}
