/* --------------------------------------- */
/*            SCHRIFTARTEN                 */
/* --------------------------------------- */

.textBlack {
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
}

.textBlue {
  font-family: Arial;
  font-size: 9pt;
  color: #000096;
}

.textRed {
  font-family: Arial;
  font-size: 9pt;
  color: #FF3333;
}

.textOrange {
  font-family: Arial;
  font-size: 9pt;
  color: #FFAA33;
}


/* --------------------------------------- */
/*            LINKS                        */
/* --------------------------------------- */

a {
  display:block;
}


/*            YELLOW                       */

a.linkMenu:link {
  font-family: Arial;
  font-size: 9pt;
  color: #555555;
  text-decoration: none;
}

a.linkMenu:visited {
  font-family: Arial;
  font-size: 9pt;
  color: #555555;
  text-decoration: none;
}

a.linkMenu:focus {
  font-family: Arial;
  font-size: 9pt;
  color: #555555;
  text-decoration: none;
}

a.linkMenu:hover {
  font-family: Arial;
  font-size: 9pt;
  color: #555555;
  text-decoration: none;
}

a.linkMenu:active {
  font-family: Arial;
  font-size: 9pt;
  color: #555555;
  text-decoration: none;
}


/*            BLUE                         */

a.linkBlue:link {
  font-family: Arial;
  font-size: 9pt;
  color: #000096;
  text-decoration: underline;
}

a.linkBlue:visited {
  font-family: Arial;
  font-size: 9pt;
  color: #000096;
  text-decoration: underline;
}

a.linkBlue:focus {
  font-family: Arial;
  font-size: 9pt;
  color: #000096;
  text-decoration: underline;
}

a.linkBlue:hover {
  font-family: Arial;
  font-size: 9pt;
  color: #000096;
  text-decoration: none;
}

a.linkBlue:active {
  font-family: Arial;
  font-size: 9pt;
  color: #000096;
  text-decoration: none;
}
