/** Diese Stylesheet ist für den IE 6 und Mozilla geeignet.
 * Es muss immer zuerst eingebunden werden und darf nicht weg
 * gelassen werden, da die 'compat...' Stylesheets nur die
 * wirklich nötigen Unterschiede definieren
 * @author Birte Stuehler
 * @version 1.0
 **/
.formNavi {
  /*background: #800000;*/
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

.formNavi a {
  color: #800000;
  text-decoration: none;
}

.naviDepth1, .naviDepth2, .naviDepth3 {
	background: #FFF6D5;
	color: #19194B;
	padding: 3px 3px 3px 3px;
	width: 90px;
	margin-right: 2px;
	margin-top: 4px;
	float: left;
	border-bottom: 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
	font-weight: bold;
  font-size: 13px;
	clear: both;
}

.naviDepth1 {
	width: 90px;
}

.naviDepth1:hover {
  background: #E08B31;
}

.naviDepth1:active {
  background: #E08B31;
}

a.naviDepth1 {
  text-decoration: none;
}

