/* DETAILSUCHE */

.searchbox input,
#detailsuche input
	{
		margin-right: 4px;
		width: 100px ;
		font-size: 12px ;
	}

.searchbox button,
#detailsuche button
	{
		padding: 0px ;
		margin: 0px ;
		height: 20px ;
		font-size: 12px ;
	}

#detailsuche #kategorie
	{
		width:400px;
		margin: 7px auto 0px auto;
	}

#detailsuche input
	{
		margin-right:4px;
	}
	
.ul_ohne
	{
		list-style-type: none;
		line-height: 15px;
		margin: 0px;
		padding: 0px;
	}
	
.ul_ohne li
{
	padding: 8px 0px 0px 0px;
}