*{
	list-style-image: none;
	background:none;
}
/* Inhalt */
#inhalt ul{
    margin : 10px 0 10px 16px;
    /*list-style: none;*/
    list-style: none;
    list-style-image: url();
}

#inhalt ul li{
    /*background: url(../bilder/li.gif) no-repeat 0em 0.4em;*/
    padding-left: 0px;
    /*position: relative;*/
    margin-bottom: 0.5em;
    list-style-image: url(../bilder/li.gif);
    
}

#inhalt .produkte ul{
    margin: 0;
    padding: 0;
	list-style: none;
    list-style-image: none;
}

#inhalt .produkte ul li{
    padding:0;
	padding-left:5px;
    margin : 10px 0;
    list-style: none;
    background: none;
    font-weight: bold;
    line-height: 1em;
}

#inhalt .produkte ul li ul li{
	margin : 10px 0 10px 20px;
	padding:0;
    /*list-style: none;*/
    list-style: none;
    list-style-image: url(../bilder/li.gif);
    background: url() no-repeat;
    position: relative;
    font-weight: normal;
    line-height: 0.8em;
}
