@charset "utf-8";
/* CSS Document */

div.alle_produkte_box {
	position: relative;
	width: 745px;
	overflow: hidden;
}
div.alle_produkte_box h1 {
	color: #DD0000;
	font-size: 11px;
	margin: 0 0 10px 0;
}
div.alle_produkte_box div.col {
	float: left;
	margin-left: -1px;
	width: 247px;
	overflow: hidden;
	height:auto;
}
div.alle_produkte_box div.last {
	width: 249px;/*
	border-right: none;
	*/
}
div.alle_produkte_box td, div.alle_produkte_box th {
	padding: 2px 0 3px 0;
	border-bottom: 1px solid #d6d6d6;
	white-space:nowrap;
}
div.alle_produkte_box th {
	border-top: 1px solid #d6d6d6;
	text-align: left;
	font-weight: normal;
}
div.alle_produkte_box A {
	color:#666666;
	font-size: 11px;
	text-decoration: none;
	padding-left: 10px;
	background: url('/fileadmin/templates/css/img/arrow_black.gif') no-repeat 0 3px;
}
div.alle_produkte_box a.more {
	color:#666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	background: url('/fileadmin/templates/css/img/arrow_red.gif') no-repeat 0 3px;
}
div.alle_produkte_box .pad {
	padding:5px 15px 15px 15px;
}