.schrift_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #1e99ab;
}
.ueberschrift_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #fcca01;
}

a:hover { 
	 text-decoration: underline;
	 color: blue;
	 	}
	
