
/* Navigationseintrag fuer Startseite */
#start li.nav_start {
  background-color:	#ffffff;
  border-right-style:	none;
}

#start .nav_start > a {
  font-weight:		bold;
  color:		#000000;
  text-decoration-line:	none;
}


/* Navigationseintrag fuer Seite "Kontakt" */
#contact li.nav_contact {
  background-color:	#ffffff;
  border-right-style:	none;
}

#contact .nav_contact > a {
  font-weight:		bold;
  color:		#000000;
  text-decoration-line:	none;
}


