/**
 * Version:   $Name:  $
 * CVS:       $Id: autonav.css,v 1.1.1.1 2004/07/30 09:28:17 becki Exp $
 * Author:    Stefan Beckert  ( http://becki.skiclub-mitwitz.de )
 * Copyright: 2004 Stefan Beckert
 *
 * Disclaimer & License:
 *   This software comes with NO WARRANTY OF ANY KIND, use at your own risk!
 *   This software is released under the GNU General Public License (GNU GPL).
 *   Please read http://www.gnu.org/copyleft/gpl.html for more information.
 */


/* paragraph for the links to higher directories */
p.pathLinks {
  margin-bottom:0px;
}

/* paragraph for the links in current dir */
p.dirLinks {
  margin-top:0px;
  margin-left:10mm;
}

/* name of page which is currently dispayed in browser: */
span.navActive {
  color:red;
}

/* a.navDir: link to a directory: */
a.navDir {
  text-decoration:none;
  font-weight:bold;
}
a.navDir:hover {
  background-color:yellow;
}

/* a.navFile: link to a file: */
a.navFile {
  text-decoration:none;
}
a.navFile:hover {
  background-color:yellow;
}

/* for getIndexPage() and getDirLinks(false) */
h3.navIndex {}
a.navIndex:hover {
  background-color:yellow;
}
p.navIndex {}