/* Verlinkung */
a:link {color:#FF0000;text-decoration:underline}
a:visited {color:#FF0000;text-decoration:underline}
a:hover {color:#FF0000;text-decoration:underline}
a:active {color:#FF0000;text-decoration:underline}
a:focus {color:#FF0000;text-decoration:underline}


/* Texte und Überschriften */

/* kleinere überschriften */
.headline {font-family: Arial; font-size: 14pt; color: black; font-weight: bold; }

/* normale texte auf der website */
.text {font-family: Arial; font-size: 12pt; color: black; }

/* normale texte auf der website */
.textbold {font-family: Arial; font-size: 12pt; color: black; font-weight: bold; }

/* normale texte auf der website */
.navigation {font-family: Arial; font-size: 13pt; color: black; font-weight: bold; }


/* kleine normale texte auf der website */
.textsmall {font-family: Arial; font-size: 8pt; color: black; }