/* CSS - BARRIEREFREI */
BODY, P, TD, li  { 
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif; 
}
a {
	font-weight:bold;
}

h5 {
	font-size:140%;
	}

h2 { 
	font-size:120%;
	}

hr	{
	background-color:#000000; /* Mozilla 1.4 */
	color:#000000; /* IE 6 */
	border: #000000; /* Opera 7.11 */
	height: 2px; /* in Opera fuer die Anzeige noetig, in Mozilla fuer die einheitliche Hoehe */
	}


