#produkte .spacer {
	background-color: #402400;
}
#produkte TD {
	color: #402400;
}
#produkte .klein {
	width: 285px;
	height: 170px;
	margin: 15px 10px;
}
#produkte .klein a {
	font-weight: bold;
	color: #402400;
	
}
#produkte .klein a:hover {
	color: #A79D7D;
	text-decoration: none;
}
#produkte .klein .bild {
	vertical-align: bottom;
	width: 170px;
}
#produkte .klein .beschreibung {
	vertical-align: bottom;
	width: 130px;
}
#produkte .gross {
	width: 600px;
	height: 170px;
}
#produkte .gross a {
	font-weight: bold;
	color: #402400;
	
}
#produkte .gross a:hover {
	color: #A79D7D;
	text-decoration: none;
}
#produkte .gross .beschreibung {
	width: 450px;
	height: 170px;
}
