/*zentrale Definitionen*/ 
body, p, h1, h2, h3, h4, h5, h6, table, tr, td, div, ul, ol, li { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	text-decoration: none;
	vertical-align: top;
} 

body { 
	background-color: #FFFFFF; 
} 

/*Überschriften*/ 

.hl1 { 
	text-align: left; 
	font-size: 12px;
	/*font-style: italic;*/
	font-weight: bold;
	text-decoration: none;
} 