@charset "utf-8";
/*Imported Colors from constants.css*/
/*Imported Sizes from constants.css*/
/* CSS Document - © by FiTS - Feigel-IT-Services */
/* www.feigel.it */
/* Einstellungen für Links*/
/* -----------------------------------------------------------------------
		Links
------------------------------------------------------------------------*/
a,
a:visited {
  text-decoration: none;
  color: #727272;
}
a:hover {
  color: #0157a3;
}
