
.Ueberschrift {
	color: white;
	font-weight: bold;
	font-size: 30;
      font-family:Arial;
}
.Zahl {
	color: #ffffff;
	font-weight: bold;
        font-size: 16;
        font-family:Arial;
        
}
.Text {
        color: white;
        font-size: 16;
        font-family:Arial;
}

.Text_fett {
        color: white;
        font-size: 16;
        font-family:Arial;
        font-weight: bold;
}


.Text_klein {
        color: white;
        font-size: 10;
        font-family:Arial;
}
