/**
 * Style sheet Menu_Pfad
 */
/* Höhe des Navipfades */
#header .mod_breadcrumb
{
	height:20px;
	margin:0px;
	padding:5px 0px 0px 20px;
}

/* Schrift des Pfades */
#header .mod_breadcrumb a, #header .mod_breadcrumb .active
{
	text-decoration:none;
	font-size:11px;
}

/* Verlinkung */
#header .mod_breadcrumb a:link, #header .mod_breadcrumb a:visited
{
	color:#909080;
}

/* Velinkung */
#header .mod_breadcrumb a:hover, #header .mod_breadcrumb a:active, #header .mod_breadcrumb .active
{
	color:#000000;
}
