/* no styles here :P */


.special_link
{

}

/* ie workaround für gefloatete listen mit list-image:*/
html body .special_link
{
	list-style:none;
	background-image:url(../bilder/design/listitemR.gif);
        background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:20px;	
	float:left;
	width:300px;
}

html > body .special_link
{
	
	list-style:url(../bilder/design/listitemR.gif);
	background:none;
	padding-left:0;
}
.special_clearfloat
{
	float:none;
	clear:both;
	height:1%;
	width:1%;
}


