/* red: #E3000F */

nav#content-top {
	border-bottom-color: #E3000F;
	}
nav#content-top ul li a:hover,
nav#content-top ul li a.aktiv {
	color: #E3000F;
}
a.PfeilRechtsClass:hover,
article ul a:hover {
	background: url(graphics/arrow_red.png) no-repeat 0px 2px;
}
a.PfeilLinksClass:hover {
	background: url(graphics/arrow_links_red.png) no-repeat 0px 2px;
}
nav#content-left ul li a:hover,
nav#content-left ul li a.aktiv {
	color: #E3000F;
	background-image: url(graphics/qudr_v_red.png);
}
nav#content-left ul li a.aktiv_non_grafik {
	color: #E3000F;
	background-image:none;
}
nav#content-left ul li ul li a:hover,
nav#content-left ul li ul li a.aktiv {
	color: #E3000F;
	background-image: url(graphics/qudr_v_red.png);
}
dl {
    padding: 2px;
  }
  dt {
    float: left;
    clear: left;
    width: 30px;
    text-align: right;
    font-weight: bold;
  }
  dt:after {
    content: " h ";
  }
  dd {
    margin: 0 0 0 40px;
    padding: 0 0 0 0;
  }