/* Verlinkung */
a:link {color:#000000;text-decoration:underline}
a:visited {color:#000000;text-decoration:underline}
a:hover {color:#FF9900;text-decoration:underline}
a:active {color:#000000;text-decoration:underline}
a:focus {color:#000000;text-decoration:underline}


/* Texte und Überschriften */

/* groß überschriften  */
.headline {font-family: Arial; font-size: 14pt; color: black; font-weight: bold; }

/* kleinere überschriften */
.subheadline {font-family: Arial; font-size: 13pt; color: black; font-weight: bold; }

/* normale texte auf der website */
.text {font-family: Arial; font-size: 12pt; color: black; }

/* kleine normale texte auf der website */
.smalltext {font-family: Arial; font-size: 8pt; color: black; }

/* kleine normale texte auf der website in fett */
.smalltextbold {font-family: Arial; font-size: 8pt; color: black; font-weight: bold; }
