.breadcrumbs {
	display: inline; 
	list-style-type: none; 
	font-size: 11px;
	padding:0; 
	margin: 0
	}
.hier {margin-top:10px;
	font-size: 11px
	}
.breadcrumbs li {
	display: inline;
	list-style-type: none;
	color: red;
}
ul.navigation {
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	background: url(/bls/vline.png) repeat-y;
}
ul.navigation li {
	list-style-type: none;
	padding: 0 12px;
	margin: 0;
	background: url(/bls/node.png) no-repeat;
	text-align: left;
	margin-top: 3px;
	line-height: 20px;
	font-weight: bold;
	color: red
}
ul.navigation li a {
	text-decoration: none
}
.navigation li:last-child {
	background: #fff url(/bls/lastnode.png) no-repeat;
}
#bls {
	padding:30px 0 0 310px;
	font-size: 11px;
	width: 400px;
}
* html #bls { 
padding:30px 0 0 0;
width: 400px;
}

html* #bls { 
padding:30px 0 0 0;
width: 400px;
}
#bls a {
	line-height: 25px;
}

#bls img, #blsnonav img {
	float: right;
	display: block;
	position: relative;
}

#anzeige {
	cursor: pointer;
	z-index: 50; font-weight:bold; background-color:#fc3; padding:5px; color:#036; border:1px solid #036;
}
