/*  (c) js@designverign.de
 *  autor: Jens Enkhardt
 *  info: bredPath CSS definitions for dv website
 * 
 */
 
 
div#breedPath {
	/* height:50px; */
		
	padding-left:20px;
	padding-top:10px; /* 20px*/
	padding-bottom:10px; /*30px*/
}

div#breedPath a,
div#breedPath a.act {
	text-decoration:none;
	color:#666;
}

div#breedPath a:hover {
	color:#222;
}

div#breedPath span {
	font-weight:bold;
	color:#666;
}


