/* nur fuer Sitemap */
#sitemap ul li.noBullet::marker { 
background:none;
list-style:none;
content:none;
}
#sitemap ul li::marker {
	content: "\25AA"; 	/* Add content: \2022 is the CSS Code/unicode for a bullet */
						/* Add content: \25AA is the CSS Code/unicode for a square */
	color: #808080; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block;	/* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
	line-height: 1.5em;		
}
#sitemap ul li span{
  position: relative;
  left: 10px;
}
/* /nur fuer Sitemap */
#inhalt div.bodyAttrib ul.sitemap li.grey {
background:url("/public/20260105150018oe_/https://www.vollstreckungsportal.de/layout_rwd/images/system_bilder/list_style_image.gif") no-repeat scroll 0 10px transparent;
list-style-type:none;
color: #333;
line-height: 1.6em;
}

/*deaktiviert wg. doppelten list-style-types
*/ 

#inhalt div.bodyAttrib ul.sitemap ul {
margin-left: 1em;
margin-bottom: 0;
}
/* Links */


#sitemap a:link,
#sitemap a:active,
#sitemap a:visited {
	/* color: #3c506e; */
    text-decoration: none;
	font-weight: bold;
	font-size: 1rem;
	line-height: 24px;
	text-align: left;
	color: #476274;
}


#sitemap a:hover,
#sitemap a:focus {
	text-decoration: underline;
}

#sitemap a:focus {
	color:#fff;
	background-color: #3c506e;
}

#sitemap ul{
     list-style:none;
}
::before, ::after {
    box-sizing: inherit;
}
/* fuer Listen nicht im Anhang, sondern im bodyAttrib-Bereich (z.B. Sitemap) */

/* Icons in Listen */
/* Dokument-Icons [ohne "Mail", "externer Link"] */
#inhalt ul li img.icon {
padding-left: 5px;
position: relative;
top: 2px;
}

#inhalt ul li img.iconOrdner {
position:relative;
top: 3px;
}

/* Ende: Dokument-Icons [ohne "Mail", "externer Link"] */
/* /Icons in Listen */

