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

body 
{
font-family: Arial; font-size: 12pt; color: black; background-color: white; ;
}

/* 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 */
.navigation {font-family: Arial; font-size: 11pt; color: black; font-weight: bold; }


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