
	.herstellerTab {
		display: block;
		float: left;
		border: 1px solid #D4D4D2;
		background-color: #FFF;
		text-decoration: none;
		margin: 2px;
		width: 15px;
		text-align: center;
		font-weight: bold;
	}
	
	.herstellerTab:hover {
		background-color: #fff8ef;
		border: 1px solid #fdd9aa;
	}
	
	
	.herstellerListe {
		display: block;
		float: left;
		width: 600px;
		padding: 5px;
		text-decoration: none;
	}
	
	.herstellerListe:hover {
		background-color: #fff8ef;
	}
	
	.herstellerListe div {
		float: left;
	}
	
	.herstellerListe .name {
		width: 300px;
		text-decoration: underline;
	}