
/* Navigationseintrag fuer Rechnertechnik Uebersicht */
#comp_index li.nav_comp_index {
  background-color:	#ffffff;
  border-right-style:	none;
}

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


/* Navigationseintrag fuer Seite "UNIX / Linux" */
#comp_unix li.nav_comp_unix { 
  background-color:  #ffffff;
  border-right-style:  none;
}

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

/* Navigationseintrag fuer Seite "Programmieren" */
#comp_prog li.nav_comp_prog { 
  background-color:  #ffffff;
  border-right-style:  none;
}

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

/* Navigationseintrag fuer Seite "Vorlesung Rechnerorganisation" */
#comp_course li.nav_comp_course { 
  background-color:  #ffffff;
  border-right-style:  none;
}

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

/* Navigationseintrag fuer Seite "Verzeichnis von Abkuerzungen" */
#comp_abbrev li.nav_comp_abbrev { 
  background-color:  #ffffff;
  border-right-style:  none;
}

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

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

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

