@charset "utf-8";
/* CSS Document Geerts: sitemap.css, gebraucht nur von sitemap.htm */

#sitemap,
#sitemapsonst
{
	width: 320px;
	float: left;
}
#sitemap ul,
#sitemapsonst
{
	font: lighter 1.5em Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background-color: #fafafa;
	margin-right: 20px;
	padding-bottom: 1em;
	padding-left: 10px;
}
#sitemap ul li,
#sitemapsonst ul li
{
	background: url(pfeil-re-blau.gif) no-repeat left 16px;
	padding-left:10px;
}
#sitemap ul ul li
{
	background: url(pfeil-re-blau.gif) no-repeat left 8px;
	padding-left: 8px;
}
#sitemap ul ul
{
	font: normal .6em Verdana, Geneva, sans-serif;
	border: none;
	float: none;
}
#sitemapsonst ul
{
	padding-left:0;
}

