/* Stylesheet for the BreadCrumbs extension, an extension of the
 * edit box of MediaWiki to provide an easy way to add category links
 * to a specific page.
 *
 * @package MediaWiki
 * @subpackage Extensions
 * @author Manuel Schneider <manuel.schneider@wikimedia.ch>
 * @author Kimon Andreou
 * @copyright © 2007 by Manuel Schneider
 * @licence GNU General Public Licence 2.0 or later
*/
 
#BreadCrumbsTrail {
	   position:absolute;
       top:234px;
       left:200px;
       font-family: Arial, Verdana, Helvetica, sans-serif; 
}

#BreadCrumbsTrail a{
       font-family: Arial, Verdana, Helvetica, sans-serif; 
       color:#AF3617;
       text-decoration:none;
}

* html #BreadCrumbsTrail { 
	/* properties voor IE6 (en IE5) */ 
	display:none;
}
