/* ------------------------------------ *
 CSS
 Montag, 3. November 2003 19:28:36
 HAPedit 3.0.11.102
 * ------------------------------------ */
.boxText { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background: #ff9900; }
A {
  color: #000000;
  text-decoration: underline;
}

A:hover {
  color: #FF0000;
  text-decoration: underline;
}
A:active {
  color: #FF0000;
  text-decoration: underline;
}
TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #FF6600;
  color: #000000;
  font-weight : bold;
}

.infoBox {
  background: #ff9900;
}

.infoBoxContents {
  background: #ff9900;
}
TD.infoBoxHeading {
  padding: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background-image : url(pic/box_bgmenu.gif);
  background-repeat : repeat-x;
  color: #000000;
}
TD.infoBoxHeadingRight {
	background-image : url(pic/box_bgmenuright.gif);
	background-repeat : no-repeat;
	background-position : left;
}
TD.infoBoxBgTopLeft {
	background-image : url(pic/box_bgtopleft.gif);
	background-repeat : no-repeat;
	background-position : bottom;
}
TD.infoBoxBgTopRight {
	background-image : url(pic/box_bgtopright.gif);
	background-repeat : no-repeat;
	background-position : bottom;
}
TD.infoBoxBgTop {
	background-image : url(pic/box_bgtop.gif);
	background-repeat : repeat-x;
	background-position : bottom;
}
TD.infoBoxBgLeft {
	background-image : url(pic/box_bgleft.gif);
	background-repeat : repeat-y;
	background-position : right;
}
TD.infoBoxBgRight {
	background-image : url(pic/box_bgright.gif);
	background-repeat : repeat-y;
	background-position : right;
}
TD.infoBoxBgBottom {
	background-image : url(pic/box_bgbottom.gif);
	background-repeat : repeat-x;
	background-position : top;
}
TD.infoBoxBgBottomLeft {
	background-image : url(pic/box_bgbottomleft.gif);
	background-repeat : no-repeat;
	background-position : top;
}
TD.infoBoxBgBottomRight {
	background-image : url(pic/box_bgbottomright.gif);
	background-repeat : no-repeat;
	background-position : top;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

