/* id mit #   , class mit . -----------------------------------------------  */
/* padding Vier Werte:   Abstand oben, rechts,  unten  links */

/* -----------------------------------------------  */
#Breadcrumbs {
   
    border-top: 0.5em solid #FFFFFF;
	background-color: white;
	COLOR: #000000; 
	text-decoration: none;
    font-weight: normal;
	font-size: 0.9em;
	float: left;
	height: 2.0em;
	width: 100%;
	z-index:28;
}

#Breadcrumbs a{
   border: solid 1px #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   COLOR: #000000; 
}

#Breadcrumbs a:hover{
  text-decoration: underline;
}

#Breadcrumbs span{
 color: black; 
 margin-left: 5px;
 padding: 2px 5px 2px 5px;
 font-weight: bold;
 background-color: yellow;
 background-color: var(--colorlight6)  ;
 border: 1px solid #696969;  /* Rahmen */
}


/* -----------------------------------------------  */

.float_left {
   float: left;
   text-align: left;
}