/* Positionierung der topnav */
#topnav {
	position: relative;
	left: 10px;
	height: 15px;
	margin-top: 3px;
}

/* Formatierung des Textes in der topnav */
#topnav, #topnav a, #topnav span {
  font-family: Arial, Verdana, Helvetica;
  font-size: 10px;
  white-space: nowrap;
}

/* Formatierung der Links in der topnav (und das Bild) */
#topnav a {
  padding-left: 15px;
  background-image:url(symbol.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  text-decoration: none;
  color: #555;
}

/* Formatierung der aktuellen Position in der topnav (und das Bild) */
#topnav span {
  padding-left: 13px;
  background-image:url(active.gif);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  font-weight: bold;
  color: #999;
}