/* Bereich "Reisefotos" inaktiv */
.nav_photos {
  background-color:    #e0e0e0;
  border-bottom-width: 2px;
  border-style:        solid;
}

/* Bereich "Rechnertechnik" aktiv, unten duenne Linie */
.nav_comp {
  background-color:        #ffffff;
  border-width:            2px 2px 1px 2px;
  border-style:            solid;
}


/* Im Bereich "Rechner" gibt es keinen Filmstreifen */
.top_photos {
  min-height:	unset;
}

/* "Zum Seitenanfang" */
.to_top { 
  text-align:         center;
  margin-bottom:      2em;
}

.to_top a.nav_arrow {
  text-decoration:	none;
  font-weight:		bold;
}

