/* Links oben rechts */
.head_links {
  font-family:arial,sans-serif;
  font-size:11px;
  color:#000000;
  text-decoration:none;
}
a.head_links:hover {
  text-decoration:underline;
}

/* Pfad-Angabe */
.head_path {
  font-family:arial,sans-serif;
  font-size:11px;
	font-weight:bold;
  color:#999999;
  text-decoration:none;
}
a.head_path:hover {
  text-decoration:underline;
}

/* Navigation - Unterpunkte */
td.head_subnavi_no {
  background-color:#A9A9A9;
  vertical-align:middle;
}
td.head_subnavi_hl {
  background-color:#E6E6E6;
  vertical-align:middle;
}
a.head_subnavi {
  font-family:arial,sans-serif;
  font-size:11px;
  color:#BA002E;
  text-decoration:none;
  padding:2px;
	padding-left:6px;
	padding-right:6px;
}

/* Farben im Kopf generell */
.head_red { color:#BA002E; }
.head_grey { color:#A9A9A9; }
.head_lightgrey { color:#E6E6E6; }
