/* news
-------------------------------------- */
ul.news {
	list-style-type: none;
}
ul.news li A {
	color: #FF6600;
}
ul.news li A:hover {
	text-decoration: underline;
}
ul.news li {
	margin-bottom: 20px;
}

/* sitemap
-------------------------------------- */
ul.sitemap {
	list-style-position: outside;
	list-style-type: none;
}
ul.sitemap li A {
	color: #FF6600;
}
ul.sitemap li A:hover {
	text-decoration: underline;
}
ul.sitemap li {
	margin-bottom: 20px;
}
/*ul.sitemap li .listBild,
ul.sitemap .listBild, .listBild {
	list-style-image: url(http://v3.i-d.de/pics/icon_bild.gif);
}
ul.sitemap li .listText,
ul.sitemap .listText, .listText {
	list-style-image: url(http://v3.i-d.de/pics/icon_text.gif);
}*/

ul.sitemap li ul li {
	color: #999999;
	background-color:#FFFFFF;
	padding: 5px 5px 5px 10px;
	margin-top: 4px;
}
ul.sitemap ul {
	list-style-position: outside;
	list-style-type: none;
	width: 80%;
}


/* suche
-------------------------------------- */
ul.suchRegel {
	list-style-type: none;
	float: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
ul.suchRegelCat {
	list-style-type:none;
	margin-left:20px;
	float: none;
}
ul.suchRegel li {
	height: 1.4em;
}
