/* Simple scalable breadcrumb by Veerle Pieters
------------------------------------------------------------------*/
.crumbs {
	font:71%/165% "Arial", Verdana, sans-serif;
	}
.crumbs ul, .crumbs li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
.crumbs {
	height:2.3em;
	border:1px solid #dedede;
	}
.crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
.crumbs li a {
	background:url(http://www.grenzartikel.com/style/css/style/gif/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							


	
	
.crumbs a:link { text-decoration:none; font-weight:bold; border-style:none; color:#AAC662; }
.crumbs a:visited { text-decoration:none; font-weight:bold; border-style:none; color:#AAC662; }
.crumbs a:hover { text-decoration:none; font-weight:bold; border-style:none; background-color:#ff0; }
.crumbs a:active { text-decoration:none; font-weight:bold;border-style:none; background-color:#BBFF29; }
.crumbs a:focus { text-decoration:none; font-weight:bold;border-style:none; background-color:#FFFFFF; }