/*Überschrift 1*/
	h1{
		font-size: 14pt;
		text-decoration: underline;
		margin-top: 2px;
		margin-bottom: 2px;
	}
/*Überschrift 2*/
	h2{
		font-size: 12pt;
		text-decoration: underline;
		margin-top: 2px;
		margin-bottom: 2px;
	}
/*Überschrift 3*/
	h3{
		font-size: 10pt;
		text-decoration: underline;
		margin-top: 2px;
		margin-bottom: 2px;
	}
/*Überschrift 4*/
	h4{
		font-size: 14pt;
		margin-top: 2px;
		margin-bottom: 2px;
	}
/*Überschrift 5*/
	h5{
		font-size: 12pt;
		margin-top: 2px;
		margin-bottom: 2px;
	}
/*Überschrift 6*/
	h6{
		font-size: 10pt;
		margin-top: 2px;
		margin-bottom: 2px;
	}